Home
last modified time | relevance | path

Searched refs:EVP_MAX_IV_LENGTH (Results 1 – 25 of 29) 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/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 <= 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.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()
H A De_aria.c279 if ((arg > EVP_MAX_IV_LENGTH) && (arg > gctx->ivlen)) { in aria_gcm_ctrl()
/openssl/ssl/record/methods/
H A Drecmethod_local.h166 unsigned char iv[EVP_MAX_IV_LENGTH];
168 unsigned char read_iv[EVP_MAX_IV_LENGTH];
H A Dtls13_meth.c63 unsigned char iv[EVP_MAX_IV_LENGTH], recheader[SSL3_RT_HEADER_LENGTH]; in tls13_cipher()
/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)
H A DEVP_EncryptInit.pod528 The constant B<EVP_MAX_IV_LENGTH> is the maximum IV length for all ciphers.
1511 B<EVP_MAX_KEY_LENGTH> and B<EVP_MAX_IV_LENGTH> only refer to the internal
/openssl/ssl/record/
H A Dssl3_record_tls13.c28 unsigned char iv[EVP_MAX_IV_LENGTH], recheader[SSL3_RT_HEADER_LENGTH]; in tls13_enc()
/openssl/crypto/asn1/
H A Dp5_pbev2.c51 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/apps/
H A Denc.c125 unsigned char key[EVP_MAX_KEY_LENGTH], iv[EVP_MAX_IV_LENGTH]; in enc_main()
494 unsigned char tmpkeyiv[EVP_MAX_KEY_LENGTH + EVP_MAX_IV_LENGTH]; in enc_main()
/openssl/crypto/cms/
H A Dcms_enc.c33 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/test/
H A Dtls13encryptiontest.c317 unsigned char iv[EVP_MAX_IV_LENGTH]; in test_tls13_encryption()
H A Devp_extra_test.c1169 unsigned char iv[EVP_MAX_IV_LENGTH]; in test_EVP_Enveloped()
3058 unsigned char init_iv[EVP_MAX_IV_LENGTH] = in test_evp_iv_aes()
3799 unsigned char updated_iv[EVP_MAX_IV_LENGTH]; in test_evp_updated_iv()
/openssl/crypto/pem/
H A Dpem_lib.c323 unsigned char iv[EVP_MAX_IV_LENGTH]; in PEM_ASN1_write_bio()
/openssl/include/crypto/
H A Devp.h568 unsigned char iv[EVP_MAX_IV_LENGTH];
/openssl/engines/
H A De_devcrypto.c248 unsigned char saved_iv[EVP_MAX_IV_LENGTH]; in cipher_do_cipher()
/openssl/ssl/
H A Dssl_local.h1499 unsigned char read_iv[EVP_MAX_IV_LENGTH]; /* TLSv1.3 static read IV */
1504 unsigned char write_iv[EVP_MAX_IV_LENGTH]; /* TLSv1.3 static write IV */
/openssl/crypto/pkcs7/
H A Dpk7_doit.c290 unsigned char iv[EVP_MAX_IV_LENGTH]; in PKCS7_dataInit()
/openssl/include/openssl/
H A Devp.h36 # define EVP_MAX_IV_LENGTH 16 macro
481 unsigned char iv[EVP_MAX_IV_LENGTH];

Completed in 206 milliseconds

12