Searched refs:alg_auth (Results 1 – 5 of 5) sorted by relevance
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_cipher.cc | 810 uint32_t cipher_id, uint32_t alg_mkey, uint32_t alg_auth, in ssl_cipher_apply_rule() argument 819 (alg_mkey == 0 || alg_auth == 0 || alg_enc == 0 || alg_mac == 0)) { in ssl_cipher_apply_rule() 866 !(alg_auth & cp->algorithm_auth) || in ssl_cipher_apply_rule() 974 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; in ssl_cipher_process_rulestr() local 1049 alg_auth = ~0u; in ssl_cipher_process_rulestr() 1093 alg_auth &= kCipherAliases[j].algorithm_auth; in ssl_cipher_process_rulestr() 1139 ssl_cipher_apply_rule(cipher_id, alg_mkey, alg_auth, alg_enc, alg_mac, in ssl_cipher_process_rulestr() 1590 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; in SSL_CIPHER_description() local 1593 alg_auth = cipher->algorithm_auth; in SSL_CIPHER_description() 1618 switch (alg_auth) { in SSL_CIPHER_description()
|
/external/cronet/tot/third_party/boringssl/src/ssl/ |
D | ssl_cipher.cc | 1568 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; in SSL_CIPHER_description() local 1571 alg_auth = cipher->algorithm_auth; in SSL_CIPHER_description() 1596 switch (alg_auth) { in SSL_CIPHER_description()
|
/external/cronet/stable/third_party/boringssl/src/ssl/ |
D | ssl_cipher.cc | 1568 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; in SSL_CIPHER_description() local 1571 alg_auth = cipher->algorithm_auth; in SSL_CIPHER_description() 1596 switch (alg_auth) { in SSL_CIPHER_description()
|
/external/boringssl/src/ssl/ |
D | ssl_cipher.cc | 1437 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; in SSL_CIPHER_description() local 1440 alg_auth = cipher->algorithm_auth; in SSL_CIPHER_description() 1465 switch (alg_auth) { in SSL_CIPHER_description()
|
/external/libnl/lib/xfrm/ |
D | sa.c | 429 __ADD(XFRM_SA_ATTR_ALG_AUTH, alg_auth),
|