/openssl-master/ssl/ |
A D | ssl_ciph.c | 159 const SSL_CIPHER *cipher; 516 const SSL_CIPHER *c; in ssl_cipher_get_evp() 683 const SSL_CIPHER *c; in ssl_cipher_collect_ciphers() 751 const SSL_CIPHER **ca_curr; in ssl_cipher_collect_aliases() 812 const SSL_CIPHER *cp; in ssl_cipher_apply_rule() 1309 STACK_OF(SSL_CIPHER) *ciphersuites = (STACK_OF(SSL_CIPHER) *)arg; in ciphersuite_cb() 1310 const SSL_CIPHER *cipher; in ciphersuite_cb() 1421 STACK_OF(SSL_CIPHER) *cipher_list; in SSL_set_ciphersuites() 1444 STACK_OF(SSL_CIPHER) *cipherstack; in STACK_OF() 1447 const SSL_CIPHER **ca_list = NULL; in STACK_OF() [all …]
|
A D | ssl_local.h | 601 const SSL_CIPHER *cipher; 842 STACK_OF(SSL_CIPHER) *cipher_list; 844 STACK_OF(SSL_CIPHER) *cipher_list_by_id; 846 STACK_OF(SSL_CIPHER) *tls13_ciphersuites; 1309 const SSL_CIPHER *new_cipher; 1442 STACK_OF(SSL_CIPHER) *peer_ciphers; 1443 STACK_OF(SSL_CIPHER) *cipher_list; 1444 STACK_OF(SSL_CIPHER) *cipher_list_by_id; 1446 STACK_OF(SSL_CIPHER) *tls13_ciphersuites; 2386 __owur int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b); [all …]
|
A D | s3_lib.c | 37 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() 3577 const SSL_CIPHER *cipher; in ssl3_ctrl() 4044 SSL_CIPHER c; in ssl3_get_cipher_by_id() 4045 const SSL_CIPHER *cp; in ssl3_get_cipher_by_id() 4059 SSL_CIPHER *tbl; in ssl3_get_cipher_by_std_name() 4110 const SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *clnt, in ssl3_choose_cipher() [all …]
|
A D | ssl_lib.c | 651 STACK_OF(SSL_CIPHER) *sk; in SSL_CTX_set_ssl_version() 2585 int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b) in ssl_cipher_id_cmp() 2668 const SSL_CIPHER *c; in SSL_get_cipher_list() 2669 STACK_OF(SSL_CIPHER) *sk; in SSL_get_cipher_list() 2698 const SSL_CIPHER *c; in cipher_list_tls12_num() 2714 STACK_OF(SSL_CIPHER) *sk; in SSL_CTX_set_cipher_list() 2738 STACK_OF(SSL_CIPHER) *sk; in SSL_set_cipher_list() 2757 const SSL_CIPHER *c; in SSL_get_shared_ciphers() 4921 IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER, ssl_cipher_id); 5618 const SSL_CIPHER *c; in bytes_to_cipher_list() [all …]
|
A D | tls13_enc.c | 478 const SSL_CIPHER *sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_change_cipher_state() 859 const SSL_CIPHER *sslcipher; in tls13_export_keying_material_early()
|
A D | ssl_sess.c | 955 const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s) in SSL_SESSION_get0_cipher() 960 int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher) in SSL_SESSION_set_cipher()
|
/openssl-master/doc/man3/ |
A D | SSL_CIPHER_get_name.pod | 20 - 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 …]
|
A D | SSL_get_ciphers.pod | 18 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
|
A D | SSL_get_current_cipher.pod | 7 SSL_get_pending_cipher - get SSL_CIPHER of a connection 13 SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl); 14 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
|
A D | SSL_SESSION_get0_cipher.pod | 13 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
|
A D | SSL_CTX_set_psk_client_callback.pod | 76 handshake digest of an SSL_CIPHER object can be checked using
|
/openssl-master/test/ |
A D | cipherbytes_test.c | 29 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()
|
A D | cipher_overhead_test.c | 14 static int cipher_enabled(const SSL_CIPHER *ciph) in cipher_enabled() 36 const SSL_CIPHER *ciph; in cipher_overhead()
|
A D | sslcorrupttest.c | 144 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()
|
A D | ciphername_test.c | 383 const SSL_CIPHER *c; in test_cipher_name() 384 STACK_OF(SSL_CIPHER) *sk = NULL; in test_cipher_name()
|
A D | dtls_mtu_test.c | 147 STACK_OF(SSL_CIPHER) *ciphers; in run_mtu_tests() 167 const SSL_CIPHER *cipher = sk_SSL_CIPHER_value(ciphers, i); in run_mtu_tests()
|
A D | cipherlist_test.c | 150 STACK_OF(SSL_CIPHER) *ciphers = NULL; in test_default_cipherlist()
|
A D | tls13secretstest.c | 168 int ssl_cipher_get_evp_cipher(SSL_CTX *ctx, const SSL_CIPHER *sslc, in ssl_cipher_get_evp_cipher()
|
/openssl-master/apps/ |
A D | ciphers.c | 92 STACK_OF(SSL_CIPHER) *sk = NULL; in ciphers_main() 229 const SSL_CIPHER *c = sk_SSL_CIPHER_value(sk, i); in ciphers_main() 241 const SSL_CIPHER *c; in ciphers_main()
|
/openssl-master/include/openssl/ |
A D | ssl.h.in | 231 typedef struct ssl_cipher_st SSL_CIPHER; typedef 237 STACK_OF(SSL_CIPHER); 955 generate_const_stack_macros("SSL_CIPHER") 1541 __owur uint32_t SSL_CIPHER_get_id(const SSL_CIPHER *c); 1543 __owur int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *c); 1544 __owur int SSL_CIPHER_get_auth_nid(const SSL_CIPHER *c); 1546 __owur int SSL_CIPHER_is_aead(const SSL_CIPHER *c); 1976 __owur STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s); 2165 int SSL_CIPHER_get_cipher_nid(const SSL_CIPHER *c); 2166 int SSL_CIPHER_get_digest_nid(const SSL_CIPHER *c); [all …]
|
/openssl-master/doc/man7/ |
A D | ssl.pod | 50 =item B<SSL_CIPHER> (SSL Cipher) 66 connection: B<SSL_CIPHER>s, client and server certificates, keys, etc.
|
/openssl-master/ssl/statem/ |
A D | statem_clnt.c | 36 static int ssl_cipher_list_to_bytes(SSL *s, STACK_OF(SSL_CIPHER) *sk, 1306 STACK_OF(SSL_CIPHER) *sk; in set_client_ciphersuite() 1307 const SSL_CIPHER *c; in set_client_ciphersuite() 1527 const SSL_CIPHER *pref_cipher = NULL; in tls_process_server_hello() 3663 int ssl_cipher_list_to_bytes(SSL *s, STACK_OF(SSL_CIPHER) *sk, WPACKET *pkt) in ssl_cipher_list_to_bytes() 3702 const SSL_CIPHER *c; in ssl_cipher_list_to_bytes() 3743 static SSL_CIPHER scsv = { in ssl_cipher_list_to_bytes() 3752 static SSL_CIPHER scsv = { in ssl_cipher_list_to_bytes()
|
A D | statem_srvr.c | 1597 const SSL_CIPHER *c; in tls_early_post_process_client_hello() 1598 STACK_OF(SSL_CIPHER) *ciphers = NULL; in tls_early_post_process_client_hello() 1599 STACK_OF(SSL_CIPHER) *scsvs = NULL; in tls_early_post_process_client_hello() 1738 const SSL_CIPHER *cipher = in tls_early_post_process_client_hello() 1888 const SSL_CIPHER *pref_cipher = NULL; in tls_early_post_process_client_hello() 2186 const SSL_CIPHER *cipher; in tls_post_process_client_hello()
|
A D | extensions_clnt.c | 115 STACK_OF(SSL_CIPHER) *cipher_stack = NULL; in use_ecc() 126 const SSL_CIPHER *c = sk_SSL_CIPHER_value(cipher_stack, i); in use_ecc() 774 const SSL_CIPHER *cipher; in tls_construct_ctos_early_data()
|
/openssl-master/apps/lib/ |
A D | s_cb.c | 1111 const SSL_CIPHER *c = SSL_CIPHER_find(s, rlist); in print_raw_cipherlist() 1204 const SSL_CIPHER *c; in print_ssl_summary()
|