Searched refs:p_psk (Results 1 – 4 of 4) sorted by relevance
1517 void *MBEDTLS_PRIVATE(p_psk); /*!< context for PSK callback */3764 void *p_psk);
372 ssl->conf->p_psk, ssl, identity, identity_len) == 0) { in ssl_tls13_offered_psks_check_identity_match()
2351 void *p_psk) in mbedtls_ssl_conf_psk_cb() argument2354 conf->p_psk = p_psk; in mbedtls_ssl_conf_psk_cb()
3631 if (ssl->conf->f_psk(ssl->conf->p_psk, ssl, *p, n) != 0) { in ssl_parse_client_psk_identity()