Searched defs:kem (Results 1 – 4 of 4) sorted by relevance
24 EVP_KEM *kem = NULL; in evp_kem_init() local239 EVP_KEM *kem = OPENSSL_zalloc(sizeof(EVP_KEM)); in evp_kem_new() local263 EVP_KEM *kem = NULL; in evp_kem_from_algorithm() local375 void EVP_KEM_free(EVP_KEM *kem) in EVP_KEM_free()391 int EVP_KEM_up_ref(EVP_KEM *kem) in EVP_KEM_up_ref()399 OSSL_PROVIDER *EVP_KEM_get0_provider(const EVP_KEM *kem) in EVP_KEM_get0_provider()422 int EVP_KEM_is_a(const EVP_KEM *kem, const char *name) in EVP_KEM_is_a()427 int evp_kem_get_number(const EVP_KEM *kem) in evp_kem_get_number()432 const char *EVP_KEM_get0_name(const EVP_KEM *kem) in EVP_KEM_get0_name()437 const char *EVP_KEM_get0_description(const EVP_KEM *kem) in EVP_KEM_get0_description()[all …]
758 static void collect_kem(EVP_KEM *kem, void *stack) in collect_kem() argument
4731 static size_t hpke_suite_id(struct hpke_context *ctx, bool kem, u8 *suite_id) in hpke_suite_id()4750 static int hpke_labeled_extract(struct hpke_context *ctx, bool kem, in hpke_labeled_extract()4837 hpke_labeled_expand(struct hpke_context *ctx, bool kem, const u8 *prk, in hpke_labeled_expand()
76 EVP_KEM *kem; member