Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Devp_enc.c493 if (ctx->cipher->p_einit == NULL) { in EVP_CipherPipelineEncryptInit()
498 return ctx->cipher->p_einit(ctx->algctx, in EVP_CipherPipelineEncryptInit()
1772 if (cipher->p_einit != NULL) in evp_cipher_from_algorithm()
1774 cipher->p_einit = OSSL_FUNC_cipher_pipeline_encrypt_init(fns); in evp_cipher_from_algorithm()
1891 if (((enc && cipher->p_einit != NULL) || (!enc && cipher->p_dinit != NULL)) in EVP_CIPHER_can_pipeline()
/openssl/include/crypto/
H A Devp.h344 OSSL_FUNC_cipher_pipeline_encrypt_init_fn *p_einit; member

Completed in 19 milliseconds