Searched refs:SSL_SESSION_set_cipher (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/doc/man3/ |
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.
|
D | SSL_CTX_set_psk_client_callback.pod | 75 The ciphersuite can be set via a call to <SSL_SESSION_set_cipher(3)>. The
|
/third_party/openssl/ssl/ |
D | ssl_sess.c | 965 int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher) in SSL_SESSION_set_cipher() function
|
/third_party/openssl/util/ |
D | libssl.num | 460 SSL_SESSION_set_cipher 461 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/ssl/statem/ |
D | extensions_srvr.c | 1063 || !SSL_SESSION_set_cipher(sess, cipher) in tls_parse_ctos_psk()
|
D | extensions_clnt.c | 800 || !SSL_SESSION_set_cipher(psksess, cipher) in tls_construct_ctos_early_data()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ssl.h | 1634 __owur int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher);
|
/third_party/openssl/apps/ |
D | s_client.c | 189 || !SSL_SESSION_set_cipher(usesess, cipher) in psk_use_session_cb()
|
D | s_server.c | 229 || !SSL_SESSION_set_cipher(tmpsess, cipher) in psk_find_session_cb()
|
/third_party/openssl/test/ |
D | sslapitest.c | 3196 || !TEST_true(SSL_SESSION_set_cipher(sess, cipher)) in create_a_psk() 4171 if (!TEST_ptr(cipher) || !TEST_true(SSL_SESSION_set_cipher(sess, cipher))) in test_early_data_psk_with_all_ciphers() 5219 || !TEST_true(SSL_SESSION_set_cipher(clientpsk, cipher)) in test_tls13_psk()
|
/third_party/openssl/include/openssl/ |
D | ssl.h.in | 1672 __owur int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher);
|