Home
last modified time | relevance | path

Searched refs:SSL_psk_client_cb_func (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_CTX_set_psk_client_callback.pod5 SSL_psk_client_cb_func,
28 typedef unsigned int (*SSL_psk_client_cb_func)(SSL *ssl,
35 void SSL_CTX_set_psk_client_callback(SSL_CTX *ctx, SSL_psk_client_cb_func cb);
36 void SSL_set_psk_client_callback(SSL *ssl, SSL_psk_client_cb_func cb);
128 B<SSL_psk_client_cb_func> callback.
147 Return values from the B<SSL_psk_client_cb_func> callback are interpreted as
/third_party/openssl/util/
Dprivate.num55 SSL_psk_client_cb_func datatype
/third_party/openssl/include/openssl/
Dssl.h823 typedef unsigned int (*SSL_psk_client_cb_func)(SSL *ssl, typedef
829 void SSL_CTX_set_psk_client_callback(SSL_CTX *ctx, SSL_psk_client_cb_func cb);
830 void SSL_set_psk_client_callback(SSL *ssl, SSL_psk_client_cb_func cb);
/third_party/openssl/ssl/
Dssl_local.h1004 SSL_psk_client_cb_func psk_client_callback;
1216 SSL_psk_client_cb_func psk_client_callback;
Dssl_lib.c4367 void SSL_set_psk_client_callback(SSL *s, SSL_psk_client_cb_func cb) in SSL_set_psk_client_callback()
4372 void SSL_CTX_set_psk_client_callback(SSL_CTX *ctx, SSL_psk_client_cb_func cb) in SSL_CTX_set_psk_client_callback()