Searched refs:unwrap (Results 1 – 5 of 5) sorted by relevance
/openssl/test/ |
H A D | evp_libctx_test.c | 578 unsigned char unwrap[256] = { 0, }; in kem_rsa_gen_recover() local 602 && TEST_int_eq(EVP_PKEY_decapsulate(rctx, unwrap, &unwraplen, in kem_rsa_gen_recover() 604 && TEST_mem_eq(unwrap, unwraplen, secret, secretlen); in kem_rsa_gen_recover() 613 if (!TEST_int_eq(EVP_PKEY_decapsulate(rctx, unwrap, &unwraplen, ct, in kem_rsa_gen_recover()
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_aes_wrap.txt | 49 # Same as previous example but with invalid unwrap key: should be rejected
|
/openssl/doc/designs/quic-design/ |
H A D | glossary.md | 154 which helps to unwrap an SSL object pointer (a QCSO or QSSO) into the relevant
|
/openssl/crypto/err/ |
H A D | openssl.txt | 405 CMS_R_UNWRAP_ERROR:157:unwrap error 406 CMS_R_UNWRAP_FAILURE:180:unwrap failure
|
/openssl/doc/man1/ |
H A D | openssl-cms.pod.in | 337 with B<-encrypt> or B<-decrypt> the supplied key is used to wrap or unwrap the
|
Completed in 18 milliseconds