Searched defs:psk_identity_hint (Results 1 - 2 of 2) sorted by relevance

/external/boringssl/src/ssl/
H A Dhandshake_client.cc946 CBS psk_identity_hint; local
948 // Each of the PSK key exchanges begins with a psk_identity_hint.
950 &psk_identity_hint)) {
963 if (CBS_len(&psk_identity_hint) > PSK_MAX_IDENTITY_LEN ||
964 CBS_contains_zero_byte(&psk_identity_hint)) {
976 if (CBS_len(&psk_identity_hint) != 0 &&
977 !CBS_strdup(&psk_identity_hint, &raw)) {
H A Dinternal.h1389 // peer_psk_identity_hint, on the client, is the psk_identity_hint sent by the
2065 // Server-only: psk_identity_hint is the default identity hint to send in
2067 char *psk_identity_hint; member in struct:bssl::SSLContext
2570 // Server-only: psk_identity_hint is the identity hint to send in
2572 char *psk_identity_hint; member in struct:bssl::SSLConnection

Completed in 96 milliseconds