Searched refs:p_cupdate (Results 1 – 2 of 2) sorted by relevance
568 if (ossl_unlikely(ctx->cipher->p_cupdate == NULL)) { in EVP_CipherPipelineUpdate()576 return ctx->cipher->p_cupdate(ctx->algctx, ctx->numpipes, in EVP_CipherPipelineUpdate()1784 if (cipher->p_cupdate != NULL) in evp_cipher_from_algorithm()1786 cipher->p_cupdate = OSSL_FUNC_cipher_pipeline_update(fns); in evp_cipher_from_algorithm()1842 || (fnpipecnt != 0 && (fnpipecnt < 3 || cipher->p_cupdate == NULL in evp_cipher_from_algorithm()1892 && cipher->p_cupdate != NULL && cipher->p_cfinal != NULL) in EVP_CIPHER_can_pipeline()
346 OSSL_FUNC_cipher_pipeline_update_fn *p_cupdate; member
Completed in 50 milliseconds