Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX_get_iv_length (Results 1 – 22 of 22) sorted by relevance

/openssl/crypto/evp/
H A De_rc2.c139 l = EVP_CIPHER_CTX_get_iv_length(c); in rc2_get_asn1_type_and_iv()
164 j = EVP_CIPHER_CTX_get_iv_length(c); in rc2_set_asn1_type_and_iv()
H A Dp_seal.c45 len = EVP_CIPHER_CTX_get_iv_length(ctx); in EVP_SealInit()
H A Devp_enc.c284 : EVP_CIPHER_CTX_get_iv_length(ctx), in evp_cipher_init_internal()
299 : EVP_CIPHER_CTX_get_iv_length(ctx), in evp_cipher_init_internal()
405 n = EVP_CIPHER_CTX_get_iv_length(ctx); in evp_cipher_init_internal()
419 n = EVP_CIPHER_CTX_get_iv_length(ctx); in evp_cipher_init_internal()
H A Devp_lib.c53 l = EVP_CIPHER_CTX_get_iv_length(ctx); in EVP_CIPHER_get_asn1_iv()
74 j = EVP_CIPHER_CTX_get_iv_length(c); in EVP_CIPHER_set_asn1_iv()
490 int EVP_CIPHER_CTX_get_iv_length(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_get_iv_length() function
H A De_aes.c1054 const int ivlen = EVP_CIPHER_CTX_get_iv_length(ctx); in s390x_aes_ofb_init_key()
1074 const int ivlen = EVP_CIPHER_CTX_get_iv_length(ctx); in s390x_aes_ofb_cipher()
1120 const int ivlen = EVP_CIPHER_CTX_get_iv_length(ctx); in s390x_aes_cfb_init_key()
1146 const int ivlen = EVP_CIPHER_CTX_get_iv_length(ctx); in s390x_aes_cfb_cipher()
1205 const int ivlen = EVP_CIPHER_CTX_get_iv_length(ctx); in s390x_aes_cfb8_init_key()
1229 const int ivlen = EVP_CIPHER_CTX_get_iv_length(ctx); in s390x_aes_cfb8_cipher()
3691 if ((len = EVP_CIPHER_CTX_get_iv_length(ctx)) < 0) in aes_wrap_init_key()
3705 int pad = EVP_CIPHER_CTX_get_iv_length(ctx) == 4; in aes_wrap_cipher()
/openssl/doc/man3/
H A DEVP_CIPHER_CTX_get_original_iv.pod28 caller-supplied buffer. L<EVP_CIPHER_CTX_get_iv_length(3)> can be used to
H A DEVP_EncryptInit.pod64 EVP_CIPHER_CTX_get_iv_length,
201 int EVP_CIPHER_CTX_get_iv_length(const EVP_CIPHER_CTX *ctx);
230 #define EVP_CIPHER_CTX_iv_length EVP_CIPHER_CTX_get_iv_length
532 =item EVP_CIPHER_get_iv_length() and EVP_CIPHER_CTX_get_iv_length()
857 See also EVP_CIPHER_CTX_get_iv_length().
1332 EVP_CIPHER_get_iv_length() and EVP_CIPHER_CTX_get_iv_length() return the IV
1719 OPENSSL_assert(EVP_CIPHER_CTX_get_iv_length(ctx) == 16);
/openssl/crypto/cms/
H A Dcms_enc.c90 ivlen = EVP_CIPHER_CTX_get_iv_length(ctx); in ossl_cms_EncryptedContent_init_bio()
H A Dcms_pwri.c99 ivlen = EVP_CIPHER_CTX_get_iv_length(ctx); in CMS_add0_recipient_password()
/openssl/engines/
H A De_afalg.c611 if (ALG_AES_IV_LEN != EVP_CIPHER_CTX_get_iv_length(ctx)) { in afalg_cipher_init()
613 EVP_CIPHER_CTX_get_iv_length(ctx)); in afalg_cipher_init()
H A De_devcrypto.c264 ivlen = EVP_CIPHER_CTX_get_iv_length(ctx); in cipher_do_cipher()
/openssl/ssl/record/methods/
H A Dtls13_meth.c134 int ivlen = EVP_CIPHER_CTX_get_iv_length(enc_ctx); in tls13_cipher()
H A Dtls1_meth.c137 eivlen = EVP_CIPHER_CTX_get_iv_length(ciph_ctx); in tls1_set_crypto_state()
/openssl/test/
H A Devp_libctx_test.c96 if (!TEST_int_eq(EVP_CIPHER_CTX_get_iv_length(ctx), 0)) in test_evp_cipher_api_safety()
H A Devp_extra_test.c3851 ivlen = EVP_CIPHER_CTX_get_iv_length(ctx); in test_evp_iv_aes()
3968 ivlen = EVP_CIPHER_CTX_get_iv_length(ctx); in test_evp_iv_des()
4600 iv_len = EVP_CIPHER_CTX_get_iv_length(ctx); in test_evp_updated_iv()
H A Devp_test.c1151 } else if (expected->iv_len != (size_t)EVP_CIPHER_CTX_get_iv_length(ctx_base)) { in cipher_test_enc()
/openssl/ssl/quic/
H A Dquic_record_tx.c527 nonce_len = EVP_CIPHER_CTX_get_iv_length(cctx); in qtx_encrypt_into_txe()
H A Dquic_record_rx.c712 nonce_len = EVP_CIPHER_CTX_get_iv_length(cctx); in qrx_decrypt_pkt_body()
/openssl/include/openssl/
H A Devp.h627 int EVP_CIPHER_CTX_get_iv_length(const EVP_CIPHER_CTX *ctx);
628 # define EVP_CIPHER_CTX_iv_length EVP_CIPHER_CTX_get_iv_length
/openssl/ssl/statem/
H A Dstatem_srvr.c4049 iv_len = EVP_CIPHER_CTX_get_iv_length(ctx); in construct_stateless_ticket()
/openssl/ssl/
H A Dt1_lib.c2429 ivlen = EVP_CIPHER_CTX_get_iv_length(ctx); in tls_decrypt_ticket()
/openssl/util/
H A Dlibcrypto.num2668 EVP_CIPHER_CTX_get_iv_length 2727 3_0_0 EXIST::FUNCTION:

Completed in 138 milliseconds