Lines Matching refs:iana_group
2246 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()
4713 ctx->iana_group = 29; in hpke_get_context()
4714 } else if (group == 30 && ctx->iana_group == 21) { in hpke_get_context()
4715 ctx->iana_group = 30; in hpke_get_context()
4718 if (group != ctx->iana_group) { in hpke_get_context()
4720 __func__, group, ctx->iana_group); in hpke_get_context()
5047 sk_e = crypto_ec_key_gen(ctx->iana_group); in hpke_encap()
5218 pk_e = crypto_ec_key_set_pub(ctx->iana_group, &enc[1], in hpke_decap()