Home | History | Annotate | Download | only in ssl

Lines Matching full:algorithm_auth

645   uint32_t algorithm_auth;
1055 !(alg_auth & cp->algorithm_auth) ||
1292 alg_auth &= kCipherAliases[j].algorithm_auth;
1616 return (cipher->algorithm_auth & SSL_aECDSA) != 0;
1651 switch (cipher->algorithm_auth) {
1660 switch (cipher->algorithm_auth) {
1673 assert(cipher->algorithm_auth == SSL_aPSK);
1810 alg_auth = cipher->algorithm_auth;
1946 uint32_t alg_a = cipher->algorithm_auth;
1960 if (cipher->algorithm_auth & SSL_aPSK) {