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

  /external/openssl/ssl/
ssl_ciph.c 807 !(c->algorithm_ssl & disabled_ssl))
890 unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl; local
908 if (algorithm_ssl)
909 if ((algorithm_ssl & mask_ssl) == 0)
974 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);
985 if (alg_ssl && !(alg_ssl & cp->algorithm_ssl))
    [all...]
ssl.h 399 unsigned long algorithm_ssl; /* (major) protocol version */ member in struct:ssl_cipher_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 399 unsigned long algorithm_ssl; /* (major) protocol version */ member in struct:ssl_cipher_st
    [all...]

Completed in 30 milliseconds