Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX_get0_cipher (Results 1 – 21 of 21) sorted by relevance

/openssl/ssl/record/methods/
H A Dtls1_meth.c125 if (EVP_CIPHER_get0_provider(EVP_CIPHER_CTX_get0_cipher(ciph_ctx)) != NULL in tls1_set_crypto_state()
199 enc = EVP_CIPHER_CTX_get0_cipher(rl->enc_ctx); in tls1_cipher()
230 bs = EVP_CIPHER_get_block_size(EVP_CIPHER_CTX_get0_cipher(ds)); in tls1_cipher()
238 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ds)) in tls1_cipher()
251 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ds)) in tls1_cipher()
414 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ds)) in tls1_cipher()
H A Dssl3_meth.c71 if (EVP_CIPHER_get0_provider(EVP_CIPHER_CTX_get0_cipher(ciph_ctx)) != NULL in ssl3_set_crypto_state()
114 if (ds == NULL || (enc = EVP_CIPHER_CTX_get0_cipher(ds)) == NULL) in ssl3_cipher()
H A Dtls_multib.c34 && (EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(rl->enc_ctx)) in tls_is_multiblock_capable()
H A Dtls13_meth.c208 cipher = EVP_CIPHER_CTX_get0_cipher(enc_ctx); in tls13_cipher()
H A Dtls_common.c734 && (EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(rl->enc_ctx)) in tls_get_more_records()
1526 && (EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(rl->enc_ctx)) in tls_get_max_records_default()
/openssl/crypto/pkcs12/
H A Dp12_decr.c55 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx)) in PKCS12_pbe_crypt_ex()
98 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx)) in PKCS12_pbe_crypt_ex()
/openssl/crypto/evp/
H A Dp_seal.c36 if ((cipher = EVP_CIPHER_CTX_get0_cipher(ctx)) != NULL in EVP_SealInit()
H A Dp5_crpt2.c194 if (EVP_CIPHER_CTX_get0_cipher(ctx) == NULL) { in PKCS5_v2_PBKDF2_keyivgen_ex()
H A Devp_lib.c431 const EVP_CIPHER *EVP_CIPHER_CTX_get0_cipher(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_get0_cipher() function
H A Devp_enc.c390 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx)) in evp_cipher_init_internal()
/openssl/providers/implementations/macs/
H A Dcmac_prov.c111 if (EVP_CIPHER_CTX_get0_cipher(cipherctx) == NULL) in cmac_size()
/openssl/crypto/asn1/
H A Dp5_scrypt.c248 if (EVP_CIPHER_CTX_get0_cipher(ctx) == NULL) { in PKCS5_v2_scrypt_keyivgen_ex()
/openssl/crypto/cmac/
H A Dcmac.c150 if (EVP_CIPHER_CTX_get0_cipher(ctx->cctx) == NULL) in ossl_cmac_init()
/openssl/include/openssl/
H A Devp.h617 const EVP_CIPHER *EVP_CIPHER_CTX_get0_cipher(const EVP_CIPHER_CTX *ctx);
652 # define EVP_CIPHER_CTX_get0_name(c) EVP_CIPHER_get0_name(EVP_CIPHER_CTX_get0_cipher(c))
653 # define EVP_CIPHER_CTX_get_type(c) EVP_CIPHER_get_type(EVP_CIPHER_CTX_get0_cipher(c))
656 # define EVP_CIPHER_CTX_flags(c) EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(c))
658 # define EVP_CIPHER_CTX_get_mode(c) EVP_CIPHER_get_mode(EVP_CIPHER_CTX_get0_cipher(c))
/openssl/crypto/cms/
H A Dcms_kari.c425 kekcipher = EVP_CIPHER_CTX_get0_cipher(ctx); in cms_wrap_init()
H A Dcms_env.c1155 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx)) in cms_EnvelopedData_Decryption_init_bio()
1275 if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx)) in ossl_cms_EnvelopedData_final()
/openssl/engines/
H A De_afalg.c587 if (EVP_CIPHER_CTX_get0_cipher(ctx) == NULL) { in afalg_cipher_init()
/openssl/doc/man3/
H A DEVP_EncryptInit.pod52 EVP_CIPHER_CTX_get0_cipher,
186 const EVP_CIPHER *EVP_CIPHER_CTX_get0_cipher(const EVP_CIPHER_CTX *ctx);
590 =item EVP_CIPHER_CTX_get0_cipher()
621 A deprecated macro calling C<EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx))>.
1832 EVP_CIPHER_CTX_get0_cipher() instead.
1836 EVP_CIPHER_CTX_get0_cipher(), EVP_CIPHER_CTX_get1_cipher(),
/openssl/include/crypto/
H A Devp.h363 bl = EVP_CIPHER_CTX_get0_cipher(ctx)->block_size; \
/openssl/apps/
H A Dspeed.c1535 const EVP_CIPHER *ciph = EVP_CIPHER_CTX_get0_cipher(ctx); in check_block_size()
/openssl/util/
H A Dlibcrypto.num5372 EVP_CIPHER_CTX_get0_cipher 5500 3_0_0 EXIST::FUNCTION:

Completed in 158 milliseconds