Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/ciphers/
Dcipher_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, \
/third_party/openssl/crypto/cms/
Dcms_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()
Dcms_dh.c126 || EVP_CIPHER_get_mode(kekcipher) != EVP_CIPH_WRAP_MODE) in dh_cms_set_shared_info()
Dcms_ec.c190 if (kekcipher == NULL || EVP_CIPHER_get_mode(kekcipher) != EVP_CIPH_WRAP_MODE) in ecdh_cms_set_shared_info()
/third_party/openssl/crypto/evp/
Devp_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()
De_des3.c411 EVP_CIPH_WRAP_MODE | EVP_CIPH_CUSTOM_IV | EVP_CIPH_FLAG_CUSTOM_CIPHER
Devp_enc.c371 && EVP_CIPHER_CTX_get_mode(ctx) == EVP_CIPH_WRAP_MODE) { in evp_cipher_init_internal()
De_aes.c3653 #define WRAP_FLAGS (EVP_CIPH_WRAP_MODE \
/third_party/openssl/doc/man3/
DEVP_CIPHER_meth_new.pod97 EVP_CIPH_CCM_MODE, EVP_CIPH_XTS_MODE, EVP_CIPH_WRAP_MODE,
DEVP_EncryptInit.pod575 EVP_CIPH_WRAP_MODE, EVP_CIPH_OCB_MODE or EVP_CIPH_SIV_MODE.
/third_party/openssl/test/
Devp_libctx_test.c448 || EVP_CIPHER_get_mode(cipher) == EVP_CIPH_WRAP_MODE) { in test_cipher_reinit_partialupdate()
Devp_test.c1025 if (EVP_CIPHER_get_mode(cdat->cipher) != EVP_CIPH_WRAP_MODE) { in cipher_test_run()
1083 || EVP_CIPHER_get_mode(cdat->cipher) == EVP_CIPH_WRAP_MODE) in cipher_test_run()
/third_party/openssl/ohos_lite/include/openssl/
Devp.h244 # define EVP_CIPH_WRAP_MODE 0x10002 macro
/third_party/openssl/include/openssl/
Devp.h306 # define EVP_CIPH_WRAP_MODE 0x10002 macro
/third_party/node/src/
Dnode_crypto.cc3603 if (mode == EVP_CIPH_WRAP_MODE) in CommonInit()
4027 if (kind_ == kCipher && mode == EVP_CIPH_WRAP_MODE && in Update()