Home
last modified time | relevance | path

Searched refs:p_dinit (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssl/crypto/evp/
H A Devp_enc.c702 if (ctx->cipher->p_dinit == NULL) { in EVP_CipherPipelineDecryptInit()
707 return ctx->cipher->p_dinit(ctx->algctx, in EVP_CipherPipelineDecryptInit()
1961 if (cipher->p_dinit != NULL) in evp_cipher_from_algorithm()
1963 cipher->p_dinit = OSSL_FUNC_cipher_pipeline_decrypt_init(fns); in evp_cipher_from_algorithm()
2085 if (((enc && cipher->p_einit != NULL) || (!enc && cipher->p_dinit != NULL)) in EVP_CIPHER_can_pipeline()
/src/crypto/openssl/include/crypto/
H A Devp.h346 OSSL_FUNC_cipher_pipeline_decrypt_init_fn *p_dinit; member