Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_cipher.cc811 uint32_t cipher_id, uint32_t alg_mkey, uint32_t alg_auth, in ssl_cipher_apply_rule() argument
820 (alg_mkey == 0 || alg_auth == 0 || alg_enc == 0 || alg_mac == 0)) { in ssl_cipher_apply_rule()
866 if (!(alg_mkey & cp->algorithm_mkey) || in ssl_cipher_apply_rule()
975 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; in ssl_cipher_process_rulestr() local
1049 alg_mkey = ~0u; in ssl_cipher_process_rulestr()
1093 alg_mkey &= kCipherAliases[j].algorithm_mkey; in ssl_cipher_process_rulestr()
1140 ssl_cipher_apply_rule(cipher_id, alg_mkey, alg_auth, alg_enc, alg_mac, in ssl_cipher_process_rulestr()
1588 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; in SSL_CIPHER_description() local
1590 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()
1595 switch (alg_mkey) { in SSL_CIPHER_description()