Searched refs:alg_mac (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/ssl/
H A Dssl_cipher.c1001 uint32_t alg_enc, uint32_t alg_mac, uint16_t min_version, int rule,
1009 (alg_mkey == 0 || alg_auth == 0 || alg_enc == 0 || alg_mac == 0)) {
1057 !(alg_mac & cp->algorithm_mac) ||
1166 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; local
1249 alg_mac = ~0u;
1294 alg_mac &= kCipherAliases[j].algorithm_mac;
1331 alg_mac = SSL_AEAD;
1338 alg_mac = SSL_AEAD;
1361 ssl_cipher_apply_rule(cipher_id, alg_mkey, alg_auth, alg_enc, alg_mac,
1806 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; 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 115 milliseconds