Symbol: EVP_CIPHER_CTX_get0_cipher
crypto/openssl/apps/speed.c
1610
const EVP_CIPHER *ciph = EVP_CIPHER_CTX_get0_cipher(ctx);
crypto/openssl/crypto/asn1/p5_scrypt.c
251
if (EVP_CIPHER_CTX_get0_cipher(ctx) == NULL) {
crypto/openssl/crypto/cmac/cmac.c
150
if (EVP_CIPHER_CTX_get0_cipher(ctx->cctx) == NULL)
crypto/openssl/crypto/cms/cms_env.c
1154
if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx))
crypto/openssl/crypto/cms/cms_env.c
1276
if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx))
crypto/openssl/crypto/cms/cms_kari.c
427
kekcipher = EVP_CIPHER_CTX_get0_cipher(ctx);
crypto/openssl/crypto/evp/evp_enc.c
423
if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx))
crypto/openssl/crypto/evp/p5_crpt2.c
195
if (EVP_CIPHER_CTX_get0_cipher(ctx) == NULL) {
crypto/openssl/crypto/evp/p_seal.c
36
if ((cipher = EVP_CIPHER_CTX_get0_cipher(ctx)) != NULL
crypto/openssl/crypto/pkcs12/p12_decr.c
100
if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx))
crypto/openssl/crypto/pkcs12/p12_decr.c
55
if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ctx))
crypto/openssl/engines/e_afalg.c
587
if (EVP_CIPHER_CTX_get0_cipher(ctx) == NULL) {
crypto/openssl/include/crypto/evp.h
370
bl = EVP_CIPHER_CTX_get0_cipher(ctx)->block_size; \
crypto/openssl/include/openssl/evp.h
625
const EVP_CIPHER *EVP_CIPHER_CTX_get0_cipher(const EVP_CIPHER_CTX *ctx);
crypto/openssl/include/openssl/evp.h
660
#define EVP_CIPHER_CTX_get0_name(c) EVP_CIPHER_get0_name(EVP_CIPHER_CTX_get0_cipher(c))
crypto/openssl/include/openssl/evp.h
661
#define EVP_CIPHER_CTX_get_type(c) EVP_CIPHER_get_type(EVP_CIPHER_CTX_get0_cipher(c))
crypto/openssl/include/openssl/evp.h
664
#define EVP_CIPHER_CTX_flags(c) EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(c))
crypto/openssl/include/openssl/evp.h
666
#define EVP_CIPHER_CTX_get_mode(c) EVP_CIPHER_get_mode(EVP_CIPHER_CTX_get0_cipher(c))
crypto/openssl/providers/implementations/macs/cmac_prov.c
111
if (EVP_CIPHER_CTX_get0_cipher(cipherctx) == NULL)
crypto/openssl/ssl/record/methods/ssl3_meth.c
114
if (ds == NULL || (enc = EVP_CIPHER_CTX_get0_cipher(ds)) == NULL)
crypto/openssl/ssl/record/methods/ssl3_meth.c
71
if (EVP_CIPHER_get0_provider(EVP_CIPHER_CTX_get0_cipher(ciph_ctx)) != NULL
crypto/openssl/ssl/record/methods/tls13_meth.c
211
cipher = EVP_CIPHER_CTX_get0_cipher(enc_ctx);
crypto/openssl/ssl/record/methods/tls1_meth.c
131
if (EVP_CIPHER_get0_provider(EVP_CIPHER_CTX_get0_cipher(ciph_ctx)) != NULL
crypto/openssl/ssl/record/methods/tls1_meth.c
205
enc = EVP_CIPHER_CTX_get0_cipher(rl->enc_ctx);
crypto/openssl/ssl/record/methods/tls1_meth.c
237
bs = EVP_CIPHER_get_block_size(EVP_CIPHER_CTX_get0_cipher(ds));
crypto/openssl/ssl/record/methods/tls1_meth.c
245
if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ds))
crypto/openssl/ssl/record/methods/tls1_meth.c
259
if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ds))
crypto/openssl/ssl/record/methods/tls1_meth.c
427
if ((EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(ds))
crypto/openssl/ssl/record/methods/tls_common.c
1537
&& (EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(rl->enc_ctx))
crypto/openssl/ssl/record/methods/tls_common.c
737
&& (EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(rl->enc_ctx))
crypto/openssl/ssl/record/methods/tls_multib.c
31
&& (EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(rl->enc_ctx))