Home
last modified time | relevance | path

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

/openbsd/src/regress/lib/libcrypto/evp/
Devptest.c166 if (EVP_CIPHER_mode(c) == EVP_CIPH_WRAP_MODE && in == 0) in test1()
202 if (EVP_CIPHER_mode(c) == EVP_CIPH_WRAP_MODE && in == 0) in test1()
/openbsd/src/lib/libcrypto/cms/
Dcms_kari.c412 if (EVP_CIPHER_CTX_mode(ctx) != EVP_CIPH_WRAP_MODE) in cms_wrap_init()
/openbsd/src/lib/libcrypto/ec/
Dec_ameth.c837 if (EVP_CIPHER_mode(kekcipher) != EVP_CIPH_WRAP_MODE) in ecdh_cms_set_shared_info()
/openbsd/src/lib/libcrypto/evp/
Devp_cipher.c186 EVP_CIPHER_CTX_mode(ctx) == EVP_CIPH_WRAP_MODE) { in EVP_CipherInit_ex()
Devp.h204 #define EVP_CIPH_WRAP_MODE 0x10002 macro
De_aes.c2569 ( EVP_CIPH_WRAP_MODE | EVP_CIPH_CUSTOM_IV | EVP_CIPH_FLAG_CUSTOM_CIPHER | \