Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/evp/
H A Devp_enc.c672 if (ctx->cipher->p_einit == NULL) { in EVP_CipherPipelineEncryptInit()
677 return ctx->cipher->p_einit(ctx->algctx, in EVP_CipherPipelineEncryptInit()
1955 if (cipher->p_einit != NULL) in evp_cipher_from_algorithm()
1957 cipher->p_einit = OSSL_FUNC_cipher_pipeline_encrypt_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.h345 OSSL_FUNC_cipher_pipeline_encrypt_init_fn *p_einit; member