| /freebsd-12.1/crypto/openssl/ssl/ |
| H A D | ssl_ciph.c | 192 const SSL_CIPHER *cipher; 491 const SSL_CIPHER *c; in ssl_cipher_get_evp() 652 const SSL_CIPHER *c; in ssl_cipher_collect_ciphers() 720 const SSL_CIPHER **ca_curr; in ssl_cipher_collect_aliases() 781 const SSL_CIPHER *cp; in ssl_cipher_apply_rule() 1279 STACK_OF(SSL_CIPHER) *ciphersuites = (STACK_OF(SSL_CIPHER) *)arg; in ciphersuite_cb() 1280 const SSL_CIPHER *cipher; in ciphersuite_cb() 1389 STACK_OF(SSL_CIPHER) *cipher_list; in SSL_set_ciphersuites() 1412 STACK_OF(SSL_CIPHER) *cipherstack; in STACK_OF() 1415 const SSL_CIPHER **ca_list = NULL; in STACK_OF() [all …]
|
| H A D | ssl_locl.h | 552 const SSL_CIPHER *cipher; 738 STACK_OF(SSL_CIPHER) *cipher_list; 740 STACK_OF(SSL_CIPHER) *cipher_list_by_id; 742 STACK_OF(SSL_CIPHER) *tls13_ciphersuites; 1133 STACK_OF(SSL_CIPHER) *peer_ciphers; 1134 STACK_OF(SSL_CIPHER) *cipher_list; 1135 STACK_OF(SSL_CIPHER) *cipher_list_by_id; 1137 STACK_OF(SSL_CIPHER) *tls13_ciphersuites; 1580 const SSL_CIPHER *new_cipher; 2266 __owur int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b); [all …]
|
| H A D | s3_lib.c | 34 static SSL_CIPHER tls13_ciphers[] = { 127 static SSL_CIPHER ssl3_ciphers[] = { 3184 static SSL_CIPHER ssl3_scsvs[] = { 3203 const SSL_CIPHER *ap = (const SSL_CIPHER *)a; in cipher_compare() 3204 const SSL_CIPHER *bp = (const SSL_CIPHER *)b; in cipher_compare() 3578 const SSL_CIPHER *cipher; in ssl3_ctrl() 4060 SSL_CIPHER c; in ssl3_get_cipher_by_id() 4061 const SSL_CIPHER *cp; in ssl3_get_cipher_by_id() 4075 SSL_CIPHER *c = NULL, *tbl; in ssl3_get_cipher_by_std_name() 4135 const SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *clnt, in ssl3_choose_cipher() [all …]
|
| H A D | ssl_lib.c | 658 STACK_OF(SSL_CIPHER) *sk; in SSL_CTX_set_ssl_version() 2414 int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b) in ssl_cipher_id_cmp() 2497 const SSL_CIPHER *c; in SSL_get_cipher_list() 2498 STACK_OF(SSL_CIPHER) *sk; in SSL_get_cipher_list() 2527 const SSL_CIPHER *c; in cipher_list_tls12_num() 2543 STACK_OF(SSL_CIPHER) *sk; in SSL_CTX_set_cipher_list() 2567 STACK_OF(SSL_CIPHER) *sk; in SSL_set_cipher_list() 2586 const SSL_CIPHER *c; in SSL_get_shared_ciphers() 4620 IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER, ssl_cipher_id); 5330 const SSL_CIPHER *c; in bytes_to_cipher_list() [all …]
|
| H A D | tls13_enc.c | 506 const SSL_CIPHER *sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_change_cipher_state() 831 const SSL_CIPHER *sslcipher; in tls13_export_keying_material_early()
|
| H A D | ssl_sess.c | 865 const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSION *s) in SSL_SESSION_get0_cipher() 870 int SSL_SESSION_set_cipher(SSL_SESSION *s, const SSL_CIPHER *cipher) in SSL_SESSION_set_cipher()
|
| H A D | d1_lib.c | 936 const SSL_CIPHER *ciph = SSL_get_current_cipher(s); in DTLS_get_data_mtu()
|
| H A D | t1_lib.c | 1179 int ssl_cipher_disabled(SSL *s, const SSL_CIPHER *c, int op, int ecdhe) in ssl_cipher_disabled() 1591 STACK_OF(SSL_CIPHER) *sk; in tls12_sigalg_allowed() 1605 const SSL_CIPHER *c; in tls12_sigalg_allowed()
|
| H A D | ssl_cert.c | 935 const SSL_CIPHER *c = other; in ssl_security_default_callback()
|
| /freebsd-12.1/crypto/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 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 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
|
| 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_CTX_set_psk_client_callback.pod | 76 handshake digest of an SSL_CIPHER object can be checked using
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 212 typedef struct ssl_cipher_st SSL_CIPHER; typedef 218 STACK_OF(SSL_CIPHER); 958 DEFINE_STACK_OF_CONST(SSL_CIPHER) 1523 __owur uint32_t SSL_CIPHER_get_id(const SSL_CIPHER *c); 1525 __owur int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *c); 1526 __owur int SSL_CIPHER_get_auth_nid(const SSL_CIPHER *c); 1528 __owur int SSL_CIPHER_is_aead(const SSL_CIPHER *c); 1913 __owur STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s); 2092 int SSL_CIPHER_get_cipher_nid(const SSL_CIPHER *c); 2093 int SSL_CIPHER_get_digest_nid(const SSL_CIPHER *c); [all …]
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | ciphers.c | 86 STACK_OF(SSL_CIPHER) *sk = NULL; in ciphers_main() 217 const SSL_CIPHER *c = sk_SSL_CIPHER_value(sk, i); in ciphers_main() 229 const SSL_CIPHER *c; in ciphers_main()
|
| H A D | s_cb.c | 1102 const SSL_CIPHER *c = SSL_CIPHER_find(s, rlist); in print_raw_cipherlist() 1195 const SSL_CIPHER *c; in print_ssl_summary()
|
| H A D | s_server.c | 192 const SSL_CIPHER *cipher = NULL; in psk_find_session_cb() 2954 const SSL_CIPHER *c; in www_body() 3068 STACK_OF(SSL_CIPHER) *sk; in www_body()
|
| H A D | s_client.c | 186 const SSL_CIPHER *cipher = NULL; in psk_use_session_cb() 3156 const SSL_CIPHER *c; in print_stuff()
|
| /freebsd-12.1/crypto/openssl/doc/man7/ |
| H A D | ssl.pod | 49 =item B<SSL_CIPHER> (SSL Cipher) 65 connection: B<SSL_CIPHER>s, client and server certificates, keys, etc. 191 ciphers defined in B<SSL_CIPHER> structures. 195 =item char *B<SSL_CIPHER_description>(SSL_CIPHER *cipher, char *buf, int len); 200 =item int B<SSL_CIPHER_get_bits>(SSL_CIPHER *cipher, int *alg_bits); 206 =item const char *B<SSL_CIPHER_get_name>(SSL_CIPHER *cipher); 212 =item const char *B<SSL_CIPHER_get_version>(SSL_CIPHER *cipher); 541 =item SSL_CIPHER *B<SSL_get_current_cipher>(SSL *ssl);
|
| /freebsd-12.1/crypto/openssl/ssl/statem/ |
| H A D | statem_clnt.c | 32 static int ssl_cipher_list_to_bytes(SSL *s, STACK_OF(SSL_CIPHER) *sk, 1326 STACK_OF(SSL_CIPHER) *sk; in set_client_ciphersuite() 1327 const SSL_CIPHER *c; in set_client_ciphersuite() 1564 const SSL_CIPHER *pref_cipher = NULL; in tls_process_server_hello() 3723 int ssl_cipher_list_to_bytes(SSL *s, STACK_OF(SSL_CIPHER) *sk, WPACKET *pkt) in ssl_cipher_list_to_bytes() 3764 const SSL_CIPHER *c; in ssl_cipher_list_to_bytes() 3806 static SSL_CIPHER scsv = { in ssl_cipher_list_to_bytes() 3816 static SSL_CIPHER scsv = { in ssl_cipher_list_to_bytes()
|
| H A D | statem_srvr.c | 1596 const SSL_CIPHER *c; in tls_early_post_process_client_hello() 1597 STACK_OF(SSL_CIPHER) *ciphers = NULL; in tls_early_post_process_client_hello() 1598 STACK_OF(SSL_CIPHER) *scsvs = NULL; in tls_early_post_process_client_hello() 1750 const SSL_CIPHER *cipher = in tls_early_post_process_client_hello() 1909 const SSL_CIPHER *pref_cipher = NULL; in tls_early_post_process_client_hello() 2221 const SSL_CIPHER *cipher; in tls_post_process_client_hello()
|
| H A D | extensions_clnt.c | 120 STACK_OF(SSL_CIPHER) *cipher_stack = NULL; in use_ecc() 129 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()
|
| H A D | statem_lib.c | 100 STACK_OF(SSL_CIPHER) *ciphers = SSL_get_ciphers(s); in tls_setup_handshake() 114 const SSL_CIPHER *c = sk_SSL_CIPHER_value(ciphers, i); in tls_setup_handshake()
|
| /freebsd-12.1/contrib/wpa/src/crypto/ |
| H A D | tls_openssl.c | 4010 const SSL_CIPHER *ssl_cipher; in openssl_get_keyblock_size() 5334 STACK_OF(SSL_CIPHER) *peer_ciphers, in tls_sess_sec_cb() 5335 const SSL_CIPHER **cipher, void *arg) in tls_sess_sec_cb() 5338 STACK_OF(SSL_CIPHER) *peer_ciphers, in tls_sess_sec_cb() 5339 SSL_CIPHER **cipher, void *arg) in tls_sess_sec_cb() 5540 const SSL_CIPHER *cipher; in tls_connection_get_cipher_suite()
|