Home
last modified time | relevance | path

Searched refs:cipher_nid (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_pbe.c27 int cipher_nid; member
97 int ret = 0, cipher_nid, md_nid; in EVP_PBE_CipherInit_ex() local
102 &cipher_nid, &md_nid, &keygen, &keygen_ex)) { in EVP_PBE_CipherInit_ex()
119 if (cipher_nid != -1) { in EVP_PBE_CipherInit_ex()
121 cipher = cipher_fetch = EVP_CIPHER_fetch(libctx, OBJ_nid2sn(cipher_nid), propq); in EVP_PBE_CipherInit_ex()
124 cipher = EVP_get_cipherbynid(cipher_nid); in EVP_PBE_CipherInit_ex()
128 OBJ_nid2sn(cipher_nid)); in EVP_PBE_CipherInit_ex()
192 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid, in EVP_PBE_alg_add_type() argument
208 pbe_tmp->cipher_nid = cipher_nid; in EVP_PBE_alg_add_type()
226 int cipher_nid, md_nid; EVP_PBE_alg_add() local
[all...]
/third_party/openssl/crypto/evp/
H A Devp_pbe.c27 int cipher_nid; member
97 int ret = 0, cipher_nid, md_nid; in EVP_PBE_CipherInit_ex() local
102 &cipher_nid, &md_nid, &keygen, &keygen_ex)) { in EVP_PBE_CipherInit_ex()
119 if (cipher_nid != -1) { in EVP_PBE_CipherInit_ex()
121 cipher = cipher_fetch = EVP_CIPHER_fetch(libctx, OBJ_nid2sn(cipher_nid), propq); in EVP_PBE_CipherInit_ex()
124 cipher = EVP_get_cipherbynid(cipher_nid); in EVP_PBE_CipherInit_ex()
128 OBJ_nid2sn(cipher_nid)); in EVP_PBE_CipherInit_ex()
192 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid, in EVP_PBE_alg_add_type() argument
208 pbe_tmp->cipher_nid = cipher_nid; in EVP_PBE_alg_add_type()
226 int cipher_nid, md_nid; EVP_PBE_alg_add() local
[all...]
/third_party/node/src/crypto/
H A Dcrypto_aes.cc479 int cipher_nid; in AdditionalConfig() local
487 cipher_nid = NID_aes_128_ctr; in AdditionalConfig()
494 cipher_nid = NID_aes_192_ctr; in AdditionalConfig()
501 cipher_nid = NID_aes_256_ctr; in AdditionalConfig()
506 cipher_nid = NID_aes_128_cbc; in AdditionalConfig()
511 cipher_nid = NID_aes_192_cbc; in AdditionalConfig()
516 cipher_nid = NID_aes_256_cbc; in AdditionalConfig()
520 cipher_nid = NID_id_aes128_wrap; in AdditionalConfig()
524 cipher_nid = NID_id_aes192_wrap; in AdditionalConfig()
528 cipher_nid in AdditionalConfig()
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
H A Dopenssl.c203 int cipher_nid = EVP_CIPHER_nid(cipher); in ngtcp2_crypto_aead_ctx_encrypt_init() local
218 if (cipher_nid == NID_aes_128_ccm) { in ngtcp2_crypto_aead_ctx_encrypt_init()
233 (cipher_nid == NID_aes_128_ccm && in ngtcp2_crypto_aead_ctx_encrypt_init()
250 int cipher_nid = EVP_CIPHER_nid(cipher); in ngtcp2_crypto_aead_ctx_decrypt_init() local
265 if (cipher_nid == NID_aes_128_ccm) { in ngtcp2_crypto_aead_ctx_decrypt_init()
280 (cipher_nid == NID_aes_128_ccm && in ngtcp2_crypto_aead_ctx_decrypt_init()
495 int cipher_nid = EVP_CIPHER_nid(cipher); in ngtcp2_crypto_encrypt() local
509 (cipher_nid == NID_aes_128_ccm && in ngtcp2_crypto_encrypt()
534 int cipher_nid = EVP_CIPHER_nid(cipher); in ngtcp2_crypto_decrypt() local
564 (cipher_nid in ngtcp2_crypto_decrypt()
[all...]
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_clnt.c3177 int cipher_nid = ossl_gost18_cke_cipher_nid(s); in tls_construct_cke_gost18() local
3179 if (cipher_nid == NID_undef) { in tls_construct_cke_gost18()
3231 EVP_PKEY_CTRL_CIPHER, cipher_nid, NULL) <= 0) { in tls_construct_cke_gost18()
H A Dstatem_srvr.c3234 int cipher_nid = ossl_gost18_cke_cipher_nid(s); in tls_process_cke_gost18() local
3236 if (cipher_nid == NID_undef) { in tls_process_cke_gost18()
3273 EVP_PKEY_CTRL_CIPHER, cipher_nid, NULL) <= 0) { in tls_process_cke_gost18()
/third_party/openssl/ssl/statem/
H A Dstatem_clnt.c3169 int cipher_nid = ossl_gost18_cke_cipher_nid(s); in tls_construct_cke_gost18() local
3171 if (cipher_nid == NID_undef) { in tls_construct_cke_gost18()
3223 EVP_PKEY_CTRL_CIPHER, cipher_nid, NULL) <= 0) { in tls_construct_cke_gost18()
H A Dstatem_srvr.c3213 int cipher_nid = ossl_gost18_cke_cipher_nid(s); in tls_process_cke_gost18() local
3215 if (cipher_nid == NID_undef) { in tls_process_cke_gost18()
3252 EVP_PKEY_CTRL_CIPHER, cipher_nid, NULL) <= 0) { in tls_process_cke_gost18()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_ciph.c2190 int cipher_nid = SSL_CIPHER_get_cipher_nid(c); in ssl_cipher_get_overhead() local
2191 const EVP_CIPHER *e_ciph = EVP_get_cipherbynid(cipher_nid); in ssl_cipher_get_overhead()
/third_party/openssl/ssl/
H A Dssl_ciph.c2189 int cipher_nid = SSL_CIPHER_get_cipher_nid(c); in ssl_cipher_get_overhead() local
2190 const EVP_CIPHER *e_ciph = EVP_get_cipherbynid(cipher_nid); in ssl_cipher_get_overhead()
/third_party/openssl/test/
H A Devp_extra_test2.c1200 int cipher_nid = 0, md_nid = 0; in test_evp_pbe_alg_add() local
1209 &cipher_nid, &md_nid, &keygen, &keygen_ex))) in test_evp_pbe_alg_add()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h1122 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid,
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h1535 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid,
/third_party/openssl/include/openssl/
H A Devp.h1533 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid,

Completed in 35 milliseconds