Home
last modified time | relevance | path

Searched refs:PSK_MAX_IDENTITY_LEN (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/ssl/
Ds3_clnt.c1146 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()
Dssl_lib.c2429 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()
Ds3_srvr.c1644 if (CBS_len(&psk_identity) > PSK_MAX_IDENTITY_LEN || in ssl3_get_client_key_exchange()
/external/boringssl/src/include/openssl/
Dssl.h1237 #define PSK_MAX_IDENTITY_LEN 128 macro