/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | cmeth_lib.c | 23 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len) in EVP_CIPHER_meth_new() function 47 if ((to = EVP_CIPHER_meth_new(cipher->nid, cipher->block_size, in EVP_CIPHER_meth_dup()
|
/third_party/openssl/crypto/evp/ |
H A D | cmeth_lib.c | 23 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len) in EVP_CIPHER_meth_new() function 47 if ((to = EVP_CIPHER_meth_new(cipher->nid, cipher->block_size, in EVP_CIPHER_meth_dup()
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_ossltest.c | 285 && ((_hidden_aes_128_cbc = EVP_CIPHER_meth_new(NID_aes_128_cbc, in ossltest_aes_128_cbc() 315 && ((_hidden_aes_128_gcm = EVP_CIPHER_meth_new(NID_aes_128_gcm, in ossltest_aes_128_gcm() 340 = EVP_CIPHER_meth_new(NID_aes_128_cbc_hmac_sha1, in ossltest_aes_128_cbc_hmac_sha1()
|
H A D | e_dasync.c | 280 _hidden_aes_128_cbc = EVP_CIPHER_meth_new(NID_aes_128_cbc, in bind_dasync() 304 _hidden_aes_256_ctr = EVP_CIPHER_meth_new(NID_aes_256_ctr, in bind_dasync() 328 _hidden_aes_128_cbc_hmac_sha1 = EVP_CIPHER_meth_new( in bind_dasync()
|
H A D | e_padlock.c | 505 EVP_CIPHER_meth_new(NID_aes_##ksize##_##lmode, \
|
H A D | e_afalg.c | 725 EVP_CIPHER_meth_new(nid, in afalg_aes_cbc()
|
H A D | e_devcrypto.c | 478 EVP_CIPHER_meth_new(cipher_data[i].nid, in prepare_cipher_methods()
|
/third_party/openssl/engines/ |
H A D | e_ossltest.c | 285 && ((_hidden_aes_128_cbc = EVP_CIPHER_meth_new(NID_aes_128_cbc, in ossltest_aes_128_cbc() 315 && ((_hidden_aes_128_gcm = EVP_CIPHER_meth_new(NID_aes_128_gcm, in ossltest_aes_128_gcm() 340 = EVP_CIPHER_meth_new(NID_aes_128_cbc_hmac_sha1, in ossltest_aes_128_cbc_hmac_sha1()
|
H A D | e_dasync.c | 280 _hidden_aes_128_cbc = EVP_CIPHER_meth_new(NID_aes_128_cbc, in bind_dasync() 304 _hidden_aes_256_ctr = EVP_CIPHER_meth_new(NID_aes_256_ctr, in bind_dasync() 328 _hidden_aes_128_cbc_hmac_sha1 = EVP_CIPHER_meth_new( in bind_dasync()
|
H A D | e_padlock.c | 505 EVP_CIPHER_meth_new(NID_aes_##ksize##_##lmode, \
|
H A D | e_afalg.c | 725 EVP_CIPHER_meth_new(nid, in afalg_aes_cbc()
|
H A D | e_devcrypto.c | 478 EVP_CIPHER_meth_new(cipher_data[i].nid, in prepare_cipher_methods()
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_openssl.c | 236 if ((cipher = EVP_CIPHER_meth_new(NID_rc4, 1, TEST_RC4_KEY_SIZE)) == NULL in test_r4_cipher() 261 if ((cipher = EVP_CIPHER_meth_new(NID_rc4, 1, 5 /* 40 bits */)) == NULL in test_r4_40_cipher()
|
/third_party/openssl/crypto/engine/ |
H A D | eng_openssl.c | 236 if ((cipher = EVP_CIPHER_meth_new(NID_rc4, 1, TEST_RC4_KEY_SIZE)) == NULL in test_r4_cipher() 261 if ((cipher = EVP_CIPHER_meth_new(NID_rc4, 1, 5 /* 40 bits */)) == NULL in test_r4_40_cipher()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 185 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 234 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len);
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 232 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len);
|
/third_party/openssl/test/ |
H A D | evp_extra_test.c | 4460 tmp = EVP_CIPHER_meth_new(nid, 16, 16); in test_custom_ciph_meth()
|