Home
last modified time | relevance | path

Searched refs:cipher_id (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/ssl/
Dssl_cipher.cc868 uint32_t cipher_id, uint32_t alg_mkey, uint32_t alg_auth, in ssl_cipher_apply_rule() argument
876 if (cipher_id == 0 && strength_bits == -1 && min_version == 0 && in ssl_cipher_apply_rule()
914 if (cipher_id != 0) { in ssl_cipher_apply_rule()
915 if (cipher_id != cp->id) { in ssl_cipher_apply_rule()
1040 uint32_t cipher_id; in ssl_cipher_process_rulestr() local
1107 cipher_id = 0; in ssl_cipher_process_rulestr()
1143 cipher_id = cipher->id; in ssl_cipher_process_rulestr()
1148 if (cipher_id == 0) { in ssl_cipher_process_rulestr()
1199 ssl_cipher_apply_rule(cipher_id, alg_mkey, alg_auth, alg_enc, alg_mac, in ssl_cipher_process_rulestr()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc1642 uint16_t cipher_id = in CheckHandshakeProperties() local
1646 static_cast<uint16_t>(config->expect_cipher_aes) != cipher_id) { in CheckHandshakeProperties()
1648 cipher_id, static_cast<uint16_t>(config->expect_cipher_aes)); in CheckHandshakeProperties()
1654 static_cast<uint16_t>(config->expect_cipher_no_aes) != cipher_id) { in CheckHandshakeProperties()
1656 cipher_id, static_cast<uint16_t>(config->expect_cipher_no_aes)); in CheckHandshakeProperties()