Searched refs:SSL_SESSION_set_cipher (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_SESSION_get0_cipher.pod | 6 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.
|
H A D | SSL_CTX_set_psk_client_callback.pod | 75 The ciphersuite can be set via a call to <SSL_SESSION_set_cipher(3)>. The
|
/freebsd/secure/lib/libssl/ |
H A D | Version.map | 457 SSL_SESSION_set_cipher;
|
/freebsd/crypto/openssl/util/ |
H A D | libssl.num | 460 SSL_SESSION_set_cipher 461 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_sess.c | 1007 int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher) in SSL_SESSION_set_cipher() function
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | extensions_srvr.c | 1068 || !SSL_SESSION_set_cipher(sess, cipher) in tls_parse_ctos_psk()
|
H A D | extensions_clnt.c | 800 || !SSL_SESSION_set_cipher(psksess, cipher) in tls_construct_ctos_early_data()
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 189 || !SSL_SESSION_set_cipher(usesess, cipher) in psk_use_session_cb()
|
H A D | s_server.c | 229 || !SSL_SESSION_set_cipher(tmpsess, cipher) in psk_find_session_cb()
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 3387 || !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/crypto/openssl/include/openssl/ |
H A D | ssl.h | 1744 __owur int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher);
|
H A D | ssl.h.in | 1672 __owur int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher);
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 3962 MLINKS+= SSL_SESSION_get0_cipher.3 SSL_SESSION_set_cipher.3
|