/external/openssl/ssl/ |
ssl_ciph.c | 809 !(c->algorithm_ssl & disabled_ssl)) 892 unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl; local 910 if (algorithm_ssl) 911 if ((algorithm_ssl & mask_ssl) == 0) 980 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); 991 if (alg_ssl && !(alg_ssl & cp->algorithm_ssl)) [all...] |
s23_clnt.c | 268 if (cipher->algorithm_ssl == SSL_SSLV2)
|
s3_lib.c | [all...] |
ssl.h | 400 unsigned long algorithm_ssl; /* (major) protocol version */ member in struct:ssl_cipher_st [all...] |
ssl_lib.c | [all...] |
s3_clnt.c | 1030 if ((c->algorithm_ssl & SSL_TLSV1_2) && [all...] |
/external/chromium_org/third_party/boringssl/src/ssl/ |
ssl_ciph.c | 580 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); 594 if (alg_ssl && !(alg_ssl & cp->algorithm_ssl)) 944 if (ca_list[j]->algorithm_ssl) 948 alg_ssl &= ca_list[j]->algorithm_ssl; 952 alg_ssl = ca_list[j]->algorithm_ssl; [all...] |
s3_lib.c | [all...] |
s3_clnt.c | 926 if (c->algorithm_ssl & mask_ssl || [all...] |
ssl_lib.c | [all...] |
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
ssl.h | 318 unsigned long algorithm_ssl; /* (major) protocol version */ member in struct:ssl_cipher_st [all...] |
/external/openssl/include/openssl/ |
ssl.h | 400 unsigned long algorithm_ssl; /* (major) protocol version */ member in struct:ssl_cipher_st [all...] |