Home
last modified time | relevance | path

Searched refs:SSL_CIPHER_get_id (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CIPHER_get_name.pod18 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 is
178 SSL_CIPHER_get_id() returns a 4-byte integer representing the OpenSSL-specific ID.
/freebsd/crypto/openssl/test/
H A Dciphername_test.c435 id = SSL_CIPHER_get_id(c) & 0xFFFF; in test_cipher_name()
H A Dcipherlist_test.c168 cipher_id = SSL_CIPHER_get_id(sk_SSL_CIPHER_value(ciphers, i)); in test_default_cipherlist()
H A Dquicapitest.c327 if (!TEST_uint_eq(SSL_CIPHER_get_id(cipher), cipherids[i])) in test_ciphersuites()
630 switch (SSL_CIPHER_get_id(cipher)) { in ensure_valid_ciphers()
H A Dsslapitest.c905 SSL_CIPHER_get_id(SSL_get_current_cipher(clientssl)))) in test_ccs_change_cipher()
948 SSL_CIPHER_get_id(SSL_get_current_cipher(clientssl)))) in test_ccs_change_cipher()
/freebsd/crypto/openssl/apps/
H A Dciphers.c255 unsigned long id = SSL_CIPHER_get_id(c); in ciphers_main()
/freebsd/secure/lib/libssl/
H A DVersion.map33 SSL_CIPHER_get_id;
/freebsd/crypto/openssl/util/
H A Dlibssl.num246 SSL_CIPHER_get_id 247 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c1830 if (SSL_CIPHER_get_id(c) == SSL3_CK_SCSV) { in tls_early_post_process_client_hello()
1838 … } else if (SSL_CIPHER_get_id(c) == SSL3_CK_FALLBACK_SCSV && !ssl_check_version_downgrade(s)) { in tls_early_post_process_client_hello()
/freebsd/crypto/openssl/ssl/
H A Dssl_ciph.c1919 uint32_t SSL_CIPHER_get_id(const SSL_CIPHER *c) in SSL_CIPHER_get_id() function
H A Dt1_lib.c2920 switch (SSL_CIPHER_get_id(c)) { in ssl_cipher_disabled()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md217 | `SSL_CIPHER_get_id` | Global | ��U | ��A | ��NC\* | ��Done …
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1649 __owur uint32_t SSL_CIPHER_get_id(const SSL_CIPHER *c);
H A Dssl.h.in1602 __owur uint32_t SSL_CIPHER_get_id(const SSL_CIPHER *c);
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c6011 return SSL_CIPHER_get_id(cipher) & 0xFFFF; in tls_connection_get_cipher_suite()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3960 MLINKS+= SSL_CIPHER_get_name.3 SSL_CIPHER_get_id.3