Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/crypto/evp/
HDevp_lib.c25 case EVP_CIPH_WRAP_MODE: in EVP_CIPHER_param_to_asn1()
61 case EVP_CIPH_WRAP_MODE: in EVP_CIPHER_asn1_to_param()
HDe_des3.c411 EVP_CIPH_WRAP_MODE | EVP_CIPH_CUSTOM_IV | EVP_CIPH_FLAG_CUSTOM_CIPHER
HDevp_enc.c161 && EVP_CIPHER_CTX_mode(ctx) == EVP_CIPH_WRAP_MODE) { in EVP_CipherInit_ex()
HDe_aes.c3874 #define WRAP_FLAGS (EVP_CIPH_WRAP_MODE \
/freebsd-13-stable/crypto/openssl/crypto/cms/
HDcms_kari.c342 if (EVP_CIPHER_CTX_mode(ctx) != EVP_CIPH_WRAP_MODE) in cms_wrap_init()
/freebsd-13-stable/crypto/openssl/doc/man3/
HDEVP_CIPHER_meth_new.pod89 EVP_CIPH_CCM_MODE, EVP_CIPH_XTS_MODE, EVP_CIPH_WRAP_MODE,
HDEVP_EncryptInit.pod257 EVP_CIPH_WRAP_MODE or EVP_CIPH_OCB_MODE. If the cipher is a stream cipher then
/freebsd-13-stable/crypto/openssl/crypto/ec/
HDec_ameth.c773 if (!kekcipher || EVP_CIPHER_mode(kekcipher) != EVP_CIPH_WRAP_MODE) in ecdh_cms_set_shared_info()
/freebsd-13-stable/crypto/openssl/crypto/dh/
HDdh_ameth.c715 if (!kekcipher || EVP_CIPHER_mode(kekcipher) != EVP_CIPH_WRAP_MODE) in dh_cms_set_shared_info()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDevp.h244 # define EVP_CIPH_WRAP_MODE 0x10002 macro