Home
last modified time | relevance | path

Searched refs:zeroes (Results 1 – 2 of 2) sorted by relevance

/lib/crc/powerpc/
A Dcrc-vpmsum-template.S56 #define zeroes v29 macro
100 vxor zeroes,zeroes,zeroes
103 vsldoi mask_32bit,zeroes,v0,4
363 vsldoi v0,v0,zeroes,4
364 vsldoi v1,v1,zeroes,4
365 vsldoi v2,v2,zeroes,4
366 vsldoi v3,v3,zeroes,4
367 vsldoi v4,v4,zeroes,4
368 vsldoi v5,v5,zeroes,4
369 vsldoi v6,v6,zeroes,4
[all …]
/lib/crypto/tests/
A Dhash-test-template.h311 static const u8 zeroes[sizeof(struct HASH_CTX)]; in test_hash_ctx_zeroization() local
318 KUNIT_ASSERT_MEMEQ_MSG(test, &ctx, zeroes, sizeof(ctx), in test_hash_ctx_zeroization()
603 static const u8 zeroes[sizeof(struct HMAC_CTX)]; in test_hmac() local
643 KUNIT_EXPECT_MEMEQ_MSG(test, &ctx, zeroes, sizeof(ctx), in test_hmac()

Completed in 8 milliseconds