Searched refs:ssl_cipher_apply_rule (Results 1 – 4 of 4) sorted by relevance
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_cipher.cc | 809 static void ssl_cipher_apply_rule( in ssl_cipher_apply_rule() function 963 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, CIPHER_ORD, i, false, head_p, in ssl_cipher_strength_sort() 1139 ssl_cipher_apply_rule(cipher_id, alg_mkey, alg_auth, alg_enc, alg_mac, in ssl_cipher_process_rulestr() 1173 ssl_cipher_apply_rule(0, SSL_kECDHE, SSL_aECDSA, ~0u, ~0u, 0, CIPHER_ADD, -1, in ssl_create_cipher_list() 1175 ssl_cipher_apply_rule(0, SSL_kECDHE, ~0u, ~0u, ~0u, 0, CIPHER_ADD, -1, false, in ssl_create_cipher_list() 1177 ssl_cipher_apply_rule(0, ~0u, ~0u, ~0u, ~0u, 0, CIPHER_DEL, -1, false, &head, in ssl_create_cipher_list() 1185 ssl_cipher_apply_rule(0, ~0u, ~0u, SSL_AES128GCM, ~0u, 0, CIPHER_ADD, -1, in ssl_create_cipher_list() 1187 ssl_cipher_apply_rule(0, ~0u, ~0u, SSL_AES256GCM, ~0u, 0, CIPHER_ADD, -1, in ssl_create_cipher_list() 1189 ssl_cipher_apply_rule(0, ~0u, ~0u, SSL_CHACHA20POLY1305, ~0u, 0, CIPHER_ADD, in ssl_create_cipher_list() 1192 ssl_cipher_apply_rule(0, ~0u, ~0u, SSL_CHACHA20POLY1305, ~0u, 0, CIPHER_ADD, in ssl_create_cipher_list() [all …]
|
/external/cronet/tot/third_party/boringssl/src/ssl/ |
D | ssl_cipher.cc | 782 static void ssl_cipher_apply_rule(uint32_t cipher_id, const CIPHER_ALIAS *alias, in ssl_cipher_apply_rule() function 935 ssl_cipher_apply_rule(/*cipher_id=*/0, /*alias=*/nullptr, CIPHER_ORD, i, in ssl_cipher_strength_sort() 1113 ssl_cipher_apply_rule(cipher_id, &alias, rule, -1, in_group, head_p, in ssl_cipher_process_rulestr()
|
/external/cronet/stable/third_party/boringssl/src/ssl/ |
D | ssl_cipher.cc | 782 static void ssl_cipher_apply_rule(uint32_t cipher_id, const CIPHER_ALIAS *alias, in ssl_cipher_apply_rule() function 935 ssl_cipher_apply_rule(/*cipher_id=*/0, /*alias=*/nullptr, CIPHER_ORD, i, in ssl_cipher_strength_sort() 1113 ssl_cipher_apply_rule(cipher_id, &alias, rule, -1, in_group, head_p, in ssl_cipher_process_rulestr()
|
/external/boringssl/src/ssl/ |
D | ssl_cipher.cc | 651 static void ssl_cipher_apply_rule(uint32_t cipher_id, const CIPHER_ALIAS *alias, in ssl_cipher_apply_rule() function 804 ssl_cipher_apply_rule(/*cipher_id=*/0, /*alias=*/nullptr, CIPHER_ORD, i, in ssl_cipher_strength_sort() 982 ssl_cipher_apply_rule(cipher_id, &alias, rule, -1, in_group, head_p, in ssl_cipher_process_rulestr()
|