HomeSort by relevance Sort by last modified time
    Searched refs:algorithm_ssl (Results 1 - 7 of 7) 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...]
s23_clnt.c 266 if (cipher->algorithm_ssl == SSL_SSLV2)
ssl.h 399 unsigned long algorithm_ssl; /* (major) protocol version */ member in struct:ssl_cipher_st
    [all...]
s3_clnt.c 1007 if ((c->algorithm_ssl & SSL_TLSV1_2) &&
    [all...]
s3_lib.c     [all...]
ssl_lib.c     [all...]
  /external/openssl/include/openssl/
ssl.h 399 unsigned long algorithm_ssl; /* (major) protocol version */ member in struct:ssl_cipher_st
    [all...]

Completed in 133 milliseconds