Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_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-stable/crypto/openssl/ssl/
HDtls13_enc.c519 const SSL_CIPHER *sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_change_cipher_state()
550 sslcipher = SSL_SESSION_get0_cipher(s->psksession); in tls13_change_cipher_state()
911 sslcipher = SSL_SESSION_get0_cipher(s->psksession); in tls13_export_keying_material_early()
913 sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_export_keying_material_early()
HDssl_sess.c868 const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s) in SSL_SESSION_get0_cipher() function
/freebsd-13-stable/secure/lib/libssl/
HDVersion.map173 SSL_SESSION_get0_cipher;
/freebsd-13-stable/crypto/openssl/include/openssl/
HDssl.h1645 __owur const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s);
/freebsd-13-stable/crypto/openssl/apps/
HDs_client.c220 cipher = SSL_SESSION_get0_cipher(usesess); in psk_use_session_cb()
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile349 MAN+= SSL_SESSION_get0_cipher.3
2742 MLINKS+= SSL_SESSION_get0_cipher.3 SSL_SESSION_set_cipher.3