Home
last modified time | relevance | path

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

/third_party/openssl/ssl/statem/
Dextensions_clnt.c738 char identity[PSK_MAX_IDENTITY_LEN + 1]; in tls_construct_ctos_early_data()
777 if (idlen > PSK_MAX_IDENTITY_LEN) { in tls_construct_ctos_early_data()
Dstatem_clnt.c2007 if (PACKET_remaining(&psk_identity_hint) > PSK_MAX_IDENTITY_LEN) { in tls_process_ske_psk_preamble()
2889 char identity[PSK_MAX_IDENTITY_LEN + 1]; in tls_construct_cke_psk_preamble()
2921 if (identitylen > PSK_MAX_IDENTITY_LEN) { in tls_construct_cke_psk_preamble()
Dstatem_srvr.c2685 if (len > PSK_MAX_IDENTITY_LEN in tls_construct_server_key_exchange()
2941 if (PACKET_remaining(&psk_identity) > PSK_MAX_IDENTITY_LEN) { in tls_process_cke_psk_preamble()
Dextensions_srvr.c1097 && idlen <= PSK_MAX_IDENTITY_LEN) { in tls_parse_ctos_psk()
/third_party/openssl/ssl/
Dssl_lib.c4320 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) { in SSL_CTX_use_psk_identity_hint()
4339 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) { in SSL_use_psk_identity_hint()
/third_party/openssl/include/openssl/
Dssl.h821 # define PSK_MAX_IDENTITY_LEN 128 macro