| 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...] |