Searched refs:algorithm_mac (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | ssl_ciph.c | 268 if (c->algorithm_mac == SSL_MD5) in ssl_cipher_get_evp_aead() 323 c->algorithm_mac == SSL_MD5 && in ssl_cipher_get_evp() 327 c->algorithm_mac == SSL_SHA1 && in ssl_cipher_get_evp() 331 c->algorithm_mac == SSL_SHA1 && in ssl_cipher_get_evp() 346 switch (c->algorithm_mac) in ssl_cipher_get_mac() 580 …>name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm_enc, cp->algorithm_mac, cp->algorithm… in ssl_cipher_apply_rule() 592 if (alg_mac && !(alg_mac & cp->algorithm_mac)) in ssl_cipher_apply_rule() 910 if (ca_list[j]->algorithm_mac) in ssl_cipher_process_rulestr() 914 alg_mac &= ca_list[j]->algorithm_mac; in ssl_cipher_process_rulestr() 918 alg_mac = ca_list[j]->algorithm_mac; in ssl_cipher_process_rulestr() [all …]
|
/external/openssl/ssl/ |
D | ssl_ciph.c | 576 switch (c->algorithm_mac) in ssl_cipher_get_evp() 605 if (c->algorithm_mac == SSL_AEAD) in ssl_cipher_get_evp() 631 c->algorithm_mac == SSL_MD5 && in ssl_cipher_get_evp() 635 c->algorithm_mac == SSL_SHA1 && in ssl_cipher_get_evp() 639 c->algorithm_mac == SSL_SHA1 && in ssl_cipher_get_evp() 808 !(c->algorithm_mac & disabled_mac) && in ssl_cipher_collect_ciphers() 891 unsigned long algorithm_mac = cipher_aliases[i].algorithm_mac; in ssl_cipher_collect_aliases() local 906 if (algorithm_mac) in ssl_cipher_collect_aliases() 907 if ((algorithm_mac & mask_mac) == 0) in ssl_cipher_collect_aliases() 980 …>name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm_enc, cp->algorithm_mac, cp->algorithm… in ssl_cipher_apply_rule() [all …]
|
D | ssl.h | 399 unsigned long algorithm_mac; /* symmetric authentication */ member
|
/external/openssl/include/openssl/ |
D | ssl.h | 399 unsigned long algorithm_mac; /* symmetric authentication */ member
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
D | ssl.h | 317 unsigned long algorithm_mac; /* symmetric authentication */ member
|