HomeSort by: relevance | last modified time | path
    Searched refs:p_dinit (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_enc.c 702 if (ctx->cipher->p_dinit == NULL) {
707 return ctx->cipher->p_dinit(ctx->algctx,
1971 if (cipher->p_dinit != NULL)
1973 cipher->p_dinit = OSSL_FUNC_cipher_pipeline_decrypt_init(fns);
2095 if (((enc && cipher->p_einit != NULL) || (!enc && cipher->p_dinit != NULL))
  /src/crypto/external/apache2/openssl/dist/include/crypto/
evp.h 346 OSSL_FUNC_cipher_pipeline_decrypt_init_fn *p_dinit; member in struct:evp_cipher_st

Completed in 56 milliseconds