Home | History | Annotate | Download | only in ssl

Lines Matching defs:algorithm_auth

568   uint32_t algorithm_auth;
924 !(alg_auth & cp->algorithm_auth) ||
1153 alg_auth &= kCipherAliases[j].algorithm_auth;
1433 return (cipher->algorithm_auth & SSL_aECDSA) != 0;
1446 cipher->algorithm_auth == SSL_aGENERIC) {
1460 cipher->algorithm_auth == SSL_aGENERIC) {
1489 switch (cipher->algorithm_auth) {
1502 assert(cipher->algorithm_auth == SSL_aPSK);
1506 assert(cipher->algorithm_auth == SSL_aGENERIC);
1571 alg_auth = cipher->algorithm_auth;
1715 return (cipher->algorithm_auth & SSL_aCERT) != 0;