Home
last modified time | relevance | path

Searched refs:SSL_CIPHER (Results 1 – 25 of 38) sorted by relevance

12

/openssl/ssl/
H A Dssl_ciph.c159 const SSL_CIPHER *cipher;
516 const SSL_CIPHER *c; in ssl_cipher_get_evp()
687 const SSL_CIPHER *c; in ssl_cipher_collect_ciphers()
755 const SSL_CIPHER **ca_curr; in ssl_cipher_collect_aliases()
816 const SSL_CIPHER *cp; in ssl_cipher_apply_rule()
1313 STACK_OF(SSL_CIPHER) *ciphersuites = (STACK_OF(SSL_CIPHER) *)arg; in ciphersuite_cb()
1314 const SSL_CIPHER *cipher; in ciphersuite_cb()
1434 STACK_OF(SSL_CIPHER) *cipher_list; in SSL_set_ciphersuites()
1464 STACK_OF(SSL_CIPHER) *cipherstack; in STACK_OF()
1467 const SSL_CIPHER **ca_list = NULL; in STACK_OF()
[all …]
H A Dssl_local.h608 const SSL_CIPHER *cipher;
852 STACK_OF(SSL_CIPHER) *cipher_list;
854 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
856 STACK_OF(SSL_CIPHER) *tls13_ciphersuites;
1340 const SSL_CIPHER *new_cipher;
1473 STACK_OF(SSL_CIPHER) *peer_ciphers;
1474 STACK_OF(SSL_CIPHER) *cipher_list;
1475 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
1477 STACK_OF(SSL_CIPHER) *tls13_ciphersuites;
2468 __owur int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b);
[all …]
H A Ds3_lib.c37 static SSL_CIPHER tls13_ciphers[] = {
128 static SSL_CIPHER ssl3_ciphers[] = {
3222 static SSL_CIPHER ssl3_scsvs[] = {
3241 const SSL_CIPHER *ap = (const SSL_CIPHER *)a; in cipher_compare()
3242 const SSL_CIPHER *bp = (const SSL_CIPHER *)b; in cipher_compare()
3602 const SSL_CIPHER *cipher; in ssl3_ctrl()
4100 SSL_CIPHER c; in ssl3_get_cipher_by_id()
4101 const SSL_CIPHER *cp; in ssl3_get_cipher_by_id()
4115 SSL_CIPHER *tbl; in ssl3_get_cipher_by_std_name()
4166 const SSL_CIPHER *ssl3_choose_cipher(SSL_CONNECTION *s, STACK_OF(SSL_CIPHER) *clnt, in ssl3_choose_cipher()
[all …]
H A Dssl_lib.c680 STACK_OF(SSL_CIPHER) *sk; in SSL_CTX_set_ssl_version()
3007 int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b) in ssl_cipher_id_cmp()
3100 const SSL_CIPHER *c; in SSL_get_cipher_list()
3101 STACK_OF(SSL_CIPHER) *sk; in SSL_get_cipher_list()
3130 const SSL_CIPHER *c; in cipher_list_tls12_num()
3146 STACK_OF(SSL_CIPHER) *sk; in SSL_CTX_set_cipher_list()
3170 STACK_OF(SSL_CIPHER) *sk; in SSL_set_cipher_list()
3193 const SSL_CIPHER *c; in SSL_get_shared_ciphers()
5719 IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER, ssl_cipher_id);
6525 const SSL_CIPHER *c; in ossl_bytes_to_cipher_list()
[all …]
H A Dtls13_enc.c499 const SSL_CIPHER *sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_change_cipher_state()
925 const SSL_CIPHER *sslcipher; in tls13_export_keying_material_early()
H A Dssl_sess.c952 const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s) in SSL_SESSION_get0_cipher()
957 int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher) in SSL_SESSION_set_cipher()
/openssl/doc/man3/
H A DSSL_CIPHER_get_name.pod20 - get SSL_CIPHER properties
26 const char *SSL_CIPHER_get_name(const SSL_CIPHER *cipher);
27 const char *SSL_CIPHER_standard_name(const SSL_CIPHER *cipher);
30 const char *SSL_CIPHER_get_version(const SSL_CIPHER *cipher);
32 int SSL_CIPHER_get_cipher_nid(const SSL_CIPHER *c);
33 int SSL_CIPHER_get_digest_nid(const SSL_CIPHER *c);
35 int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *c);
36 int SSL_CIPHER_get_auth_nid(const SSL_CIPHER *c);
37 int SSL_CIPHER_is_aead(const SSL_CIPHER *c);
39 uint32_t SSL_CIPHER_get_id(const SSL_CIPHER *c);
[all …]
H A DSSL_get_ciphers.pod18 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl);
19 STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx);
20 STACK_OF(SSL_CIPHER) *SSL_get1_supported_ciphers(SSL *s);
21 STACK_OF(SSL_CIPHER) *SSL_get_client_ciphers(const SSL *ssl);
23 int isv2format, STACK_OF(SSL_CIPHER) **sk,
24 STACK_OF(SSL_CIPHER) **scsvs);
57 into the returned stacks of SSL_CIPHER objects sk and Signalling Cipher-Suite
61 SSL_get_cipher_list() returns a pointer to the name of the SSL_CIPHER
67 SSL_CIPHER names that are available in both the client and the server. B<buf> is
H A DSSL_get_current_cipher.pod7 SSL_get_pending_cipher - get SSL_CIPHER of a connection
13 const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl);
14 const SSL_CIPHER *SSL_get_pending_cipher(const SSL *ssl);
23 SSL_get_current_cipher() returns a pointer to an SSL_CIPHER object containing
35 SSL_get_pending_cipher() returns a pointer to an SSL_CIPHER object containing
H A DSSL_SESSION_get0_cipher.pod13 const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s);
14 int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher);
30 SSL_SESSION_get0_cipher() returns the SSL_CIPHER associated with the SSL_SESSION
/openssl/test/
H A Dcipherbytes_test.c29 STACK_OF(SSL_CIPHER) *sk = NULL, *scsv = NULL; in test_empty()
47 STACK_OF(SSL_CIPHER) *sk, *scsv; in test_unsupported()
71 STACK_OF(SSL_CIPHER) *sk, *scsv; in test_v2()
101 STACK_OF(SSL_CIPHER) *sk = NULL, *scsv = NULL; in test_v3()
H A Dcipher_overhead_test.c14 static int cipher_enabled(const SSL_CIPHER *ciph) in cipher_enabled()
36 const SSL_CIPHER *ciph; in cipher_overhead()
H A Dsslcorrupttest.c144 STACK_OF(SSL_CIPHER) *sk_ciphers = NULL; in setup_cipher_list()
163 const SSL_CIPHER *cipher = sk_SSL_CIPHER_value(sk_ciphers, i); in setup_cipher_list()
189 STACK_OF(SSL_CIPHER) *ciphers; in test_ssl_corrupt()
190 const SSL_CIPHER *currcipher; in test_ssl_corrupt()
H A Dciphername_test.c383 const SSL_CIPHER *c; in test_cipher_name()
384 STACK_OF(SSL_CIPHER) *sk = NULL; in test_cipher_name()
H A Ddtls_mtu_test.c150 STACK_OF(SSL_CIPHER) *ciphers; in run_mtu_tests()
170 const SSL_CIPHER *cipher = sk_SSL_CIPHER_value(ciphers, i); in run_mtu_tests()
H A Dcipherlist_test.c150 STACK_OF(SSL_CIPHER) *ciphers = NULL; in test_default_cipherlist()
H A Dtls13secretstest.c164 int ssl_cipher_get_evp_cipher(SSL_CTX *ctx, const SSL_CIPHER *sslc, in ssl_cipher_get_evp_cipher()
/openssl/apps/
H A Dciphers.c92 STACK_OF(SSL_CIPHER) *sk = NULL; in ciphers_main()
228 const SSL_CIPHER *c = sk_SSL_CIPHER_value(sk, i); in ciphers_main()
240 const SSL_CIPHER *c; in ciphers_main()
/openssl/ssl/quic/
H A Dquic_impl.c210 const SSL_CIPHER *ossl_quic_get_cipher(unsigned int u) in ossl_quic_get_cipher()
218 static const SSL_CIPHER ciph = { in ossl_quic_get_cipher()
H A Dquic_local.h108 __owur const SSL_CIPHER *ossl_quic_get_cipher(unsigned int u);
/openssl/include/openssl/
H A Dssl.h.in234 typedef struct ssl_cipher_st SSL_CIPHER; typedef
240 STACK_OF(SSL_CIPHER);
959 generate_const_stack_macros("SSL_CIPHER")
1560 __owur uint32_t SSL_CIPHER_get_id(const SSL_CIPHER *c);
1562 __owur int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *c);
1563 __owur int SSL_CIPHER_get_auth_nid(const SSL_CIPHER *c);
1565 __owur int SSL_CIPHER_is_aead(const SSL_CIPHER *c);
1997 __owur STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s);
2188 int SSL_CIPHER_get_cipher_nid(const SSL_CIPHER *c);
2189 int SSL_CIPHER_get_digest_nid(const SSL_CIPHER *c);
[all …]
/openssl/doc/man7/
H A Dssl.pod50 =item B<SSL_CIPHER> (SSL Cipher)
66 connection: B<SSL_CIPHER>s, client and server certificates, keys, etc.
/openssl/ssl/statem/
H A Dstatem_clnt.c38 static int ssl_cipher_list_to_bytes(SSL_CONNECTION *s, STACK_OF(SSL_CIPHER) *sk,
1318 STACK_OF(SSL_CIPHER) *sk; in set_client_ciphersuite()
1319 const SSL_CIPHER *c; in set_client_ciphersuite()
1549 const SSL_CIPHER *pref_cipher = NULL; in tls_process_server_hello()
3719 int ssl_cipher_list_to_bytes(SSL_CONNECTION *s, STACK_OF(SSL_CIPHER) *sk, in ssl_cipher_list_to_bytes()
3760 const SSL_CIPHER *c; in ssl_cipher_list_to_bytes()
3801 static SSL_CIPHER scsv = { in ssl_cipher_list_to_bytes()
3810 static SSL_CIPHER scsv = { in ssl_cipher_list_to_bytes()
H A Dstatem_srvr.c1607 const SSL_CIPHER *c; in tls_early_post_process_client_hello()
1608 STACK_OF(SSL_CIPHER) *ciphers = NULL; in tls_early_post_process_client_hello()
1609 STACK_OF(SSL_CIPHER) *scsvs = NULL; in tls_early_post_process_client_hello()
1751 const SSL_CIPHER *cipher = in tls_early_post_process_client_hello()
1901 const SSL_CIPHER *pref_cipher = NULL; in tls_early_post_process_client_hello()
2204 const SSL_CIPHER *cipher; in tls_post_process_client_hello()
H A Dextensions_clnt.c116 STACK_OF(SSL_CIPHER) *cipher_stack = NULL; in use_ecc()
128 const SSL_CIPHER *c = sk_SSL_CIPHER_value(cipher_stack, i); in use_ecc()
803 const SSL_CIPHER *cipher; in tls_construct_ctos_early_data()

Completed in 136 milliseconds

12