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

/external/boringssl/src/ssl/
H A Ds3_clnt.c1125 if (CBS_len(&psk_identity_hint) > PSK_MAX_IDENTITY_LEN ||
1600 char identity[PSK_MAX_IDENTITY_LEN + 1];
H A Dssl_lib.c2073 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
2097 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
H A Ds3_srvr.c1502 if (CBS_len(&psk_identity) > PSK_MAX_IDENTITY_LEN ||
/external/boringssl/include/openssl/
H A Dssl.h2412 /* PSK_MAX_IDENTITY_LEN is the maximum supported length of a PSK identity,
2414 #define PSK_MAX_IDENTITY_LEN 128 macro
/external/boringssl/src/include/openssl/
H A Dssl.h2412 /* PSK_MAX_IDENTITY_LEN is the maximum supported length of a PSK identity,
2414 #define PSK_MAX_IDENTITY_LEN 128 macro

Completed in 358 milliseconds