Home
last modified time | relevance | path

Searched defs:secondGroup (Results 1 – 2 of 2) sorted by relevance

/third_party/openhitls/tls/handshake/send/src/
Dsend_client_hello.c171 static bool Tls13SelectGroup(TLS_Ctx *ctx, uint16_t *firstGroup, uint16_t *secondGroup) in Tls13SelectGroup()
204 …t Tls13ClientGenKeyPair(TLS_Ctx *ctx, KeyExchCtx *kxCtx, uint16_t firstGroup, uint16_t secondGroup) in Tls13ClientGenKeyPair()
258 uint16_t secondGroup = HITLS_NAMED_GROUP_BUTT; in Tls13ClientPrepareKeyShare() local
/third_party/openhitls/tls/handshake/common/include/
Dhs_ctx.h66 HITLS_NamedGroup secondGroup; /* Second group for key share */ member