Searched refs:p_psk (Results 1 – 4 of 4) sorted by relevance
1523 void *MBEDTLS_PRIVATE(p_psk); /*!< context for PSK callback */3779 void *p_psk);
373 ssl->conf->p_psk, ssl, identity, identity_len) == 0) { in ssl_tls13_offered_psks_check_identity_match()
2338 void *p_psk) in mbedtls_ssl_conf_psk_cb() argument2341 conf->p_psk = p_psk; in mbedtls_ssl_conf_psk_cb()
3638 if (ssl->conf->f_psk(ssl->conf->p_psk, ssl, *p, n) != 0) { in ssl_parse_client_psk_identity()