/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_crpt.c | 59 if (EVP_CIPHER_get_iv_length(cipher) > 0) { in PKCS12_PBE_keyivgen_ex() 61 iter, EVP_CIPHER_get_iv_length(cipher), in PKCS12_PBE_keyivgen_ex()
|
/third_party/openssl/crypto/pkcs12/ |
H A D | p12_crpt.c | 59 if (EVP_CIPHER_get_iv_length(cipher) > 0) { in PKCS12_PBE_keyivgen_ex() 61 iter, EVP_CIPHER_get_iv_length(cipher), in PKCS12_PBE_keyivgen_ex()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | enc.c | 497 int ivlen = EVP_CIPHER_get_iv_length(cipher); in enc_main() 529 int siz = EVP_CIPHER_get_iv_length(cipher); in enc_main() 538 && EVP_CIPHER_get_iv_length(cipher) != 0) { in enc_main() 600 if (EVP_CIPHER_get_iv_length(cipher) > 0) { in enc_main() 602 for (i = 0; i < EVP_CIPHER_get_iv_length(cipher); i++) in enc_main()
|
/third_party/openssl/apps/ |
H A D | enc.c | 497 int ivlen = EVP_CIPHER_get_iv_length(cipher); in enc_main() 529 int siz = EVP_CIPHER_get_iv_length(cipher); in enc_main() 538 && EVP_CIPHER_get_iv_length(cipher) != 0) { in enc_main() 600 if (EVP_CIPHER_get_iv_length(cipher) > 0) { in enc_main() 602 for (i = 0; i < EVP_CIPHER_get_iv_length(cipher); i++) in enc_main()
|
/third_party/node/deps/openssl/openssl/crypto/pem/ |
H A D | pem_lib.c | 327 if (objstr == NULL || EVP_CIPHER_get_iv_length(enc) == 0 in PEM_ASN1_write_bio() 328 || EVP_CIPHER_get_iv_length(enc) > (int)sizeof(iv) in PEM_ASN1_write_bio() 333 || strlen(objstr) + 23 + 2 * EVP_CIPHER_get_iv_length(enc) + 13 in PEM_ASN1_write_bio() 372 if (RAND_bytes(iv, EVP_CIPHER_get_iv_length(enc)) <= 0) in PEM_ASN1_write_bio() 386 PEM_dek_info(buf, objstr, EVP_CIPHER_get_iv_length(enc), (char *)iv); in PEM_ASN1_write_bio() 552 ivlen = EVP_CIPHER_get_iv_length(enc); in PEM_get_EVP_CIPHER_INFO() 561 if (!load_iv(&header, cipher->iv, EVP_CIPHER_get_iv_length(enc))) in PEM_get_EVP_CIPHER_INFO()
|
H A D | pem_info.c | 241 || strlen(objstr) + 23 + 2 * EVP_CIPHER_get_iv_length(enc) + 13 in PEM_X509_INFO_write_bio() 279 PEM_dek_info(buf, objstr, EVP_CIPHER_get_iv_length(enc), in PEM_X509_INFO_write_bio()
|
/third_party/openssl/crypto/pem/ |
H A D | pem_lib.c | 327 if (objstr == NULL || EVP_CIPHER_get_iv_length(enc) == 0 in PEM_ASN1_write_bio() 328 || EVP_CIPHER_get_iv_length(enc) > (int)sizeof(iv) in PEM_ASN1_write_bio() 333 || strlen(objstr) + 23 + 2 * EVP_CIPHER_get_iv_length(enc) + 13 in PEM_ASN1_write_bio() 372 if (RAND_bytes(iv, EVP_CIPHER_get_iv_length(enc)) <= 0) in PEM_ASN1_write_bio() 386 PEM_dek_info(buf, objstr, EVP_CIPHER_get_iv_length(enc), (char *)iv); in PEM_ASN1_write_bio() 552 ivlen = EVP_CIPHER_get_iv_length(enc); in PEM_get_EVP_CIPHER_INFO() 561 if (!load_iv(&header, cipher->iv, EVP_CIPHER_get_iv_length(enc))) in PEM_get_EVP_CIPHER_INFO()
|
H A D | pem_info.c | 241 || strlen(objstr) + 23 + 2 * EVP_CIPHER_get_iv_length(enc) + 13 in PEM_X509_INFO_write_bio() 279 PEM_dek_info(buf, objstr, EVP_CIPHER_get_iv_length(enc), in PEM_X509_INFO_write_bio()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | p5_scrypt.c | 82 if (EVP_CIPHER_get_iv_length(cipher)) { in PKCS5_pbe2_set_scrypt() 84 memcpy(iv, aiv, EVP_CIPHER_get_iv_length(cipher)); in PKCS5_pbe2_set_scrypt() 85 else if (RAND_bytes(iv, EVP_CIPHER_get_iv_length(cipher)) <= 0) in PKCS5_pbe2_set_scrypt()
|
/third_party/openssl/crypto/asn1/ |
H A D | p5_scrypt.c | 82 if (EVP_CIPHER_get_iv_length(cipher)) { in PKCS5_pbe2_set_scrypt() 84 memcpy(iv, aiv, EVP_CIPHER_get_iv_length(cipher)); in PKCS5_pbe2_set_scrypt() 85 else if (RAND_bytes(iv, EVP_CIPHER_get_iv_length(cipher)) <= 0) in PKCS5_pbe2_set_scrypt()
|
/third_party/node/deps/openssl/openssl/crypto/crmf/ |
H A D | crmf_lib.c | 673 if ((iv = OPENSSL_malloc(EVP_CIPHER_get_iv_length(cipher))) == NULL) in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() 676 EVP_CIPHER_get_iv_length(cipher)) in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() 677 != EVP_CIPHER_get_iv_length(cipher)) { in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
|
/third_party/openssl/crypto/crmf/ |
H A D | crmf_lib.c | 673 if ((iv = OPENSSL_malloc(EVP_CIPHER_get_iv_length(cipher))) == NULL) in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() 676 EVP_CIPHER_get_iv_length(cipher)) in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() 677 != EVP_CIPHER_get_iv_length(cipher)) { in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_key.c | 89 niv = EVP_CIPHER_get_iv_length(type); in EVP_BytesToKey()
|
H A D | p5_crpt.c | 57 ivl = EVP_CIPHER_get_iv_length(cipher); in PKCS5_PBE_keyivgen_ex()
|
H A D | evp_lib.c | 500 int EVP_CIPHER_get_iv_length(const EVP_CIPHER *cipher) in EVP_CIPHER_get_iv_length() function 508 int rv, len = EVP_CIPHER_get_iv_length(ctx->cipher); in EVP_CIPHER_CTX_get_iv_length()
|
/third_party/openssl/crypto/evp/ |
H A D | p5_crpt.c | 57 ivl = EVP_CIPHER_get_iv_length(cipher); in PKCS5_PBE_keyivgen_ex()
|
H A D | evp_key.c | 89 niv = EVP_CIPHER_get_iv_length(type); in EVP_BytesToKey()
|
H A D | evp_lib.c | 500 int EVP_CIPHER_get_iv_length(const EVP_CIPHER *cipher) in EVP_CIPHER_get_iv_length() function 508 int rv, len = EVP_CIPHER_get_iv_length(ctx->cipher); in EVP_CIPHER_CTX_get_iv_length()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ktls.c | 93 crypto_info->iv_len = EVP_CIPHER_get_iv_length(c); in ktls_configure_crypto()
|
H A D | s3_enc.c | 197 k = EVP_CIPHER_get_iv_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/test/ |
H A D | tls13encryptiontest.c | 350 ivlen = EVP_CIPHER_get_iv_length(ciph); in test_tls13_encryption()
|
/third_party/openssl/ssl/ |
H A D | ktls.c | 93 crypto_info->iv_len = EVP_CIPHER_get_iv_length(c); in ktls_configure_crypto()
|
H A D | s3_enc.c | 197 k = EVP_CIPHER_get_iv_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/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | evp.rs | 85 EVP_CIPHER_get_iv_length(cipher) in EVP_CIPHER_iv_length()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | evp.rs | 15 pub fn EVP_CIPHER_get_iv_length(cipher: *const EVP_CIPHER) -> c_int; in EVP_CIPHER_get_iv_length() functions
|