Searched refs:PSK_MAX_PSK_LEN (Results 1 – 8 of 8) sorted by relevance
1275 uint8_t psk[PSK_MAX_PSK_LEN]; in do_send_client_key_exchange()1292 assert(psk_len <= PSK_MAX_PSK_LEN); in do_send_client_key_exchange()
1358 uint8_t psk[PSK_MAX_PSK_LEN]; in do_read_client_key_exchange()1361 if (psk_len > PSK_MAX_PSK_LEN) { in do_read_client_key_exchange()
761 unsigned char psk[PSK_MAX_PSK_LEN]; in tls_construct_ctos_early_data()768 if (psklen > PSK_MAX_PSK_LEN) { in tls_construct_ctos_early_data()
1099 unsigned char pskdata[PSK_MAX_PSK_LEN]; in tls_parse_ctos_psk()1110 if (pskdatalen > PSK_MAX_PSK_LEN) { in tls_parse_ctos_psk()
2890 unsigned char psk[PSK_MAX_PSK_LEN]; in tls_construct_cke_psk_preamble()2907 if (psklen > PSK_MAX_PSK_LEN) { in tls_construct_cke_psk_preamble()2910 psklen = PSK_MAX_PSK_LEN; /* Avoid overrunning the array on cleanse */ in tls_construct_cke_psk_preamble()
2932 unsigned char psk[PSK_MAX_PSK_LEN]; in tls_process_cke_psk_preamble()2961 if (psklen > PSK_MAX_PSK_LEN) { in tls_process_cke_psk_preamble()
822 # define PSK_MAX_PSK_LEN 256 macro
2996 #define PSK_MAX_PSK_LEN 256 macro