Home | History | Annotate | Download | only in ssl

Lines Matching defs:psk_identity

1298     CBS psk_identity;
1300 /* If using PSK, the ClientKeyExchange contains a psk_identity. If PSK,
1302 if (!CBS_get_u16_length_prefixed(&client_key_exchange, &psk_identity) ||
1309 if (CBS_len(&psk_identity) > PSK_MAX_IDENTITY_LEN ||
1310 CBS_contains_zero_byte(&psk_identity)) {
1316 if (!CBS_strdup(&psk_identity, &hs->new_session->psk_identity)) {
1453 ssl, hs->new_session->psk_identity, psk, sizeof(psk));