Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dssl_ciphers.c26 ssl_cipher_in_list(STACK_OF(SSL_CIPHER) *ciphers, const SSL_CIPHER *cipher) in ssl_cipher_in_list()
56 SSL_CIPHER *cipher; in ssl_cipher_list_to_bytes()
93 STACK_OF(SSL_CIPHER) * in STACK_OF() argument
96 STACK_OF(SSL_CIPHER) *ciphers = NULL; in STACK_OF()
97 const SSL_CIPHER *cipher; in STACK_OF()
206 STACK_OF(SSL_CIPHER) *ciphers; in ssl_parse_ciphersuites()
207 const SSL_CIPHER *cipher; in ssl_parse_ciphersuites()
259 STACK_OF(SSL_CIPHER) *cipherlist_tls13, in ssl_merge_cipherlists()
260 STACK_OF(SSL_CIPHER) **out_cipherlist) in ssl_merge_cipherlists()
262 STACK_OF(SSL_CIPHER) *ciphers = NULL; in ssl_merge_cipherlists()
[all …]
H A Dssl_locl.h496 const SSL_CIPHER *cipher;
622 const SSL_CIPHER *cipher;
888 STACK_OF(SSL_CIPHER) *cipher_list;
1096 STACK_OF(SSL_CIPHER) *cipher_list;
1264 extern const SSL_CIPHER ssl3_ciphers[];
1280 int ssl_cipher_in_list(STACK_OF(SSL_CIPHER) *ciphers, const SSL_CIPHER *cipher);
1325 int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b);
1326 SSL_CIPHER *OBJ_bsearch_ssl_cipher_id(SSL_CIPHER *key, SSL_CIPHER const *base,
1331 STACK_OF(SSL_CIPHER) **pref, STACK_OF(SSL_CIPHER) *tls13,
1387 SSL_CIPHER *ssl3_choose_cipher(SSL *ssl, STACK_OF(SSL_CIPHER) *clnt,
[all …]
H A Dssl_ciph.c161 const SSL_CIPHER *cipher;
672 const SSL_CIPHER *c; in ssl_cipher_collect_ciphers()
734 const SSL_CIPHER **ca_curr; in ssl_cipher_collect_aliases()
800 const SSL_CIPHER *cp; in ssl_cipher_apply_rule()
1202 STACK_OF(SSL_CIPHER) * in STACK_OF() argument
1213 const SSL_CIPHER **ca_list = NULL; in STACK_OF()
1214 const SSL_CIPHER *cipher; in STACK_OF()
1404 const SSL_CIPHER *
1410 const SSL_CIPHER *
1604 SSL_CIPHER_get_id(const SSL_CIPHER *c) in SSL_CIPHER_get_id()
[all …]
H A Dssl_seclevel.c98 const SSL_CIPHER *cipher = arg; in ssl_security_secop_cipher()
261 ssl_security_cipher(const SSL *ssl, SSL_CIPHER *cipher, int secop) in ssl_security_cipher()
267 ssl_security_cipher_check(const SSL *ssl, SSL_CIPHER *cipher) in ssl_security_cipher_check()
273 ssl_security_shared_cipher(const SSL *ssl, SSL_CIPHER *cipher) in ssl_security_shared_cipher()
279 ssl_security_supported_cipher(const SSL *ssl, SSL_CIPHER *cipher) in ssl_security_supported_cipher()
H A Dssl_lib.c1436 ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b) in ssl_cipher_id_cmp()
1447 STACK_OF(SSL_CIPHER) * in STACK_OF() argument
1458 STACK_OF(SSL_CIPHER) * in STACK_OF() argument
1466 STACK_OF(SSL_CIPHER) * in STACK_OF() argument
1470 SSL_CIPHER *cipher; in STACK_OF()
1509 SSL_CIPHER *cipher; in ssl_has_ecc_ciphers()
1543 STACK_OF(SSL_CIPHER) * in STACK_OF() argument
2969 const SSL_CIPHER *
3495 SSL_CIPHER *
3496 OBJ_bsearch_ssl_cipher_id(SSL_CIPHER *key, SSL_CIPHER const *base, int num) in OBJ_bsearch_ssl_cipher_id()
[all …]
H A Ds3_lib.c177 const SSL_CIPHER ssl3_ciphers[] = {
1406 const SSL_CIPHER *
1415 const SSL_CIPHER *
1418 const SSL_CIPHER *cp; in ssl3_get_cipher_by_id()
1419 SSL_CIPHER c; in ssl3_get_cipher_by_id()
1429 const SSL_CIPHER *
1436 ssl3_cipher_get_value(const SSL_CIPHER *c) in ssl3_cipher_get_value()
2539 SSL_CIPHER *
2541 STACK_OF(SSL_CIPHER) *srvr) in ssl3_choose_cipher()
2544 STACK_OF(SSL_CIPHER) *prio, *allow; in ssl3_choose_cipher()
[all …]
H A Dd1_lib.c243 const SSL_CIPHER *
246 const SSL_CIPHER *cipher; in dtls1_get_cipher()
H A Ddtls_locl.h205 const SSL_CIPHER *dtls1_get_cipher(unsigned int u);
H A Dssl_sess.c872 const SSL_CIPHER *
940 void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, in SSL_set_session_secret_cb()
941 SSL_CIPHER **cipher, void *arg), void *arg) in SSL_set_session_secret_cb()
H A Dtls13_internal.h309 const EVP_AEAD *tls13_cipher_aead(const SSL_CIPHER *cipher);
310 const EVP_MD *tls13_cipher_hash(const SSL_CIPHER *cipher);
H A Dtls13_lib.c69 tls13_cipher_aead(const SSL_CIPHER *cipher) in tls13_cipher_aead()
89 tls13_cipher_hash(const SSL_CIPHER *cipher) in tls13_cipher_hash()
H A Dtls13_server.c148 STACK_OF(SSL_CIPHER) *ciphers = NULL; in tls13_client_hello_process()
149 const SSL_CIPHER *cipher; in tls13_client_hello_process()
H A Dssl_srvr.c787 SSL_CIPHER *c; in ssl3_get_client_hello()
788 STACK_OF(SSL_CIPHER) *ciphers = NULL; in ssl3_get_client_hello()
1066 SSL_CIPHER *pref_cipher = NULL; in ssl3_get_client_hello()
H A Dtls13_client.c215 const SSL_CIPHER *cipher; in tls13_server_hello_process()
H A Dssl_clnt.c822 const SSL_CIPHER *cipher; in ssl3_get_server_hello()
932 SSL_CIPHER *pref_cipher = NULL; in ssl3_get_server_hello()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h361 typedef struct ssl_cipher_st SSL_CIPHER; typedef
368 DECLARE_STACK_OF(SSL_CIPHER)
381 STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg);
1144 const char * SSL_CIPHER_get_name(const SSL_CIPHER *c);
1146 uint16_t SSL_CIPHER_get_value(const SSL_CIPHER *c);
1148 int SSL_CIPHER_get_cipher_nid(const SSL_CIPHER *c);
1149 int SSL_CIPHER_get_digest_nid(const SSL_CIPHER *c);
1150 int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *c);
1151 int SSL_CIPHER_get_auth_nid(const SSL_CIPHER *c);
1152 int SSL_CIPHER_is_aead(const SSL_CIPHER *c);
[all …]
H A Dsafestack.h1372 #define sk_SSL_CIPHER_new(cmp) SKM_sk_new(SSL_CIPHER, (cmp))
1373 #define sk_SSL_CIPHER_new_null() SKM_sk_new_null(SSL_CIPHER)
1374 #define sk_SSL_CIPHER_free(st) SKM_sk_free(SSL_CIPHER, (st))
1375 #define sk_SSL_CIPHER_num(st) SKM_sk_num(SSL_CIPHER, (st))
1376 #define sk_SSL_CIPHER_value(st, i) SKM_sk_value(SSL_CIPHER, (st), (i))
1378 #define sk_SSL_CIPHER_zero(st) SKM_sk_zero(SSL_CIPHER, (st))
1387 #define sk_SSL_CIPHER_dup(st) SKM_sk_dup(SSL_CIPHER, st)
1389 #define sk_SSL_CIPHER_shift(st) SKM_sk_shift(SSL_CIPHER, (st))
1390 #define sk_SSL_CIPHER_pop(st) SKM_sk_pop(SSL_CIPHER, (st))
1391 #define sk_SSL_CIPHER_sort(st) SKM_sk_sort(SSL_CIPHER, (st))
[all …]
/dragonfly/crypto/libressl/apps/openssl/
H A Dciphers.c108 STACK_OF(SSL_CIPHER) *ciphers; in ciphers_main()
109 STACK_OF(SSL_CIPHER) *supported_ciphers = NULL; in ciphers_main()
110 const SSL_CIPHER *cipher; in ciphers_main()
H A Ds_server.c1965 const SSL_CIPHER *c; in www_body()
2045 STACK_OF(SSL_CIPHER) *sk; in www_body()
H A Ds_client.c1676 const SSL_CIPHER *c; in print_stuff()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c4010 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()