| hpke.c | 56 EVP_CIPHER *aead_ciph; member in struct:ossl_hpke_ctx_st 160 if (EVP_DecryptInit_ex(ctx, hctx->aead_ciph, NULL, NULL, NULL) != 1) { 242 if (EVP_EncryptInit_ex(ctx, hctx->aead_ciph, NULL, NULL, NULL) != 1) { 839 ctx->aead_ciph = EVP_CIPHER_fetch(libctx, aead_info->name, propq); 840 if (ctx->aead_ciph == NULL) { 854 EVP_CIPHER_free(ctx->aead_ciph); 864 EVP_CIPHER_free(ctx->aead_ciph);
|