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

  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_ciph.c 575 switch (c->algorithm_mac)
604 if (c->algorithm_mac == SSL_AEAD)
630 c->algorithm_mac == SSL_MD5 &&
634 c->algorithm_mac == SSL_SHA1 &&
638 c->algorithm_mac == SSL_SHA1 &&
807 !(c->algorithm_mac & disabled_mac) &&
890 unsigned long algorithm_mac = cipher_aliases[i].algorithm_mac; local
905 if (algorithm_mac)
906 if ((algorithm_mac & mask_mac) == 0
    [all...]
ssl.h 398 unsigned long algorithm_mac; /* symmetric authentication */ member in struct:ssl_cipher_st
    [all...]
  /external/openssl/ssl/
ssl_ciph.c 575 switch (c->algorithm_mac)
604 if (c->algorithm_mac == SSL_AEAD)
630 c->algorithm_mac == SSL_MD5 &&
634 c->algorithm_mac == SSL_SHA1 &&
638 c->algorithm_mac == SSL_SHA1 &&
807 !(c->algorithm_mac & disabled_mac) &&
890 unsigned long algorithm_mac = cipher_aliases[i].algorithm_mac; local
905 if (algorithm_mac)
906 if ((algorithm_mac & mask_mac) == 0
    [all...]
ssl.h 398 unsigned long algorithm_mac; /* symmetric authentication */ member in struct:ssl_cipher_st
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl.h 398 unsigned long algorithm_mac; /* symmetric authentication */ member in struct:ssl_cipher_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 398 unsigned long algorithm_mac; /* symmetric authentication */ member in struct:ssl_cipher_st
    [all...]

Completed in 130 milliseconds