/openssl/ssl/ |
H A D | ssl_ciph.c | 150 const SSL_CIPHER *cipher; 503 const SSL_CIPHER *c; in ssl_cipher_get_evp() 654 const SSL_CIPHER *c; in ssl_cipher_collect_ciphers() 722 const SSL_CIPHER **ca_curr; in ssl_cipher_collect_aliases() 783 const SSL_CIPHER *cp; in ssl_cipher_apply_rule() 1281 STACK_OF(SSL_CIPHER) *ciphersuites = (STACK_OF(SSL_CIPHER) *)arg; in ciphersuite_cb() 1282 const SSL_CIPHER *cipher; in ciphersuite_cb() 1402 STACK_OF(SSL_CIPHER) *cipher_list; in SSL_set_ciphersuites() 1432 STACK_OF(SSL_CIPHER) *cipherstack; in STACK_OF() 1435 const SSL_CIPHER **ca_list = NULL; in STACK_OF() [all …]
|
H A D | ssl_local.h | 526 const SSL_CIPHER *cipher; 794 STACK_OF(SSL_CIPHER) *cipher_list; 796 STACK_OF(SSL_CIPHER) *cipher_list_by_id; 798 STACK_OF(SSL_CIPHER) *tls13_ciphersuites; 1316 const SSL_CIPHER *new_cipher; 1449 STACK_OF(SSL_CIPHER) *peer_ciphers; 1450 STACK_OF(SSL_CIPHER) *cipher_list; 1451 STACK_OF(SSL_CIPHER) *cipher_list_by_id; 1453 STACK_OF(SSL_CIPHER) *tls13_ciphersuites; 2505 __owur int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b); [all …]
|
H A D | s3_lib.c | 38 static SSL_CIPHER tls13_ciphers[] = { 162 static SSL_CIPHER ssl3_ciphers[] = { 3279 static SSL_CIPHER ssl3_scsvs[] = { 3298 const SSL_CIPHER *ap = (const SSL_CIPHER *)a; in cipher_compare() 3299 const SSL_CIPHER *bp = (const SSL_CIPHER *)b; in cipher_compare() 3669 const SSL_CIPHER *cipher; in ssl3_ctrl() 4172 SSL_CIPHER c; in ssl3_get_cipher_by_id() 4173 const SSL_CIPHER *cp; in ssl3_get_cipher_by_id() 4187 SSL_CIPHER *tbl; in ssl3_get_cipher_by_std_name() 4238 const SSL_CIPHER *ssl3_choose_cipher(SSL_CONNECTION *s, STACK_OF(SSL_CIPHER) *clnt, in ssl3_choose_cipher() [all …]
|
H A D | ssl_lib.c | 664 STACK_OF(SSL_CIPHER) *sk; in SSL_CTX_set_ssl_version() 3198 int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b) in ssl_cipher_id_cmp() 3291 const SSL_CIPHER *c; in SSL_get_cipher_list() 3292 STACK_OF(SSL_CIPHER) *sk; in SSL_get_cipher_list() 3321 const SSL_CIPHER *c; in cipher_list_tls12_num() 3337 STACK_OF(SSL_CIPHER) *sk; in SSL_CTX_set_cipher_list() 3361 STACK_OF(SSL_CIPHER) *sk; in SSL_set_cipher_list() 3386 const SSL_CIPHER *c; in SSL_get_shared_ciphers() 6234 IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER, ssl_cipher_id); 7045 const SSL_CIPHER *c; in ossl_bytes_to_cipher_list() [all …]
|
H A D | tls13_enc.c | 495 const SSL_CIPHER *sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_change_cipher_state() 884 const SSL_CIPHER *sslcipher; in tls13_export_keying_material_early()
|
H A D | ssl_sess.c | 1002 const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s) in SSL_SESSION_get0_cipher() 1007 int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher) in SSL_SESSION_set_cipher()
|
/openssl/doc/man3/ |
H 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 …]
|
H 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
|
H A D | SSL_get_current_cipher.pod | 7 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 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
|
H A D | SSL_set_session_secret_cb.pod | 13 STACK_OF(SSL_CIPHER) *peer_ciphers, 14 const SSL_CIPHER **cipher, void *arg);
|
/openssl/test/ |
H 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()
|
H 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()
|
H 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()
|
H A D | ciphername_test.c | 385 const SSL_CIPHER *c; in test_cipher_name() 386 STACK_OF(SSL_CIPHER) *sk = NULL; in test_cipher_name()
|
H A D | dtls_mtu_test.c | 150 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 D | tls13secretstest.c | 160 int ssl_cipher_get_evp_cipher(SSL_CTX *ctx, const SSL_CIPHER *sslc, in ssl_cipher_get_evp_cipher() 166 int ssl_cipher_get_evp_md_mac(SSL_CTX *ctx, const SSL_CIPHER *sslc, in ssl_cipher_get_evp_md_mac()
|
H A D | cipherlist_test.c | 150 STACK_OF(SSL_CIPHER) *ciphers = NULL; in test_default_cipherlist()
|
H A D | quicapitest.c | 290 const STACK_OF(SSL_CIPHER) *ciphers = NULL; in test_ciphersuites() 291 const SSL_CIPHER *cipher; in test_ciphersuites() 556 static int ensure_valid_ciphers(const STACK_OF(SSL_CIPHER) *ciphers) in ensure_valid_ciphers() 562 const SSL_CIPHER *cipher = sk_SSL_CIPHER_value(ciphers, i); in ensure_valid_ciphers() 632 STACK_OF(SSL_CIPHER) *ciphers = NULL; in test_quic_forbidden_apis()
|
/openssl/apps/ |
H A D | ciphers.c | 92 STACK_OF(SSL_CIPHER) *sk = NULL; in ciphers_main() 228 const SSL_CIPHER *c = sk_SSL_CIPHER_value(sk, i); in ciphers_main() 244 const SSL_CIPHER *c; in ciphers_main()
|
/openssl/include/internal/ |
H A D | quic_ssl.h | 41 __owur const SSL_CIPHER *ossl_quic_get_cipher_by_char(const unsigned char *p); 43 __owur const SSL_CIPHER *ossl_quic_get_cipher(unsigned int u);
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 235 typedef struct ssl_cipher_st SSL_CIPHER; typedef 240 STACK_OF(SSL_CIPHER); 976 generate_const_stack_macros("SSL_CIPHER"); 1585 __owur uint32_t SSL_CIPHER_get_id(const SSL_CIPHER *c); 1587 __owur int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *c); 1588 __owur int SSL_CIPHER_get_auth_nid(const SSL_CIPHER *c); 1590 __owur int SSL_CIPHER_is_aead(const SSL_CIPHER *c); 2042 __owur STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s); 2233 int SSL_CIPHER_get_cipher_nid(const SSL_CIPHER *c); 2234 int SSL_CIPHER_get_digest_nid(const SSL_CIPHER *c); [all …]
|
/openssl/doc/man7/ |
H A D | ossl-guide-libssl-introduction.pod | 82 =item B<SSL_CIPHER> (SSL Cipher) 87 ciphersuite. Such a set is represented by an B<SSL_CIPHER> object.
|
/openssl/ssl/statem/ |
H A D | statem_clnt.c | 39 static int ssl_cipher_list_to_bytes(SSL_CONNECTION *s, STACK_OF(SSL_CIPHER) *sk, 1381 STACK_OF(SSL_CIPHER) *sk; in set_client_ciphersuite() 1382 const SSL_CIPHER *c; in set_client_ciphersuite() 1620 const SSL_CIPHER *pref_cipher = NULL; in tls_process_server_hello() 4063 int ssl_cipher_list_to_bytes(SSL_CONNECTION *s, STACK_OF(SSL_CIPHER) *sk, in ssl_cipher_list_to_bytes() 4107 const SSL_CIPHER *c; in ssl_cipher_list_to_bytes() 4145 static const SSL_CIPHER scsv = { in ssl_cipher_list_to_bytes() 4154 static const SSL_CIPHER scsv = { in ssl_cipher_list_to_bytes()
|
H A D | statem_srvr.c | 1692 const SSL_CIPHER *c; in tls_early_post_process_client_hello() 1693 STACK_OF(SSL_CIPHER) *ciphers = NULL; in tls_early_post_process_client_hello() 1694 STACK_OF(SSL_CIPHER) *scsvs = NULL; in tls_early_post_process_client_hello() 1820 const SSL_CIPHER *cipher = in tls_early_post_process_client_hello() 1977 const SSL_CIPHER *pref_cipher = NULL; in tls_early_post_process_client_hello() 2276 const SSL_CIPHER *cipher; in tls_post_process_client_hello()
|