Home
last modified time | relevance | path

Searched refs:EVP_MAX_IV_LENGTH (Results 1 – 25 of 29) sorted by relevance

12

/third_party/openssl/crypto/pkcs12/
Dp12_crpt.c31 unsigned char key[EVP_MAX_KEY_LENGTH], iv[EVP_MAX_IV_LENGTH]; in PKCS12_PBE_keyivgen_ex()
74 OPENSSL_cleanse(iv, EVP_MAX_IV_LENGTH); in PKCS12_PBE_keyivgen_ex()
/third_party/openssl/crypto/evp/
Dp5_crpt.c32 unsigned char key[EVP_MAX_KEY_LENGTH], iv[EVP_MAX_IV_LENGTH]; in PKCS5_PBE_keyivgen_ex()
105 OPENSSL_cleanse(iv, EVP_MAX_IV_LENGTH); in PKCS5_PBE_keyivgen_ex()
Devp_local.h42 unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */
43 unsigned char iv[EVP_MAX_IV_LENGTH]; /* working iv */
Devp_key.c91 OPENSSL_assert(niv <= EVP_MAX_IV_LENGTH); in EVP_BytesToKey()
De_rc2.c136 unsigned char iv[EVP_MAX_IV_LENGTH]; in rc2_get_asn1_type_and_iv()
Devp_lib.c50 unsigned char iv[EVP_MAX_IV_LENGTH]; in EVP_CIPHER_get_asn1_iv()
247 unsigned char iv[EVP_MAX_IV_LENGTH]; in evp_cipher_get_asn1_aead_params()
252 i = ossl_asn1_type_get_octetstring_int(type, &tl, NULL, EVP_MAX_IV_LENGTH); in evp_cipher_get_asn1_aead_params()
De_aria.c279 if ((arg > EVP_MAX_IV_LENGTH) && (arg > gctx->ivlen)) { in aria_gcm_ctrl()
/third_party/openssl/doc/man3/
DSSL_CTX_set_tlsext_ticket_key_cb.pod15 unsigned char iv[EVP_MAX_IV_LENGTH],
24 unsigned char iv[EVP_MAX_IV_LENGTH],
64 maximum IV length is B<EVP_MAX_IV_LENGTH> bytes defined in F<< <openssl/evp.h> >>.
165 if (RAND_bytes(iv, EVP_MAX_IV_LENGTH) <= 0)
DEVP_EncryptInit.pod514 The constant B<EVP_MAX_IV_LENGTH> is the maximum IV length for all ciphers.
1491 B<EVP_MAX_KEY_LENGTH> and B<EVP_MAX_IV_LENGTH> only refer to the internal
/third_party/openssl/ssl/record/
Dssl3_record_tls13.c27 unsigned char iv[EVP_MAX_IV_LENGTH], recheader[SSL3_RT_HEADER_LENGTH]; in tls13_enc()
/third_party/openssl/apps/
Denc.c125 unsigned char key[EVP_MAX_KEY_LENGTH], iv[EVP_MAX_IV_LENGTH]; in enc_main()
486 unsigned char tmpkeyiv[EVP_MAX_KEY_LENGTH + EVP_MAX_IV_LENGTH]; in enc_main()
/third_party/openssl/crypto/asn1/
Dp5_pbev2.c50 unsigned char iv[EVP_MAX_IV_LENGTH];
Dp5_scrypt.c50 unsigned char iv[EVP_MAX_IV_LENGTH]; in PKCS5_pbe2_set_scrypt()
/third_party/openssl/crypto/cms/
Dcms_enc.c33 unsigned char iv[EVP_MAX_IV_LENGTH], *piv = NULL; in ossl_cms_EncryptedContent_init_bio()
Dcms_pwri.c52 unsigned char iv[EVP_MAX_IV_LENGTH]; in CMS_add0_recipient_password()
/third_party/openssl/ohos_lite/include/openssl/
Devp.h21 # define EVP_MAX_IV_LENGTH 16 macro
398 unsigned char iv[EVP_MAX_IV_LENGTH];
/third_party/openssl/include/crypto/
Devp.h568 unsigned char iv[EVP_MAX_IV_LENGTH];
/third_party/openssl/crypto/pem/
Dpem_lib.c323 unsigned char iv[EVP_MAX_IV_LENGTH]; in PEM_ASN1_write_bio()
/third_party/openssl/ssl/
Dssl_local.h1474 unsigned char read_iv[EVP_MAX_IV_LENGTH]; /* TLSv1.3 static read IV */
1479 unsigned char write_iv[EVP_MAX_IV_LENGTH]; /* TLSv1.3 static write IV */
Dt1_lib.c1816 if (eticklen < TLSEXT_KEYNAME_LENGTH + EVP_MAX_IV_LENGTH) { in tls_decrypt_ticket()
/third_party/openssl/engines/
De_devcrypto.c248 unsigned char saved_iv[EVP_MAX_IV_LENGTH]; in cipher_do_cipher()
/third_party/openssl/test/
Devp_extra_test.c1169 unsigned char iv[EVP_MAX_IV_LENGTH]; in test_EVP_Enveloped()
3113 unsigned char init_iv[EVP_MAX_IV_LENGTH] = in test_evp_iv_aes()
3854 unsigned char updated_iv[EVP_MAX_IV_LENGTH]; in test_evp_updated_iv()
/third_party/openssl/crypto/pkcs7/
Dpk7_doit.c294 unsigned char iv[EVP_MAX_IV_LENGTH]; in PKCS7_dataInit()
/third_party/openssl/include/openssl/
Devp.h36 # define EVP_MAX_IV_LENGTH 16 macro
480 unsigned char iv[EVP_MAX_IV_LENGTH];
/third_party/nghttp2/src/
Dshrpx_tls.cc556 if (RAND_bytes(iv, EVP_MAX_IV_LENGTH) == 0) { in ticket_key_cb()

12