Home
last modified time | relevance | path

Searched defs:kem (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/crypto/evp/
H A Dkem.c34 EVP_KEM *kem = NULL; in evp_kem_init() local
286 EVP_KEM *kem = OPENSSL_zalloc(sizeof(EVP_KEM)); in evp_kem_new() local
306 EVP_KEM *kem = NULL; in evp_kem_from_algorithm() local
432 void EVP_KEM_free(EVP_KEM *kem) in EVP_KEM_free()
448 int EVP_KEM_up_ref(EVP_KEM *kem) in EVP_KEM_up_ref()
456 OSSL_PROVIDER *EVP_KEM_get0_provider(const EVP_KEM *kem) in EVP_KEM_get0_provider()
479 int EVP_KEM_is_a(const EVP_KEM *kem, const char *name) in EVP_KEM_is_a()
484 int evp_kem_get_number(const EVP_KEM *kem) in evp_kem_get_number()
489 const char *EVP_KEM_get0_name(const EVP_KEM *kem) in EVP_KEM_get0_name()
494 const char *EVP_KEM_get0_description(const EVP_KEM *kem) in EVP_KEM_get0_description()
[all …]
/freebsd/crypto/openssl/crypto/hpke/
H A Dhpke_util.c453 uint16_t kem = 0, kdf = 0, aead = 0; in ossl_hpke_str2suite() local
/freebsd/crypto/openssl/apps/
H A Dspeed.c114 int kem; member
1815 static void collect_kem(EVP_KEM *kem, void *stack) in collect_kem()
2212 EVP_KEM *kem = sk_EVP_KEM_value(kem_stack, idx); in speed_main() local
H A Dlist.c911 static void collect_kem(EVP_KEM *kem, void *stack) in collect_kem()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c4731 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()
/freebsd/crypto/openssl/include/crypto/
H A Devp.h86 EVP_KEM *kem; member