Searched refs:EVP_CIPH_WRAP_MODE (Results 1 – 10 of 10) sorted by relevance
25 case EVP_CIPH_WRAP_MODE: in EVP_CIPHER_param_to_asn1()61 case EVP_CIPH_WRAP_MODE: in EVP_CIPHER_asn1_to_param()
411 EVP_CIPH_WRAP_MODE | EVP_CIPH_CUSTOM_IV | EVP_CIPH_FLAG_CUSTOM_CIPHER
161 && EVP_CIPHER_CTX_mode(ctx) == EVP_CIPH_WRAP_MODE) { in EVP_CipherInit_ex()
3874 #define WRAP_FLAGS (EVP_CIPH_WRAP_MODE \
342 if (EVP_CIPHER_CTX_mode(ctx) != EVP_CIPH_WRAP_MODE) in cms_wrap_init()
89 EVP_CIPH_CCM_MODE, EVP_CIPH_XTS_MODE, EVP_CIPH_WRAP_MODE,
257 EVP_CIPH_WRAP_MODE or EVP_CIPH_OCB_MODE. If the cipher is a stream cipher then
773 if (!kekcipher || EVP_CIPHER_mode(kekcipher) != EVP_CIPH_WRAP_MODE) in ecdh_cms_set_shared_info()
715 if (!kekcipher || EVP_CIPHER_mode(kekcipher) != EVP_CIPH_WRAP_MODE) in dh_cms_set_shared_info()
244 # define EVP_CIPH_WRAP_MODE 0x10002 macro