Home
last modified time | relevance | path

Searched refs:p_psk (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dssl.h1573 void *MBEDTLS_PRIVATE(p_psk); /*!< context for PSK callback */
3877 void *p_psk);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls13_server.c373 ssl->conf->p_psk, ssl, identity, identity_len) == 0) { in ssl_tls13_offered_psks_check_identity_match()
H A Dssl_tls.c2351 void *p_psk) in mbedtls_ssl_conf_psk_cb() argument
2354 conf->p_psk = p_psk; in mbedtls_ssl_conf_psk_cb()
H A Dssl_tls12_server.c3616 if (ssl->conf->f_psk(ssl->conf->p_psk, ssl, *p, n) != 0) { in ssl_parse_client_psk_identity()