Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_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.
H A DSSL_CTX_set_psk_client_callback.pod75 The ciphersuite can be set via a call to <SSL_SESSION_set_cipher(3)>. The
/freebsd-13.1/secure/lib/libssl/
H A DVersion.map462 SSL_SESSION_set_cipher;
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_sess.c870 int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher) in SSL_SESSION_set_cipher() function
/freebsd-13.1/crypto/openssl/ssl/statem/
H A Dextensions_clnt.c800 || !SSL_SESSION_set_cipher(psksess, cipher) in tls_construct_ctos_early_data()
H A Dextensions_srvr.c1134 || !SSL_SESSION_set_cipher(sess, cipher) in tls_parse_ctos_psk()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h1636 __owur int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher);
/freebsd-13.1/crypto/openssl/apps/
H A Ds_client.c212 || !SSL_SESSION_set_cipher(usesess, cipher) in psk_use_session_cb()
H A Ds_server.c232 || !SSL_SESSION_set_cipher(tmpsess, cipher) in psk_find_session_cb()
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile2737 MLINKS+= SSL_SESSION_get0_cipher.3 SSL_SESSION_set_cipher.3