HomeSort by relevance Sort by last modified time
    Searched defs:algorithm_mac (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/ssl/
ssl_cipher.cc 570 uint32_t algorithm_mac; member in struct:cipher_alias_st
664 if (cipher->algorithm_mac == SSL_AEAD) {
685 } else if (cipher->algorithm_mac == SSL_SHA1) {
727 } else if (cipher->algorithm_mac == SSL_SHA256) {
737 } else if (cipher->algorithm_mac == SSL_SHA384) {
926 !(alg_mac & cp->algorithm_mac) ||
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 3954 uint32_t algorithm_mac; member in struct:ssl_cipher_st
    [all...]

Completed in 71 milliseconds