Searched refs:EVP_CIPH_WRAP_MODE (Results 1 - 23 of 23) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_tdes_wrap.c | 175 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/providers/implementations/ciphers/ |
H A D | cipher_tdes_wrap.c | 175 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/node/deps/openssl/openssl/crypto/cms/ |
H A D | cms_kari.c | 427 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()
|
H A D | cms_dh.c | 126 || EVP_CIPHER_get_mode(kekcipher) != EVP_CIPH_WRAP_MODE) in dh_cms_set_shared_info()
|
H A D | cms_ec.c | 191 if (kekcipher == NULL || EVP_CIPHER_get_mode(kekcipher) != EVP_CIPH_WRAP_MODE) in ecdh_cms_set_shared_info()
|
/third_party/openssl/crypto/cms/ |
H A D | cms_kari.c | 427 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()
|
H A D | cms_dh.c | 126 || EVP_CIPHER_get_mode(kekcipher) != EVP_CIPH_WRAP_MODE) in dh_cms_set_shared_info()
|
H A D | cms_ec.c | 191 if (kekcipher == NULL || EVP_CIPHER_get_mode(kekcipher) != EVP_CIPH_WRAP_MODE) in ecdh_cms_set_shared_info()
|
/third_party/node/src/crypto/ |
H A D | crypto_cipher.cc | 88 case EVP_CIPH_WRAP_MODE: mode_label = "wrap"; break; in GetCipherInfo() 378 if (mode == EVP_CIPH_WRAP_MODE) in CommonInit() 814 if (kind_ == kCipher && mode == EVP_CIPH_WRAP_MODE && in Init()
|
H A D | crypto_aes.cc | 48 if (mode == EVP_CIPH_WRAP_MODE) in AES_Cipher()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_lib.c | 106 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()
|
H A D | e_des3.c | 411 EVP_CIPH_WRAP_MODE | EVP_CIPH_CUSTOM_IV | EVP_CIPH_FLAG_CUSTOM_CIPHER
|
H A D | evp_enc.c | 376 && EVP_CIPHER_CTX_get_mode(ctx) == EVP_CIPH_WRAP_MODE) { in evp_cipher_init_internal()
|
H A D | e_aes.c | 3647 #define WRAP_FLAGS (EVP_CIPH_WRAP_MODE \
|
/third_party/openssl/crypto/evp/ |
H A D | evp_lib.c | 106 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()
|
H A D | e_des3.c | 411 EVP_CIPH_WRAP_MODE | EVP_CIPH_CUSTOM_IV | EVP_CIPH_FLAG_CUSTOM_CIPHER
|
H A D | evp_enc.c | 371 && EVP_CIPHER_CTX_get_mode(ctx) == EVP_CIPH_WRAP_MODE) { in evp_cipher_init_internal()
|
H A D | e_aes.c | 3653 #define WRAP_FLAGS (EVP_CIPH_WRAP_MODE \
|
/third_party/openssl/test/ |
H A D | evp_libctx_test.c | 448 || EVP_CIPHER_get_mode(cipher) == EVP_CIPH_WRAP_MODE) { in test_cipher_reinit_partialupdate()
|
H A D | evp_test.c | 1025 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/ |
H A D | evp.h | 244 # define EVP_CIPH_WRAP_MODE 0x10002 macro
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 308 # define EVP_CIPH_WRAP_MODE 0x10002 macro
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 306 # define EVP_CIPH_WRAP_MODE 0x10002 macro
|
Completed in 41 milliseconds