Searched defs:algorithm_auth (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssl_ciph.c846 !(c->algorithm_auth & disabled_auth) &&
857 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth);
929 unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth; local
938 if (algorithm_auth)
939 if ((algorithm_auth & mask_auth) == 0)
1016 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);
1021 if (alg_auth && !(alg_auth & cp->algorithm_auth))
1272 if (ca_list[j]->algorithm_auth)
1276 alg_auth &= ca_list[j]->algorithm_auth;
[all...]
H A Dssl.h397 unsigned long algorithm_auth; /* server authentication */ member in struct:ssl_cipher_st
/external/openssl/ssl/
H A Dssl_ciph.c805 !(c->algorithm_auth & disabled_auth) &&
816 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth);
888 unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth; local
897 if (algorithm_auth)
898 if ((algorithm_auth & mask_auth) == 0)
975 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);
980 if (alg_auth && !(alg_auth & cp->algorithm_auth))
1231 if (ca_list[j]->algorithm_auth)
1235 alg_auth &= ca_list[j]->algorithm_auth;
[all...]
H A Dssl.h396 unsigned long algorithm_auth; /* server authentication */ member in struct:ssl_cipher_st
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dssl.h397 unsigned long algorithm_auth; /* server authentication */ member in struct:ssl_cipher_st
/external/openssl/include/openssl/
H A Dssl.h396 unsigned long algorithm_auth; /* server authentication */ member in struct:ssl_cipher_st

Completed in 179 milliseconds