Home
last modified time | relevance | path

Searched refs:EVP_KEM (Results 1 – 2 of 2) sorted by relevance

/apps/
A Dlist.c63 IS_FETCHABLE(kem, EVP_KEM) in IS_FETCHABLE()
903 DEFINE_STACK_OF(EVP_KEM) in DEFINE_STACK_OF() argument
904 static int kem_cmp(const EVP_KEM * const *a, in DEFINE_STACK_OF()
905 const EVP_KEM * const *b) in DEFINE_STACK_OF()
911 static void collect_kem(EVP_KEM *kem, void *stack) in collect_kem()
913 STACK_OF(EVP_KEM) *kem_stack = stack; in collect_kem()
924 STACK_OF(EVP_KEM) *kem_stack = sk_EVP_KEM_new(kem_cmp); in list_kems()
930 EVP_KEM *k = sk_EVP_KEM_value(kem_stack, i); in list_kems()
A Dspeed.c1804 IS_FETCHABLE(kem, EVP_KEM) in IS_FETCHABLE()
1806 DEFINE_STACK_OF(EVP_KEM) in IS_FETCHABLE()
1808 static int kems_cmp(const EVP_KEM * const *a, in IS_FETCHABLE()
1809 const EVP_KEM * const *b) in IS_FETCHABLE()
1815 static void collect_kem(EVP_KEM *kem, void *stack) in collect_kem()
1817 STACK_OF(EVP_KEM) *kem_stack = stack; in collect_kem()
1893 STACK_OF(EVP_KEM) *kem_stack = NULL; in speed_main()
2212 EVP_KEM *kem = sk_EVP_KEM_value(kem_stack, idx); in speed_main()

Completed in 15 milliseconds