Linux Foundation Collaborative Projects
index
:
aaf/sshsm
2.0.0-ONAP
beijing
casablanca
dublin
elalto
master
A repository for softhsm modifications and hardware security plugin.
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
SoftHSMv2
/
modules
/
tests
/
test_openssl_rfc3394.c
blob: 97343eea1a40db3db2415999b41e1d201c669ed7 (
plain
)
1
2
3
4
5
6
7
#include
<openssl/evp.h>
int
main
()
{
EVP_aes_128_wrap
();
return
0
;
}