Searched refs:PSK_MAX_IDENTITY_LEN (Results 1 – 4 of 4) sorted by relevance
1146 if (CBS_len(&psk_identity_hint) > PSK_MAX_IDENTITY_LEN || in ssl3_get_server_key_exchange()1639 char identity[PSK_MAX_IDENTITY_LEN + 1]; in ssl3_send_client_key_exchange()1664 if (identity_len > PSK_MAX_IDENTITY_LEN) { in ssl3_send_client_key_exchange()
2429 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) { in SSL_CTX_use_psk_identity_hint()2454 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) { in SSL_use_psk_identity_hint()
1644 if (CBS_len(&psk_identity) > PSK_MAX_IDENTITY_LEN || in ssl3_get_client_key_exchange()
1237 #define PSK_MAX_IDENTITY_LEN 128 macro