Lines Matching refs:lws_timingsafe_bcmp
71 if (lws_timingsafe_bcmp(cbc256_enc, res, 16)) {
95 if (lws_timingsafe_bcmp(cbc256, res1, 16)) {
161 if (lws_timingsafe_bcmp(cfb128_enc, res, 16)) {
185 if (lws_timingsafe_bcmp(cfb128, res1, 16)) {
251 if (lws_timingsafe_bcmp(cfb8_enc, res, 16)) {
273 if (lws_timingsafe_bcmp(cfb8, res1, 16)) {
342 if (lws_timingsafe_bcmp(ctr_enc, res, 16)) {
367 if (lws_timingsafe_bcmp(ctr, res1, 16)) {
435 if (lws_timingsafe_bcmp(ecb_enc, res, 16)) {
456 if (lws_timingsafe_bcmp(ecb, res1, 16)) {
528 if (lws_timingsafe_bcmp(ofb_enc, res, 16)) {
552 if (lws_timingsafe_bcmp(ofb, res1, 16)) {
622 if (lws_timingsafe_bcmp(xts_enc, res, 16)) {
643 if (lws_timingsafe_bcmp(xts, res1, 16)) {
726 if (lws_timingsafe_bcmp(gcm_ct, res, sizeof(gcm_ct))) {
759 if (lws_timingsafe_bcmp(gcm_pt, res, sizeof(gcm_pt))) {