Home
last modified time | relevance | path

Searched refs:SSL_SESSION_get0_cipher (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_SESSION_get0_cipher.pod5 SSL_SESSION_get0_cipher,
13 const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s);
18 SSL_SESSION_get0_cipher() retrieves the cipher that was used by the
30 SSL_SESSION_get0_cipher() returns the SSL_CIPHER associated with the SSL_SESSION
46 The SSL_SESSION_get0_cipher() function was added in OpenSSL 1.1.0.
/freebsd-13.1/crypto/openssl/ssl/
H A Dtls13_enc.c517 const SSL_CIPHER *sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_change_cipher_state()
548 sslcipher = SSL_SESSION_get0_cipher(s->psksession); in tls13_change_cipher_state()
899 sslcipher = SSL_SESSION_get0_cipher(s->psksession); in tls13_export_keying_material_early()
901 sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_export_keying_material_early()
H A Dssl_sess.c865 const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s) in SSL_SESSION_get0_cipher() function
/freebsd-13.1/secure/lib/libssl/
H A DVersion.map174 SSL_SESSION_get0_cipher;
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h1635 __owur const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s);
/freebsd-13.1/crypto/openssl/apps/
H A Ds_client.c220 cipher = SSL_SESSION_get0_cipher(usesess); in psk_use_session_cb()
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile350 MAN+= SSL_SESSION_get0_cipher.3
2737 MLINKS+= SSL_SESSION_get0_cipher.3 SSL_SESSION_set_cipher.3