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

  /external/openssl/ssl/
ssl_ciph.c 490 switch (c->algorithm_enc)
728 !(c->algorithm_enc & disabled_enc) &&
811 unsigned long algorithm_enc = cipher_aliases[i].algorithm_enc; local
823 if (algorithm_enc)
824 if ((algorithm_enc & mask_enc) == 0)
897 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);
904 if (alg_enc && !(alg_enc & cp->algorithm_enc))
    [all...]
ssl.h 370 unsigned long algorithm_enc; /* symmetric encryption */ member in struct:ssl_cipher_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 370 unsigned long algorithm_enc; /* symmetric encryption */ member in struct:ssl_cipher_st
    [all...]

Completed in 61 milliseconds