Home
last modified time | relevance | path

Searched refs:algorithm_mac (Results 1 – 3 of 3) sorted by relevance

/external/openssl/ssl/
Dssl_ciph.c543 switch (c->algorithm_mac) in ssl_cipher_get_evp()
729 !(c->algorithm_mac & disabled_mac) && in ssl_cipher_collect_ciphers()
812 unsigned long algorithm_mac = cipher_aliases[i].algorithm_mac; in ssl_cipher_collect_aliases() local
827 if (algorithm_mac) in ssl_cipher_collect_aliases()
828 if ((algorithm_mac & mask_mac) == 0) in ssl_cipher_collect_aliases()
897 …>name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm_enc, cp->algorithm_mac, cp->algorithm… in ssl_cipher_apply_rule()
906 if (alg_mac && !(alg_mac & cp->algorithm_mac)) in ssl_cipher_apply_rule()
1176 if (ca_list[j]->algorithm_mac) in ssl_cipher_process_rulestr()
1180 alg_mac &= ca_list[j]->algorithm_mac; in ssl_cipher_process_rulestr()
1184 alg_mac = ca_list[j]->algorithm_mac; in ssl_cipher_process_rulestr()
[all …]
Dssl.h371 unsigned long algorithm_mac; /* symmetric authentication */ member
/external/openssl/include/openssl/
Dssl.h371 unsigned long algorithm_mac; /* symmetric authentication */ member