Searched refs:p_dinit (Results 1 – 2 of 2) sorted by relevance
523 if (ctx->cipher->p_dinit == NULL) { in EVP_CipherPipelineDecryptInit()528 return ctx->cipher->p_dinit(ctx->algctx, in EVP_CipherPipelineDecryptInit()1778 if (cipher->p_dinit != NULL) in evp_cipher_from_algorithm()1780 cipher->p_dinit = OSSL_FUNC_cipher_pipeline_decrypt_init(fns); in evp_cipher_from_algorithm()1891 if (((enc && cipher->p_einit != NULL) || (!enc && cipher->p_dinit != NULL)) in EVP_CIPHER_can_pipeline()
345 OSSL_FUNC_cipher_pipeline_decrypt_init_fn *p_dinit; member
Completed in 11 milliseconds