Searched refs:alg_auth (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/ssl/ |
D | ssl_cipher.cc | 811 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() 867 !(alg_auth & cp->algorithm_auth) || in ssl_cipher_apply_rule() 975 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; in ssl_cipher_process_rulestr() local 1050 alg_auth = ~0u; in ssl_cipher_process_rulestr() 1094 alg_auth &= kCipherAliases[j].algorithm_auth; 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 1591 alg_auth = cipher->algorithm_auth; in SSL_CIPHER_description() 1616 switch (alg_auth) { in SSL_CIPHER_description()
|
/external/ipsec-tools/src/libipsec/ |
D | key_debug.c | 665 sav->refcnt, sav->state, sav->alg_auth, sav->alg_enc);
|