Lines Matching defs:buf
866 unsigned char buf[64];
918 mbedtls_camellia_crypt_ecb(&ctx, v, src, buf);
920 if (memcmp(buf, dst, 16) != 0) {
972 mbedtls_camellia_crypt_cbc(&ctx, v, 16, iv, src, buf);
974 if (memcmp(buf, dst, 16) != 0) {
1013 memcpy(buf, camellia_test_ctr_ct[u], len);
1016 buf, buf);
1018 if (memcmp(buf, camellia_test_ctr_pt[u], len) != 0) {
1026 memcpy(buf, camellia_test_ctr_pt[u], len);
1029 buf, buf);
1031 if (memcmp(buf, camellia_test_ctr_ct[u], len) != 0) {