Home
last modified time | relevance | path

Searched defs:SSL_get_psk_identity (Results 1 – 2 of 2) sorted by relevance

/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/ssl/
Dssl_lib.c4607 const char *SSL_get_psk_identity(const SSL *s) in SSL_get_psk_identity() function