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

  /external/openssl/ssl/
ssl_ciph.c 517 switch (c->algorithm_enc)
630 if (c->algorithm_enc == SSL_RC4 &&
634 else if (c->algorithm_enc == SSL_AES128 &&
638 else if (c->algorithm_enc == SSL_AES256 &&
807 !(c->algorithm_enc & disabled_enc) &&
890 unsigned long algorithm_enc = cipher_aliases[i].algorithm_enc; local
902 if (algorithm_enc)
903 if ((algorithm_enc & mask_enc) == 0)
980 printf("\nName: %s:\nAlgo = %08lx/%08lx/%08lx/%08lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm_enc, cp->algorithm_mac, cp->algorithm_ssl, cp->algo_strength)
    [all...]
ssl.h 398 unsigned long algorithm_enc; /* symmetric encryption */ member in struct:ssl_cipher_st
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h 316 unsigned long algorithm_enc; /* symmetric encryption */ member in struct:ssl_cipher_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 398 unsigned long algorithm_enc; /* symmetric encryption */ member in struct:ssl_cipher_st
    [all...]

Completed in 40 milliseconds