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

  /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_locl.h 336 /* Bits for algorithm_mac (symmetric authentication) */
    [all...]
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 89 milliseconds