Searched refs:PSK_MAX_IDENTITY_LEN (Results 1 - 5 of 5) sorted by relevance

/external/boringssl/src/ssl/
H A Dhandshake_client.cc963 if (CBS_len(&psk_identity_hint) > PSK_MAX_IDENTITY_LEN ||
1270 char identity[PSK_MAX_IDENTITY_LEN + 1];
H A Dhandshake_server.cc1086 if (CBS_len(&psk_identity) > PSK_MAX_IDENTITY_LEN ||
H A Dssl_lib.cc2362 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
/external/boringssl/include/openssl/
H A Dssl.h2871 // PSK_MAX_IDENTITY_LEN is the maximum supported length of a PSK identity,
2873 #define PSK_MAX_IDENTITY_LEN 128 macro
/external/boringssl/src/include/openssl/
H A Dssl.h2871 // PSK_MAX_IDENTITY_LEN is the maximum supported length of a PSK identity,
2873 #define PSK_MAX_IDENTITY_LEN 128 macro

Completed in 140 milliseconds