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

  /external/openssl/ssl/
ssl_ciph.c 730 !(c->algorithm_ssl & disabled_ssl))
813 unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl; local
831 if (algorithm_ssl)
832 if ((algorithm_ssl & mask_ssl) == 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);
908 if (alg_ssl && !(alg_ssl & cp->algorithm_ssl))
    [all...]
s23_clnt.c 262 if (cipher->algorithm_ssl == SSL_SSLV2)
ssl.h 372 unsigned long algorithm_ssl; /* (major) protocol version */ member in struct:ssl_cipher_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 372 unsigned long algorithm_ssl; /* (major) protocol version */ member in struct:ssl_cipher_st
    [all...]

Completed in 67 milliseconds