/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ktls.c | 101 crypto_info->cipher_key_len = EVP_CIPHER_get_key_length(c); in ktls_configure_crypto() 189 memcpy(crypto_info->gcm128.key, key, EVP_CIPHER_get_key_length(c)); in ktls_configure_crypto() 204 memcpy(crypto_info->gcm256.key, key, EVP_CIPHER_get_key_length(c)); in ktls_configure_crypto() 219 memcpy(crypto_info->ccm128.key, key, EVP_CIPHER_get_key_length(c)); in ktls_configure_crypto() 234 EVP_CIPHER_get_key_length(c)); in ktls_configure_crypto()
|
H A D | t1_enc.c | 336 cl = EVP_CIPHER_get_key_length(c); in tls1_change_cipher_state() 518 BIO_dump_indent(trc_out, key, EVP_CIPHER_get_key_length(c), 4); in tls1_change_cipher_state() 554 num = mac_secret_size + EVP_CIPHER_get_key_length(c) in tls1_setup_key_block()
|
H A D | s3_enc.c | 195 cl = EVP_CIPHER_get_key_length(c); in ssl3_change_cipher_state() 277 num = EVP_CIPHER_get_key_length(c) + num + EVP_CIPHER_get_iv_length(c); in ssl3_setup_key_block()
|
/third_party/openssl/ssl/ |
H A D | ktls.c | 101 crypto_info->cipher_key_len = EVP_CIPHER_get_key_length(c); in ktls_configure_crypto() 189 memcpy(crypto_info->gcm128.key, key, EVP_CIPHER_get_key_length(c)); in ktls_configure_crypto() 204 memcpy(crypto_info->gcm256.key, key, EVP_CIPHER_get_key_length(c)); in ktls_configure_crypto() 219 memcpy(crypto_info->ccm128.key, key, EVP_CIPHER_get_key_length(c)); in ktls_configure_crypto() 234 EVP_CIPHER_get_key_length(c)); in ktls_configure_crypto()
|
H A D | t1_enc.c | 336 cl = EVP_CIPHER_get_key_length(c); in tls1_change_cipher_state() 513 BIO_dump_indent(trc_out, key, EVP_CIPHER_get_key_length(c), 4); in tls1_change_cipher_state() 549 num = mac_secret_size + EVP_CIPHER_get_key_length(c) in tls1_setup_key_block()
|
H A D | s3_enc.c | 195 cl = EVP_CIPHER_get_key_length(c); in ssl3_change_cipher_state() 273 num = EVP_CIPHER_get_key_length(c) + num + EVP_CIPHER_get_iv_length(c); in ssl3_setup_key_block()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_key.c | 88 nkey = EVP_CIPHER_get_key_length(type); in EVP_BytesToKey() 149 rv = EVP_CIPHER_get_key_length(type); in EVP_BytesToKey()
|
H A D | p5_crpt.c | 62 kl = EVP_CIPHER_get_key_length(cipher); in PKCS5_PBE_keyivgen_ex()
|
/third_party/openssl/crypto/evp/ |
H A D | evp_key.c | 88 nkey = EVP_CIPHER_get_key_length(type); in EVP_BytesToKey() 149 rv = EVP_CIPHER_get_key_length(type); in EVP_BytesToKey()
|
H A D | p5_crpt.c | 62 kl = EVP_CIPHER_get_key_length(cipher); in PKCS5_PBE_keyivgen_ex()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | enc.c | 496 int iklen = EVP_CIPHER_get_key_length(cipher); in enc_main() 547 if (!set_hex(hkey, key, EVP_CIPHER_get_key_length(cipher))) { in enc_main() 594 if (EVP_CIPHER_get_key_length(cipher) > 0) { in enc_main() 596 for (i = 0; i < EVP_CIPHER_get_key_length(cipher); i++) in enc_main()
|
/third_party/openssl/apps/ |
H A D | enc.c | 496 int iklen = EVP_CIPHER_get_key_length(cipher); in enc_main() 547 if (!set_hex(hkey, key, EVP_CIPHER_get_key_length(cipher))) { in enc_main() 594 if (EVP_CIPHER_get_key_length(cipher) > 0) { in enc_main() 596 for (i = 0; i < EVP_CIPHER_get_key_length(cipher); i++) in enc_main()
|
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_crpt.c | 52 iter, EVP_CIPHER_get_key_length(cipher), in PKCS12_PBE_keyivgen_ex()
|
/third_party/openssl/crypto/pkcs12/ |
H A D | p12_crpt.c | 52 iter, EVP_CIPHER_get_key_length(cipher), in PKCS12_PBE_keyivgen_ex()
|
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | krb5kdf.c | 180 len = EVP_CIPHER_get_key_length(cipher); in krb5kdf_get_ctx_params()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | p5_scrypt.c | 106 keylen = EVP_CIPHER_get_key_length(cipher); in PKCS5_pbe2_set_scrypt()
|
/third_party/openssl/crypto/asn1/ |
H A D | p5_scrypt.c | 106 keylen = EVP_CIPHER_get_key_length(cipher); in PKCS5_pbe2_set_scrypt()
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | krb5kdf.c | 180 len = EVP_CIPHER_get_key_length(cipher); in krb5kdf_get_ctx_params()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | evp.rs | 75 EVP_CIPHER_get_key_length(cipher) in EVP_CIPHER_key_length()
|
/third_party/node/deps/openssl/openssl/crypto/cms/ |
H A D | cms_kari.c | 433 keylen = EVP_CIPHER_get_key_length(cipher); in cms_wrap_init()
|
/third_party/openssl/crypto/cms/ |
H A D | cms_kari.c | 433 keylen = EVP_CIPHER_get_key_length(cipher); in cms_wrap_init()
|
/third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 303 keylen = EVP_CIPHER_get_key_length(evp_cipher); in PKCS7_dataInit() 583 EVP_CIPHER_get_key_length(cipher)) < 0) in PKCS7_dataDecode()
|
/third_party/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 303 keylen = EVP_CIPHER_get_key_length(evp_cipher); in PKCS7_dataInit() 583 EVP_CIPHER_get_key_length(cipher)) < 0) in PKCS7_dataDecode()
|
/third_party/node/deps/openssl/openssl/crypto/crmf/ |
H A D | crmf_lib.c | 648 cikeysize = EVP_CIPHER_get_key_length(cipher); in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
|
/third_party/node/deps/openssl/openssl/providers/implementations/rands/ |
H A D | drbg_ctr.c | 535 ctr->keylen = keylen = EVP_CIPHER_get_key_length(ctr->cipher_ctr); in drbg_ctr_init()
|