Home
last modified time | relevance | path

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

12

/openssl/crypto/pkcs12/
H A 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()
/openssl/doc/designs/
H A Dhandling-some-max-defines.md81 ### EVP_MAX_IV_LENGTH subsection
88 where fixed size arrays of EVP_MAX_IV_LENGTH are used.
92 SSL_CTX_set_tlsext_ticket_key_evp_cb() explicitly uses EVP_MAX_IV_LENGTH
103 Review and modify the codebase to not depend on and use EVP_MAX_IV_LENGTH.
105 Deprecate the EVP_MAX_IV_LENGTH macro. Avoid adding further APIs depending
/openssl/crypto/evp/
H A 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()
H A Devp_local.h42 unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */
43 unsigned char iv[EVP_MAX_IV_LENGTH]; /* working iv */
H A Devp_key.c91 OPENSSL_assert(niv >= 0 && niv <= EVP_MAX_IV_LENGTH); in EVP_BytesToKey()
H A De_rc2.c136 unsigned char iv[EVP_MAX_IV_LENGTH]; in rc2_get_asn1_type_and_iv()
H A Devp_lib.c51 unsigned char iv[EVP_MAX_IV_LENGTH]; in EVP_CIPHER_get_asn1_iv()
226 unsigned char iv[EVP_MAX_IV_LENGTH]; in evp_cipher_get_asn1_aead_params()
231 i = ossl_asn1_type_get_octetstring_int(type, &tl, NULL, EVP_MAX_IV_LENGTH); in evp_cipher_get_asn1_aead_params()
H A De_aria.c279 if ((arg > EVP_MAX_IV_LENGTH) && (arg > gctx->ivlen)) { in aria_gcm_ctrl()
/openssl/ssl/quic/
H A Dquic_record_shared.h78 unsigned char iv[2][EVP_MAX_IV_LENGTH];
H A Dquic_record_tx.c496 unsigned char nonce[EVP_MAX_IV_LENGTH]; in qtx_encrypt_into_txe()
H A Dquic_record_rx.c668 unsigned char nonce[EVP_MAX_IV_LENGTH]; in qrx_decrypt_pkt_body()
/openssl/doc/man3/
H A 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)
/openssl/ssl/
H A Dtls13_enc.c431 if (*ivlen > EVP_MAX_IV_LENGTH) { in derive_secret_key_and_iv()
466 unsigned char iv_intern[EVP_MAX_IV_LENGTH]; in tls13_change_cipher_state()
483 size_t keylen, ivlen = EVP_MAX_IV_LENGTH, taglen; in tls13_change_cipher_state()
769 unsigned char iv_intern[EVP_MAX_IV_LENGTH]; in tls13_update_key()
/openssl/apps/
H A Denc.c136 unsigned char key[EVP_MAX_KEY_LENGTH], iv[EVP_MAX_IV_LENGTH]; in enc_main()
137 unsigned char *buff = NULL, salt[EVP_MAX_IV_LENGTH]; in enc_main()
560 unsigned char tmpkeyiv[EVP_MAX_KEY_LENGTH + EVP_MAX_IV_LENGTH]; in enc_main()
/openssl/test/
H A Dtls13encryptiontest.c315 unsigned char iv[EVP_MAX_IV_LENGTH]; in test_tls13_encryption()
H A Devp_extra_test.c1651 unsigned char iv[EVP_MAX_IV_LENGTH]; in test_EVP_Enveloped()
3732 unsigned char init_iv[EVP_MAX_IV_LENGTH] = { in test_evp_iv_aes()
4571 unsigned char updated_iv[EVP_MAX_IV_LENGTH]; in test_evp_updated_iv()
/openssl/crypto/cms/
H A Dcms_enc.c34 unsigned char iv[EVP_MAX_IV_LENGTH], *piv = NULL; in ossl_cms_EncryptedContent_init_bio()
H A Dcms_pwri.c52 unsigned char iv[EVP_MAX_IV_LENGTH]; in CMS_add0_recipient_password()
/openssl/crypto/asn1/
H A Dp5_pbev2.c59 unsigned char iv[EVP_MAX_IV_LENGTH];
H A Dp5_scrypt.c50 unsigned char iv[EVP_MAX_IV_LENGTH]; in PKCS5_pbe2_set_scrypt()
/openssl/crypto/pem/
H A Dpem_lib.c330 unsigned char iv[EVP_MAX_IV_LENGTH]; in PEM_ASN1_write_bio()
/openssl/include/crypto/
H A Devp.h573 unsigned char iv[EVP_MAX_IV_LENGTH];
/openssl/engines/
H A De_devcrypto.c249 unsigned char saved_iv[EVP_MAX_IV_LENGTH]; in cipher_do_cipher()
/openssl/crypto/pkcs7/
H A Dpk7_doit.c284 unsigned char iv[EVP_MAX_IV_LENGTH]; in PKCS7_dataInit()
/openssl/include/openssl/
H A Devp.h36 # define EVP_MAX_IV_LENGTH 16 macro
486 unsigned char iv[EVP_MAX_IV_LENGTH];

Completed in 103 milliseconds

12