Searched defs:alg_mkey (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/ssl/
H A Dssl_cipher.c1000 uint32_t cipher_id, uint32_t alg_mkey, uint32_t alg_auth,
1009 (alg_mkey == 0 || alg_auth == 0 || alg_enc == 0 || alg_mac == 0)) {
1054 } else if (!(alg_mkey & cp->algorithm_mkey) ||
1166 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; local
1246 alg_mkey = ~0u;
1291 alg_mkey &= kCipherAliases[j].algorithm_mkey;
1328 alg_mkey = SSL_kECDHE;
1335 alg_mkey = SSL_kECDHE;
1361 ssl_cipher_apply_rule(cipher_id, alg_mkey, alg_auth, alg_enc, alg_mac,
1806 uint32_t alg_mkey, alg_aut local
999 ssl_cipher_apply_rule( uint32_t cipher_id, uint32_t alg_mkey, uint32_t alg_auth, uint32_t alg_enc, uint32_t alg_mac, uint16_t min_version, int rule, int strength_bits, int in_group, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) argument
[all...]

Completed in 28 milliseconds