Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_kPSK

349     mask_k |= SSL_kPSK;
830 assert(alg_k & SSL_kPSK);
1080 ((alg_k & SSL_kPSK) && CBS_len(&client_key_exchange) != 0)) {
1198 } else if (!(alg_k & SSL_kPSK)) {
1228 if (alg_k & SSL_kPSK) {