Searched defs:ossl_hpke_ctx_st (Results 1 – 1 of 1) sorted by relevance
48 struct ossl_hpke_ctx_st { struct49 OSSL_LIB_CTX *libctx; /* library context */50 char *propq; /* properties */51 int mode; /* HPKE mode */52 OSSL_HPKE_SUITE suite; /* suite */53 const OSSL_HPKE_KEM_INFO *kem_info;54 const OSSL_HPKE_KDF_INFO *kdf_info;55 const OSSL_HPKE_AEAD_INFO *aead_info;56 EVP_CIPHER *aead_ciph;57 int role; /* sender(0) or receiver(1) */[all …]