Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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.
/third_party/openssl/ssl/
Dtls13_enc.c513 const SSL_CIPHER *sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_change_cipher_state()
544 sslcipher = SSL_SESSION_get0_cipher(s->psksession); in tls13_change_cipher_state()
845 sslcipher = SSL_SESSION_get0_cipher(s->psksession); in tls13_export_keying_material_early()
847 sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_export_keying_material_early()
Dssl_sess.c865 const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s) in SSL_SESSION_get0_cipher() function
/third_party/openssl/util/
Dlibssl.num403 SSL_SESSION_get0_cipher 404 1_1_0 EXIST::FUNCTION:
/third_party/openssl/include/openssl/
Dssl.h1633 __owur const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s);
/third_party/openssl/apps/
Ds_client.c220 cipher = SSL_SESSION_get0_cipher(usesess); in psk_use_session_cb()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h237 #define SSL_SESSION_get0_cipher BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_SESSION_get0_cipher) macro
/third_party/openssl/test/
Dsslapitest.c3407 aes_128_gcm_sha256 = SSL_SESSION_get0_cipher(clntsess); in test_ciphersuite_change()