Searched refs:SSL_SESSION_get0_cipher (Results 1 – 12 of 12) sorted by relevance
5 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 the30 SSL_SESSION_get0_cipher() returns the SSL_CIPHER associated with the SSL_SESSION46 The SSL_SESSION_get0_cipher() function was added in OpenSSL 1.1.0.
521 const SSL_CIPHER *sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_change_cipher_state()547 sslcipher = SSL_SESSION_get0_cipher(s->psksession); in tls13_change_cipher_state()907 sslcipher = SSL_SESSION_get0_cipher(s->psksession); in tls13_export_keying_material_early()909 sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_export_keying_material_early()
1010 const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s) in SSL_SESSION_get0_cipher() function
173 SSL_SESSION_get0_cipher;
403 SSL_SESSION_get0_cipher 404 3_0_0 EXIST::FUNCTION:
2510 DEPEND[html/man3/SSL_SESSION_get0_cipher.html]=man3/SSL_SESSION_get0_cipher.pod2511 GENERATE[html/man3/SSL_SESSION_get0_cipher.html]=man3/SSL_SESSION_get0_cipher.pod2512 DEPEND[man/man3/SSL_SESSION_get0_cipher.3]=man3/SSL_SESSION_get0_cipher.pod2513 GENERATE[man/man3/SSL_SESSION_get0_cipher.3]=man3/SSL_SESSION_get0_cipher.pod3691 html/man3/SSL_SESSION_get0_cipher.html \4367 man/man3/SSL_SESSION_get0_cipher.3 \
243 cipher = SSL_SESSION_get0_cipher(usesess); in psk_use_session_cb()
466 | `SSL_SESSION_get0_cipher` | HL | U | A | NC\* | Done …
1774 __owur const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s);
1727 __owur const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s);
509 MAN+= SSL_SESSION_get0_cipher.34350 MLINKS+= SSL_SESSION_get0_cipher.3 SSL_SESSION_set_cipher.3
4833 aes_128_gcm_sha256 = SSL_SESSION_get0_cipher(clntsess); in test_ciphersuite_change()