Home
last modified time | relevance | path

Searched refs:psk_client_cb (Results 1 – 2 of 2) sorted by last modified time

/freebsd/crypto/openssl/test/
H A Dsslapitest.c3261 static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *id, in psk_client_cb() function
5408 SSL_CTX_set_psk_client_callback(cctx, psk_client_cb); in test_tls13_psk()
/freebsd/crypto/openssl/apps/
H A Ds_client.c96 static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *identity, in psk_client_cb() function
1805 SSL_CTX_set_psk_client_callback(ctx, psk_client_cb); in s_client_main()