Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_cipher.c518 uint32_t algorithm_mac; member
641 switch (cipher->algorithm_mac) { in ssl_cipher_get_evp_aead()
663 switch (cipher->algorithm_mac) { in ssl_cipher_get_evp_aead()
685 switch (cipher->algorithm_mac) { in ssl_cipher_get_evp_aead()
711 switch (cipher->algorithm_mac) { in ssl_cipher_get_evp_aead()
903 !(alg_mac & cp->algorithm_mac) || in ssl_cipher_apply_rule()
1142 alg_mac &= kCipherAliases[j].algorithm_mac; in ssl_cipher_process_rulestr()
1390 return (cipher->algorithm_mac & SSL_MD5) != 0; in SSL_CIPHER_has_MD5_HMAC()
1394 return (cipher->algorithm_mac & (SSL_AES128GCM | SSL_AES256GCM)) != 0; in SSL_CIPHER_is_AESGCM()
1479 switch (cipher->algorithm_mac) { in ssl_cipher_get_prf_name()
[all …]
/external/boringssl/src/include/openssl/
Dssl.h196 uint32_t algorithm_mac; member