Home
last modified time | relevance | path

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

12

/third_party/openssl/ssl/
Dssl_ciph.c192 const SSL_CIPHER *cipher;
198 static const SSL_CIPHER cipher_aliases[] = {
491 const SSL_CIPHER *c; in ssl_cipher_get_evp()
652 const SSL_CIPHER *c; in ssl_cipher_collect_ciphers()
711 static void ssl_cipher_collect_aliases(const SSL_CIPHER **ca_list, in ssl_cipher_collect_aliases()
720 const SSL_CIPHER **ca_curr; in ssl_cipher_collect_aliases()
766 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i); in ssl_cipher_collect_aliases()
781 const SSL_CIPHER *cp; in ssl_cipher_apply_rule()
960 const SSL_CIPHER **ca_list, CERT *c) in ssl_cipher_process_rulestr()
1279 STACK_OF(SSL_CIPHER) *ciphersuites = (STACK_OF(SSL_CIPHER) *)arg; in ciphersuite_cb()
[all …]
Dssl_local.h461 const SSL_CIPHER *(*get_cipher_by_char) (const unsigned char *ptr);
462 int (*put_cipher_by_char) (const SSL_CIPHER *cipher, WPACKET *pkt,
466 const SSL_CIPHER *(*get_cipher) (unsigned ncipher);
551 const SSL_CIPHER *cipher;
737 STACK_OF(SSL_CIPHER) *cipher_list;
739 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
741 STACK_OF(SSL_CIPHER) *tls13_ciphersuites;
1132 STACK_OF(SSL_CIPHER) *peer_ciphers;
1133 STACK_OF(SSL_CIPHER) *cipher_list;
1134 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
[all …]
Ds3_lib.c34 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()
3265 const SSL_CIPHER *ssl3_get_cipher(unsigned int u) in ssl3_get_cipher()
3578 const SSL_CIPHER *cipher; in ssl3_ctrl()
4058 const SSL_CIPHER *ssl3_get_cipher_by_id(uint32_t id) in ssl3_get_cipher_by_id()
4060 SSL_CIPHER c; in ssl3_get_cipher_by_id()
4061 const SSL_CIPHER *cp; in ssl3_get_cipher_by_id()
[all …]
Dssl_lib.c658 STACK_OF(SSL_CIPHER) *sk; in SSL_CTX_set_ssl_version()
2429 int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b) in ssl_cipher_id_cmp()
2438 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER *const *ap, in ssl_cipher_ptr_id_cmp()
2439 const SSL_CIPHER *const *bp) in ssl_cipher_ptr_id_cmp()
2450 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s) in STACK_OF() argument
2462 STACK_OF(SSL_CIPHER) *SSL_get_client_ciphers(const SSL *s) in STACK_OF() argument
2469 STACK_OF(SSL_CIPHER) *SSL_get1_supported_ciphers(SSL *s) in STACK_OF() argument
2471 STACK_OF(SSL_CIPHER) *sk = NULL, *ciphers; in STACK_OF()
2480 const SSL_CIPHER *c = sk_SSL_CIPHER_value(ciphers, i); in STACK_OF()
2497 STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s) in STACK_OF() argument
[all …]
Dtls13_enc.c513 const SSL_CIPHER *sslcipher = SSL_SESSION_get0_cipher(s->session); in tls13_change_cipher_state()
838 const SSL_CIPHER *sslcipher; in tls13_export_keying_material_early()
/third_party/openssl/doc/man3/
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);
29 int SSL_CIPHER_get_bits(const SSL_CIPHER *cipher, int *alg_bits);
30 char *SSL_CIPHER_get_version(const SSL_CIPHER *cipher);
31 char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int size);
32 int SSL_CIPHER_get_cipher_nid(const SSL_CIPHER *c);
33 int SSL_CIPHER_get_digest_nid(const SSL_CIPHER *c);
34 const EVP_MD *SSL_CIPHER_get_handshake_digest(const SSL_CIPHER *c);
35 int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *c);
[all …]
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
DSSL_get_current_cipher.pod7 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
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
/third_party/openssl/test/
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()
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()
Dciphername_test.c383 const SSL_CIPHER *c; in test_cipher_name()
384 STACK_OF(SSL_CIPHER) *sk = NULL; in test_cipher_name()
Ddtls_mtu_test.c147 STACK_OF(SSL_CIPHER) *ciphers; in run_mtu_tests()
167 const SSL_CIPHER *cipher = sk_SSL_CIPHER_value(ciphers, i); in run_mtu_tests()
Dcipher_overhead_test.c27 const SSL_CIPHER *ciph; in cipher_overhead()
Dcipherlist_test.c150 STACK_OF(SSL_CIPHER) *ciphers = NULL; in test_default_cipherlist()
/third_party/openssl/include/openssl/
Dssl.h212 typedef struct ssl_cipher_st SSL_CIPHER; typedef
218 STACK_OF(SSL_CIPHER);
232 STACK_OF(SSL_CIPHER) *peer_ciphers,
233 const SSL_CIPHER **cipher, void *arg);
958 DEFINE_STACK_OF_CONST(SSL_CIPHER)
1516 __owur const SSL_CIPHER *SSL_get_current_cipher(const SSL *s);
1517 __owur const SSL_CIPHER *SSL_get_pending_cipher(const SSL *s);
1518 __owur int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits);
1519 __owur const char *SSL_CIPHER_get_version(const SSL_CIPHER *c);
1520 __owur const char *SSL_CIPHER_get_name(const SSL_CIPHER *c);
[all …]
/third_party/openssl/apps/
Dciphers.c86 STACK_OF(SSL_CIPHER) *sk = NULL; in ciphers_main()
218 const SSL_CIPHER *c = sk_SSL_CIPHER_value(sk, i); in ciphers_main()
230 const SSL_CIPHER *c; in ciphers_main()
/third_party/node/src/
Dnode_crypto_common.cc147 const SSL_CIPHER* curr_cipher = SSL_get_current_cipher(ssl.get()); in VerifyPeerCertificate()
321 const SSL_CIPHER* cipher, in GetCipherValue()
322 const char* (*getstr)(const SSL_CIPHER* cipher)) { in GetCipherValue()
329 MaybeLocal<Value> GetCipherName(Environment* env, const SSL_CIPHER* cipher) { in GetCipherName()
335 const SSL_CIPHER* cipher) { in GetCipherStandardName()
339 MaybeLocal<Value> GetCipherVersion(Environment* env, const SSL_CIPHER* cipher) { in GetCipherVersion()
1103 const SSL_CIPHER* cipher = SSL_CIPHER_find(ssl.get(), buf); in GetClientHelloCiphers()
/third_party/openssl/doc/man7/
Dssl.pod49 =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);
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h38 typedef void SSL_CIPHER; typedef
/third_party/openssl/ssl/statem/
Dstatem_clnt.c32 static int ssl_cipher_list_to_bytes(SSL *s, STACK_OF(SSL_CIPHER) *sk,
1327 STACK_OF(SSL_CIPHER) *sk; in set_client_ciphersuite()
1328 const SSL_CIPHER *c; in set_client_ciphersuite()
1565 const SSL_CIPHER *pref_cipher = NULL; in tls_process_server_hello()
3731 int ssl_cipher_list_to_bytes(SSL *s, STACK_OF(SSL_CIPHER) *sk, WPACKET *pkt) in ssl_cipher_list_to_bytes()
3772 const SSL_CIPHER *c; in ssl_cipher_list_to_bytes()
3814 static SSL_CIPHER scsv = { in ssl_cipher_list_to_bytes()
3824 static SSL_CIPHER scsv = { in ssl_cipher_list_to_bytes()
Dstatem_srvr.c1621 const SSL_CIPHER *c; in tls_early_post_process_client_hello()
1622 STACK_OF(SSL_CIPHER) *ciphers = NULL; in tls_early_post_process_client_hello()
1623 STACK_OF(SSL_CIPHER) *scsvs = NULL; in tls_early_post_process_client_hello()
1775 const SSL_CIPHER *cipher = in tls_early_post_process_client_hello()
1934 const SSL_CIPHER *pref_cipher = NULL; in tls_early_post_process_client_hello()
2247 const SSL_CIPHER *cipher; in tls_post_process_client_hello()
/third_party/nghttp2/src/
Dshrpx_log.h237 SSL_CIPHER = TLS_CIPHER, enumerator
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1180 SSL_CIPHER = ssl_cipher_st variable
1204 ('get_cipher_by_char', CFUNCTYPE(POINTER(SSL_CIPHER), POINTER(c_ubyte))),
1205 ('put_cipher_by_char', CFUNCTYPE(c_int, POINTER(SSL_CIPHER), POINTER(c_ubyte))),
1208 ('get_cipher', CFUNCTYPE(POINTER(SSL_CIPHER), c_uint)),
1243 ('cipher', POINTER(SSL_CIPHER)),
1493 ('new_cipher', POINTER(SSL_CIPHER)),
/third_party/libcoap/src/
Dcoap_openssl.c1951 STACK_OF(SSL_CIPHER) *peer_ciphers, in tls_secret_call_back()
1952 const SSL_CIPHER **cipher COAP_UNUSED, in tls_secret_call_back()
1972 const SSL_CIPHER *peer_cipher = sk_SSL_CIPHER_value(peer_ciphers, ii); in tls_secret_call_back()
2286 STACK_OF(SSL_CIPHER) *peer_ciphers = NULL; in tls_client_hello_call_back()
2287 STACK_OF(SSL_CIPHER) *scsvc = NULL; in tls_client_hello_call_back()
2294 const SSL_CIPHER *peer_cipher = sk_SSL_CIPHER_value(peer_ciphers, ii); in tls_client_hello_call_back()
3113 const SSL_CIPHER *s_ciph = NULL; in coap_dtls_get_overhead()

12