Home
last modified time | relevance | path

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

/freebsd/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/crypto/openssl/ssl/
H A Dtls13_enc.c483 const SSL_CIPHER *sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_change_cipher_state()
510 sslcipher = SSL_SESSION_get0_cipher(s->psksession); in tls13_change_cipher_state()
895 sslcipher = SSL_SESSION_get0_cipher(s->psksession); in tls13_export_keying_material_early()
897 sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_export_keying_material_early()
H A Dssl_sess.c964 const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s) in SSL_SESSION_get0_cipher() function
/freebsd/secure/lib/libssl/
H A DVersion.map173 SSL_SESSION_get0_cipher;
/freebsd/crypto/openssl/util/
H A Dlibssl.num403 SSL_SESSION_get0_cipher 404 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/doc/
H A Dbuild.info2366 DEPEND[html/man3/SSL_SESSION_get0_cipher.html]=man3/SSL_SESSION_get0_cipher.pod
2367 GENERATE[html/man3/SSL_SESSION_get0_cipher.html]=man3/SSL_SESSION_get0_cipher.pod
2368 DEPEND[man/man3/SSL_SESSION_get0_cipher.3]=man3/SSL_SESSION_get0_cipher.pod
2369 GENERATE[man/man3/SSL_SESSION_get0_cipher.3]=man3/SSL_SESSION_get0_cipher.pod
3377 html/man3/SSL_SESSION_get0_cipher.html \
3985 man/man3/SSL_SESSION_get0_cipher.3 \
/freebsd/crypto/openssl/apps/
H A Ds_client.c197 cipher = SSL_SESSION_get0_cipher(usesess); in psk_use_session_cb()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1743 __owur const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s);
H A Dssl.h.in1671 __owur const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s);
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile473 MAN+= SSL_SESSION_get0_cipher.3
3962 MLINKS+= SSL_SESSION_get0_cipher.3 SSL_SESSION_set_cipher.3
/freebsd/crypto/openssl/test/
H A Dsslapitest.c4701 aes_128_gcm_sha256 = SSL_SESSION_get0_cipher(clntsess); in test_ciphersuite_change()