Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_meth_new (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dcmeth_lib.c23 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 Dcmeth_lib.c23 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 De_ossltest.c285 && ((_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 De_dasync.c280 _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 De_padlock.c505 EVP_CIPHER_meth_new(NID_aes_##ksize##_##lmode, \
H A De_afalg.c725 EVP_CIPHER_meth_new(nid, in afalg_aes_cbc()
H A De_devcrypto.c478 EVP_CIPHER_meth_new(cipher_data[i].nid, in prepare_cipher_methods()
/third_party/openssl/engines/
H A De_ossltest.c285 && ((_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 De_dasync.c280 _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 De_padlock.c505 EVP_CIPHER_meth_new(NID_aes_##ksize##_##lmode, \
H A De_afalg.c725 EVP_CIPHER_meth_new(nid, in afalg_aes_cbc()
H A De_devcrypto.c478 EVP_CIPHER_meth_new(cipher_data[i].nid, in prepare_cipher_methods()
/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_openssl.c236 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 Deng_openssl.c236 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 Devp.h185 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 Devp.h234 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len);
/third_party/openssl/include/openssl/
H A Devp.h232 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len);
/third_party/openssl/test/
H A Devp_extra_test.c4460 tmp = EVP_CIPHER_meth_new(nid, 16, 16); in test_custom_ciph_meth()

Completed in 36 milliseconds