Home
last modified time | relevance | path

Searched refs:iana_group (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c2246 int iana_group; member
2343 e->iana_group = group; in crypto_ec_init()
3360 key = crypto_ec_key_set_pub(ec->iana_group, buf, buf + len, len); in crypto_ec_key_set_pub_point()
4602 int iana_group; member
4646 ctx->iana_group = 19; in hpke_get_context()
4654 ctx->iana_group = 20; in hpke_get_context()
4662 ctx->iana_group = 21; in hpke_get_context()
4710 if (group == 28 && ctx->iana_group == 19) { in hpke_get_context()
4711 ctx->iana_group = 28; in hpke_get_context()
4712 } else if (group == 29 && ctx->iana_group == 20) { in hpke_get_context()
[all …]
/freebsd/contrib/wpa/src/common/
H A Ddpp.h713 int dpp_hpke_suite(int iana_group, enum hpke_kem_id *kem_id,
H A Ddpp_crypto.c2481 int dpp_hpke_suite(int iana_group, enum hpke_kem_id *kem_id, in dpp_hpke_suite() argument
2484 switch (iana_group) { in dpp_hpke_suite()