Searched refs:PSK_MAX_IDENTITY_LEN (Results 1 – 6 of 6) sorted by relevance
738 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()
2007 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()
2685 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()
1097 && idlen <= PSK_MAX_IDENTITY_LEN) { in tls_parse_ctos_psk()
4320 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()
821 # define PSK_MAX_IDENTITY_LEN 128 macro