Home
last modified time | relevance | path

Searched refs:SSL_get_psk_identity (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_get_psk_identity.pod5 SSL_get_psk_identity, SSL_get_psk_identity_hint - get PSK client identity and hint
12 const char *SSL_get_psk_identity(const SSL *ssl);
18 B<ssl>. Similarly, SSL_get_psk_identity() is used to retrieve the PSK
25 hint and SSL_get_psk_identity() returns the PSK identity. Both are
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h1823 const char *SSL_get_psk_identity(SSL *ssl);
/third_party/rust/crates/rust-openssl/openssl-sys/
DCHANGELOG.md79 * Added `SSL_get_psk_identity_hint` and `SSL_get_psk_identity`.
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs388 pub fn SSL_get_psk_identity(ssl: *const SSL) -> *const c_char; in SSL_get_psk_identity() function
/third_party/openssl/util/
Dlibssl.num98 SSL_get_psk_identity 99 3_0_0 EXIST::FUNCTION:PSK
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs3117 #[corresponds(SSL_get_psk_identity)]
3121 let ptr = ffi::SSL_get_psk_identity(self.as_ptr()); in psk_identity()
/third_party/openssl/doc/
Dbuild.info2474 DEPEND[html/man3/SSL_get_psk_identity.html]=man3/SSL_get_psk_identity.pod
2475 GENERATE[html/man3/SSL_get_psk_identity.html]=man3/SSL_get_psk_identity.pod
2476 DEPEND[man/man3/SSL_get_psk_identity.3]=man3/SSL_get_psk_identity.pod
2477 GENERATE[man/man3/SSL_get_psk_identity.3]=man3/SSL_get_psk_identity.pod
3356 html/man3/SSL_get_psk_identity.html \
3952 man/man3/SSL_get_psk_identity.3 \
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h842 const char *SSL_get_psk_identity(const SSL *s);
/third_party/openssl/ssl/
Dssl_lib.c4607 const char *SSL_get_psk_identity(const SSL *s) in SSL_get_psk_identity() function
/third_party/openssl/include/openssl/
Dssl.h.in834 const char *SSL_get_psk_identity(const SSL *s);
/third_party/openssl/
DCHANGES.md9641 SSL_get_psk_identity