Searched refs:SSL_get_current_cipher (Results 1 – 14 of 14) sorted by relevance
5 SSL_get_current_cipher, SSL_get_cipher_name, SSL_get_cipher,13 const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl);23 SSL_get_current_cipher() returns a pointer to an SSL_CIPHER object containing47 SSL_get_current_cipher() returns the cipher actually used, or NULL if
185 L<ssl(7)>, L<SSL_get_current_cipher(3)>,
935 const SSL_CIPHER *ciph = SSL_get_current_cipher(ssl); in DTLS_get_data_mtu()
5193 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s) in SSL_get_current_cipher() function
1136 SSL_CIPHER_get_name(SSL_get_current_cipher(s))1138 SSL_CIPHER_get_bits(SSL_get_current_cipher(s),np)1140 SSL_CIPHER_get_version(SSL_get_current_cipher(s))1142 SSL_CIPHER_get_name(SSL_get_current_cipher(s))1578 __owur const SSL_CIPHER *SSL_get_current_cipher(const SSL *s);
1693 cipher = SSL_CIPHER_get_name(SSL_get_current_cipher(client.ssl)); in do_handshake_internal()
142 SSL_get_current_cipher 143 3_0_0 EXIST::FUNCTION:
1309 c = SSL_get_current_cipher(s); in print_ssl_summary()
3088 str = SSL_CIPHER_get_name(SSL_get_current_cipher(con)); in print_connection_info()3429 c = SSL_get_current_cipher(con); in www_body()
3487 c = SSL_get_current_cipher(s); in print_stuff()
176 | `SSL_get_current_cipher` | HL | U | A | NC\* †9 | Done …836 ### What should `SSL_get_current_cipher`, `SSL_get_pending_cipher`, etc. do?
2598 DEPEND[html/man3/SSL_get_current_cipher.html]=man3/SSL_get_current_cipher.pod2599 GENERATE[html/man3/SSL_get_current_cipher.html]=man3/SSL_get_current_cipher.pod2600 DEPEND[man/man3/SSL_get_current_cipher.3]=man3/SSL_get_current_cipher.pod2601 GENERATE[man/man3/SSL_get_current_cipher.3]=man3/SSL_get_current_cipher.pod3659 html/man3/SSL_get_current_cipher.html \4323 man/man3/SSL_get_current_cipher.3 \
787 ciph = SSL_get_current_cipher(c_ssl); in print_details()
895 SSL_CIPHER_get_id(SSL_get_current_cipher(clientssl)))) in test_ccs_change_cipher()938 SSL_CIPHER_get_id(SSL_get_current_cipher(clientssl)))) in test_ccs_change_cipher()5451 negotiated_scipher = SSL_CIPHER_get_name(SSL_get_current_cipher( in test_tls13_ciphersuite()5453 negotiated_ccipher = SSL_CIPHER_get_name(SSL_get_current_cipher( in test_tls13_ciphersuite()
Completed in 150 milliseconds