Home
last modified time | relevance | path

Searched refs:SSL_SESSION_set_cipher (Results 1 – 13 of 13) sorted by relevance

/freebsd-head/crypto/openssl/doc/man3/
HDSSL_SESSION_get0_cipher.pod6 SSL_SESSION_set_cipher
14 int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher);
24 SSL_SESSION_set_cipher() can be used to set the ciphersuite associated with the
33 SSL_SESSION_set_cipher() returns 1 on success or 0 on failure.
47 The SSL_SESSION_set_cipher() function was added in OpenSSL 1.1.1.
HDSSL_CTX_set_psk_client_callback.pod75 The ciphersuite can be set via a call to <SSL_SESSION_set_cipher(3)>. The
/freebsd-head/secure/lib/libssl/
HDVersion.map457 SSL_SESSION_set_cipher;
/freebsd-head/crypto/openssl/util/
HDlibssl.num460 SSL_SESSION_set_cipher 461 3_0_0 EXIST::FUNCTION:
/freebsd-head/crypto/openssl/ssl/
HDssl_sess.c1007 int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher) in SSL_SESSION_set_cipher() function
/freebsd-head/crypto/openssl/ssl/statem/
HDextensions_srvr.c1068 || !SSL_SESSION_set_cipher(sess, cipher) in tls_parse_ctos_psk()
HDextensions_clnt.c800 || !SSL_SESSION_set_cipher(psksess, cipher) in tls_construct_ctos_early_data()
/freebsd-head/crypto/openssl/apps/
HDs_client.c189 || !SSL_SESSION_set_cipher(usesess, cipher) in psk_use_session_cb()
HDs_server.c229 || !SSL_SESSION_set_cipher(tmpsess, cipher) in psk_find_session_cb()
/freebsd-head/crypto/openssl/test/
HDsslapitest.c3387 || !TEST_true(SSL_SESSION_set_cipher(sess, cipher)) in create_a_psk()
4453 if (!TEST_ptr(cipher) || !TEST_true(SSL_SESSION_set_cipher(sess, cipher))) in test_early_data_psk_with_all_ciphers()
5515 || !TEST_true(SSL_SESSION_set_cipher(clientpsk, cipher)) in test_tls13_psk()
/freebsd-head/crypto/openssl/include/openssl/
HDssl.h1744 __owur int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher);
HDssl.h.in1672 __owur int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher);
/freebsd-head/secure/lib/libcrypto/man/man3/
HDMakefile3962 MLINKS+= SSL_SESSION_get0_cipher.3 SSL_SESSION_set_cipher.3