Home
last modified time | relevance | path

Searched refs:EVP_CIPH_WRAP_MODE (Results 1 – 13 of 13) sorted by relevance

/freebsd-14-stable/crypto/openssl/providers/implementations/ciphers/
HDcipher_tdes_wrap.c175 return ossl_tdes_newctx(provctx, EVP_CIPH_WRAP_MODE, kbits, blkbits, \
182 return ossl_cipher_generic_get_params(params, EVP_CIPH_WRAP_MODE, flags, \
/freebsd-14-stable/crypto/openssl/crypto/cms/
HDcms_kari.c427 if (EVP_CIPHER_CTX_get_mode(ctx) != EVP_CIPH_WRAP_MODE) in cms_wrap_init()
441 if (EVP_CIPHER_get_mode(kekcipher) != EVP_CIPH_WRAP_MODE) in cms_wrap_init()
HDcms_dh.c126 || EVP_CIPHER_get_mode(kekcipher) != EVP_CIPH_WRAP_MODE) in dh_cms_set_shared_info()
HDcms_ec.c191 if (kekcipher == NULL || EVP_CIPHER_get_mode(kekcipher) != EVP_CIPH_WRAP_MODE) in ecdh_cms_set_shared_info()
/freebsd-14-stable/crypto/openssl/crypto/evp/
HDevp_lib.c106 case EVP_CIPH_WRAP_MODE: in evp_cipher_param_to_asn1_ex()
197 case EVP_CIPH_WRAP_MODE: in evp_cipher_asn1_to_param_ex()
HDe_des3.c411 EVP_CIPH_WRAP_MODE | EVP_CIPH_CUSTOM_IV | EVP_CIPH_FLAG_CUSTOM_CIPHER
HDevp_enc.c376 && EVP_CIPHER_CTX_get_mode(ctx) == EVP_CIPH_WRAP_MODE) { in evp_cipher_init_internal()
HDe_aes.c3647 #define WRAP_FLAGS (EVP_CIPH_WRAP_MODE \
/freebsd-14-stable/crypto/openssl/doc/man3/
HDEVP_CIPHER_meth_new.pod98 EVP_CIPH_CCM_MODE, EVP_CIPH_XTS_MODE, EVP_CIPH_WRAP_MODE,
HDEVP_EncryptInit.pod581 EVP_CIPH_WRAP_MODE, EVP_CIPH_OCB_MODE or EVP_CIPH_SIV_MODE.
/freebsd-14-stable/crypto/openssl/test/
HDevp_libctx_test.c448 || EVP_CIPHER_get_mode(cipher) == EVP_CIPH_WRAP_MODE) { in test_cipher_reinit_partialupdate()
HDevp_test.c1037 if (EVP_CIPHER_get_mode(cdat->cipher) != EVP_CIPH_WRAP_MODE) { in cipher_test_run()
1095 || EVP_CIPHER_get_mode(cdat->cipher) == EVP_CIPH_WRAP_MODE) in cipher_test_run()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDevp.h308 # define EVP_CIPH_WRAP_MODE 0x10002 macro