Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_cipher.c919 uint32_t cipher_id, uint32_t alg_mkey, uint32_t alg_auth, in ssl_cipher_apply_rule() argument
928 (alg_mkey == 0 || alg_auth == 0 || alg_enc == 0 || alg_mac == 0)) { in ssl_cipher_apply_rule()
974 if (!(alg_mkey & cp->algorithm_mkey) || in ssl_cipher_apply_rule()
1086 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; in ssl_cipher_process_rulestr() local
1162 alg_mkey = ~0u; in ssl_cipher_process_rulestr()
1205 alg_mkey &= kCipherAliases[j].algorithm_mkey; in ssl_cipher_process_rulestr()
1256 ssl_cipher_apply_rule(cipher_id, alg_mkey, alg_auth, alg_enc, alg_mac, in ssl_cipher_process_rulestr()
1696 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; in SSL_CIPHER_description() local
1698 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()
1703 switch (alg_mkey) { in SSL_CIPHER_description()