Searched refs:SSL_SESSION_set_cipher (Results 1 – 10 of 10) sorted by relevance
6 SSL_SESSION_set_cipher14 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 the33 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.
75 The ciphersuite can be set via a call to <SSL_SESSION_set_cipher(3)>. The
462 SSL_SESSION_set_cipher;
870 int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher) in SSL_SESSION_set_cipher() function
800 || !SSL_SESSION_set_cipher(psksess, cipher) in tls_construct_ctos_early_data()
1134 || !SSL_SESSION_set_cipher(sess, cipher) in tls_parse_ctos_psk()
1636 __owur int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher);
212 || !SSL_SESSION_set_cipher(usesess, cipher) in psk_use_session_cb()
232 || !SSL_SESSION_set_cipher(tmpsess, cipher) in psk_find_session_cb()
2737 MLINKS+= SSL_SESSION_get0_cipher.3 SSL_SESSION_set_cipher.3