Lines Matching refs:os_memcmp

101 	if (os_memcmp(out, iv_c, sizeof(iv_c)) != 0) {
112 if (os_memcmp(out, plaintext, sizeof(plaintext)) != 0) {
132 if (os_memcmp(out, iv_c_2, sizeof(iv_c_2)) != 0) {
143 if (os_memcmp(out, plaintext_2, sizeof(plaintext_2)) != 0) {
231 os_memcmp(result, tv->tag, 16) != 0) {
244 os_memcmp(result, tv->tag, 16) != 0) {
259 os_memcmp(result, tv->tag, 16) != 0) {
275 os_memcmp(result, result2, 16) != 0) {
319 if (os_memcmp(data, cipher, sizeof(data)) != 0) {
324 if (os_memcmp(tag, cipher + sizeof(data), AES_BLOCK_SIZE) != 0) {
335 if (os_memcmp(data, msg, sizeof(data)) != 0) {
398 os_memcmp(buf, tv->cipher, tv->len) != 0) {
405 os_memcmp(buf, tv->plain, tv->len) != 0) {
490 os_memcmp(out, cipher, 16) != 0) {
622 if (os_memcmp(result, crypt41, sizeof(crypt41)) != 0) {
631 if (os_memcmp(result, plain41, sizeof(plain41)) != 0) {
643 if (os_memcmp(result, crypt42, sizeof(crypt42)) != 0) {
652 if (os_memcmp(result, plain42, sizeof(plain42)) != 0) {
664 if (os_memcmp(result, crypt43, sizeof(crypt43)) != 0) {
673 if (os_memcmp(result, plain43, sizeof(plain43)) != 0) {
685 if (os_memcmp(result, crypt44, sizeof(crypt44)) != 0) {
694 if (os_memcmp(result, plain44, sizeof(plain44)) != 0) {
706 if (os_memcmp(result, crypt45, sizeof(crypt45)) != 0) {
715 if (os_memcmp(result, plain45, sizeof(plain45)) != 0) {
726 if (os_memcmp(result, crypt46, sizeof(crypt46)) != 0) {
735 if (os_memcmp(result, plain46, sizeof(plain46)) != 0) {
804 os_memcmp(hash, tests[i].hash, 16) != 0) {
816 os_memcmp(hash, tests[i].hash, 16) != 0) {
950 os_memcmp(master_secret, buf, sizeof(master_secret)) != 0) {
960 os_memcmp(key_block, buf, sizeof(key_block)) != 0) {
969 os_memcmp(imck, buf, sizeof(imck)) != 0) {
980 os_memcmp(msk, buf, sizeof(msk)) != 0) {
988 os_memcmp(emsk, buf, sizeof(emsk)) != 0) {
996 os_memcmp(tlv + sizeof(tlv) - 20, compound_mac,
1210 os_memcmp(res, prf0, sizeof(prf0)) == 0)
1219 os_memcmp(res, prf1, sizeof(prf1)) == 0)
1228 os_memcmp(res, prf2, sizeof(prf2)) == 0)
1245 os_memcmp(psk, test->psk, 32) == 0)
1260 os_memcmp(dk, test->dk, test->dk_len) == 0)
1729 os_memcmp(hash, t->hash, 32) != 0) {
1739 os_memcmp(hash, t->hash, 32) != 0) {
1752 os_memcmp(hash, t->hash, 32) != 0) {
1817 os_memcmp(hash, hash_res, 48) != 0) {
1829 os_memcmp(hash, hash_res, 48) != 0) {
1846 os_memcmp(hash, t->hash384, 48) != 0) {
1856 os_memcmp(hash, t->hash384, 48) != 0) {
1869 os_memcmp(hash, t->hash384, 48) != 0) {
1906 os_memcmp(w, buf, sizeof(w)) != 0) {
2011 if (os_memcmp(prk, prk1, SHA256_MAC_LEN) != 0) {
2018 if (os_memcmp(okm, okm1, sizeof(okm1)) != 0) {
2026 if (os_memcmp(prk, prk2, SHA256_MAC_LEN) != 0) {
2033 if (os_memcmp(okm, okm2, sizeof(okm2)) != 0) {
2088 os_memcmp(password_hash, buf, sizeof(password_hash)) != 0) {
2096 os_memcmp(nt_response, buf, sizeof(nt_response)) != 0) {
2102 os_memcmp(password_hash_hash, buf,
2114 os_memcmp(authenticator_response, buf,
2121 os_memcmp(master_key, buf, sizeof(master_key)) != 0) {
2128 os_memcmp(send_start_key, buf, sizeof(send_start_key)) != 0) {