HomeSort by: relevance | last modified time | path
    Searched refs:iana_group (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/crypto/
crypto_openssl.c 2246 int iana_group; member in struct:crypto_ec
2343 e->iana_group = group;
3360 key = crypto_ec_key_set_pub(ec->iana_group, buf, buf + len, len);
4602 int iana_group; member in struct:hpke_context
4646 ctx->iana_group = 19;
4654 ctx->iana_group = 20;
4662 ctx->iana_group = 21;
4710 if (group == 28 && ctx->iana_group == 19) {
4711 ctx->iana_group = 28;
4712 } else if (group == 29 && ctx->iana_group == 20)
    [all...]
  /src/external/bsd/wpa/dist/src/common/
dpp.h 713 int dpp_hpke_suite(int iana_group, enum hpke_kem_id *kem_id,
dpp_crypto.c 2481 int dpp_hpke_suite(int iana_group, enum hpke_kem_id *kem_id,
2484 switch (iana_group) {

Completed in 19 milliseconds