Searched refs:SSL_get_psk_identity (Results 1 – 11 of 11) sorted by relevance
5 SSL_get_psk_identity, SSL_get_psk_identity_hint - get PSK client identity and hint12 const char *SSL_get_psk_identity(const SSL *ssl);18 B<ssl>. Similarly, SSL_get_psk_identity() is used to retrieve the PSK25 hint and SSL_get_psk_identity() returns the PSK identity. Both are
1823 const char *SSL_get_psk_identity(SSL *ssl);
79 * Added `SSL_get_psk_identity_hint` and `SSL_get_psk_identity`.
388 pub fn SSL_get_psk_identity(ssl: *const SSL) -> *const c_char; in SSL_get_psk_identity() function
98 SSL_get_psk_identity 99 3_0_0 EXIST::FUNCTION:PSK
3117 #[corresponds(SSL_get_psk_identity)]3121 let ptr = ffi::SSL_get_psk_identity(self.as_ptr()); in psk_identity()
2474 DEPEND[html/man3/SSL_get_psk_identity.html]=man3/SSL_get_psk_identity.pod2475 GENERATE[html/man3/SSL_get_psk_identity.html]=man3/SSL_get_psk_identity.pod2476 DEPEND[man/man3/SSL_get_psk_identity.3]=man3/SSL_get_psk_identity.pod2477 GENERATE[man/man3/SSL_get_psk_identity.3]=man3/SSL_get_psk_identity.pod3356 html/man3/SSL_get_psk_identity.html \3952 man/man3/SSL_get_psk_identity.3 \
842 const char *SSL_get_psk_identity(const SSL *s);
4607 const char *SSL_get_psk_identity(const SSL *s) in SSL_get_psk_identity() function
834 const char *SSL_get_psk_identity(const SSL *s);
9641 SSL_get_psk_identity