Searched refs:algorithm_ssl (Results 1 - 7 of 7) sorted by relevance

/external/openssl/ssl/
H A Dssl_ciph.c807 !(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))
1297 if (ca_list[j]->algorithm_ssl)
1301 alg_ssl &= ca_list[j]->algorithm_ssl;
1305 alg_ssl = ca_list[j]->algorithm_ssl;
[all...]
H A Ds23_clnt.c266 if (cipher->algorithm_ssl == SSL_SSLV2)
H A Dssl.h399 unsigned long algorithm_ssl; /* (major) protocol version */ member in struct:ssl_cipher_st
H A Ds3_clnt.c1007 if ((c->algorithm_ssl & SSL_TLSV1_2) &&
H A Ds3_lib.c3810 if ((c->algorithm_ssl & SSL_TLSV1_2) &&
H A Dssl_lib.c1416 if ((c->algorithm_ssl & SSL_TLSV1_2) &&
/external/openssl/include/openssl/
H A Dssl.h399 unsigned long algorithm_ssl; /* (major) protocol version */ member in struct:ssl_cipher_st

Completed in 137 milliseconds