Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_get_iv_length (Results 1 - 25 of 45) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_crpt.c59 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 Dp12_crpt.c59 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 Denc.c497 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 Denc.c497 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 Dpem_lib.c327 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 Dpem_info.c241 || 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 Dpem_lib.c327 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 Dpem_info.c241 || 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 Dp5_scrypt.c82 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 Dp5_scrypt.c82 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 Dcrmf_lib.c673 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 Dcrmf_lib.c673 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 Devp_key.c89 niv = EVP_CIPHER_get_iv_length(type); in EVP_BytesToKey()
H A Dp5_crpt.c57 ivl = EVP_CIPHER_get_iv_length(cipher); in PKCS5_PBE_keyivgen_ex()
H A Devp_lib.c500 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 Dp5_crpt.c57 ivl = EVP_CIPHER_get_iv_length(cipher); in PKCS5_PBE_keyivgen_ex()
H A Devp_key.c89 niv = EVP_CIPHER_get_iv_length(type); in EVP_BytesToKey()
H A Devp_lib.c500 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 Dktls.c93 crypto_info->iv_len = EVP_CIPHER_get_iv_length(c); in ktls_configure_crypto()
H A Ds3_enc.c197 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 Dtls13encryptiontest.c350 ivlen = EVP_CIPHER_get_iv_length(ciph); in test_tls13_encryption()
/third_party/openssl/ssl/
H A Dktls.c93 crypto_info->iv_len = EVP_CIPHER_get_iv_length(c); in ktls_configure_crypto()
H A Ds3_enc.c197 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 Devp.rs85 EVP_CIPHER_get_iv_length(cipher) in EVP_CIPHER_iv_length()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Devp.rs15 pub fn EVP_CIPHER_get_iv_length(cipher: *const EVP_CIPHER) -> c_int; in EVP_CIPHER_get_iv_length() functions

Completed in 20 milliseconds

12