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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
SoftHSMv2
/
modules
/
tests
/
test_openssl_rfc5649.c
blob: 17d63bab6eb7f2d1d50a004b8fb965e0a5c616d8 (
plain
)
1
2
3
4
5
6
#include
<openssl/evp.h>
int
main
()
{
EVP_aes_128_wrap_pad
();
return
0
;
}