Searched refs:SSL_CIPHER_get_id (Results 1 – 9 of 9) sorted by relevance
18 SSL_CIPHER_get_id,39 uint32_t SSL_CIPHER_get_id(const SSL_CIPHER *c);104 SSL_CIPHER_get_id() returns the OpenSSL-specific ID of the given cipher B<c>. That ID is178 SSL_CIPHER_get_id() returns a 4-byte integer representing the OpenSSL-specific ID.
433 id = SSL_CIPHER_get_id(c) & 0xFFFF; in test_cipher_name()
169 cipher_id = SSL_CIPHER_get_id(sk_SSL_CIPHER_value(ciphers, i)); in test_default_cipherlist()
880 SSL_CIPHER_get_id(SSL_get_current_cipher(clientssl)))) in test_ccs_change_cipher()923 SSL_CIPHER_get_id(SSL_get_current_cipher(clientssl)))) in test_ccs_change_cipher()
246 unsigned long id = SSL_CIPHER_get_id(c); in ciphers_main()
246 SSL_CIPHER_get_id 247 3_0_0 EXIST::FUNCTION:
1712 if (SSL_CIPHER_get_id(c) == SSL3_CK_SCSV) { in tls_early_post_process_client_hello()1720 } else if (SSL_CIPHER_get_id(c) == SSL3_CK_FALLBACK_SCSV && in tls_early_post_process_client_hello()
1947 uint32_t SSL_CIPHER_get_id(const SSL_CIPHER *c) in SSL_CIPHER_get_id() function
1541 __owur uint32_t SSL_CIPHER_get_id(const SSL_CIPHER *c);
Completed in 37 milliseconds