Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/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.
/netbsd-src/crypto/external/bsd/openssl/dist/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.
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dtls13_enc.c514 const SSL_CIPHER *sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_change_cipher_state()
545 sslcipher = SSL_SESSION_get0_cipher(s->psksession); in tls13_change_cipher_state()
846 sslcipher = SSL_SESSION_get0_cipher(s->psksession); in tls13_export_keying_material_early()
848 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
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dtls13_enc.c482 const SSL_CIPHER *sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_change_cipher_state()
509 sslcipher = SSL_SESSION_get0_cipher(s->psksession); in tls13_change_cipher_state()
884 sslcipher = SSL_SESSION_get0_cipher(s->psksession); in tls13_export_keying_material_early()
886 sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_export_keying_material_early()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map172 SSL_SESSION_get0_cipher;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map221 SSL_SESSION_get0_cipher;
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dman.inc354 SSL_SESSION_get0_cipher.3 \
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc575 SSL_SESSION_get0_cipher.3 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num403 SSL_SESSION_get0_cipher 404 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num403 SSL_SESSION_get0_cipher 404 3_0_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/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 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h1643 __owur const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s);
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_client.c197 cipher = SSL_SESSION_get0_cipher(usesess); in psk_use_session_cb()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_client.c220 cipher = SSL_SESSION_get0_cipher(usesess); in psk_use_session_cb()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in1671 __owur const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s);
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c3544 aes_128_gcm_sha256 = SSL_SESSION_get0_cipher(clntsess); in test_ciphersuite_change()