HomeSort by: relevance | last modified time | path
    Searched defs:aead_ciph (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/hpke/
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);

Completed in 24 milliseconds