Searched refs:SHA256_DIGEST_SIZE (Results 1 - 11 of 11) sorted by relevance
/third_party/fsverity-utils/programs/ |
H A D | test_sign_digest.c | 16 #define SHA256_DIGEST_SIZE 32 macro 20 struct libfsverity_digest *d = xzalloc(sizeof(*d) + SHA256_DIGEST_SIZE); in main() 35 d->digest_size = SHA256_DIGEST_SIZE; in main() 39 "\x86\x52", SHA256_DIGEST_SIZE); in main()
|
H A D | test_hash_algs.c | 14 #define SHA256_DIGEST_SIZE 32 macro 30 SHA256_DIGEST_SIZE); in main()
|
/third_party/lzma/CPP/7zip/Crypto/ |
H A D | RandGen.cpp | 195 Sha256_Update(&hash, _buff, SHA256_DIGEST_SIZE);
in Init() 223 Sha256_Update(&hash, _buff, SHA256_DIGEST_SIZE);
in Generate() 229 Sha256_Update(&hash, _buff, SHA256_DIGEST_SIZE);
in Generate() 231 Byte buff[SHA256_DIGEST_SIZE];
in Generate() 233 for (unsigned i = 0; i < SHA256_DIGEST_SIZE && size != 0; i++, size--)
in Generate()
|
H A D | RandGen.h | 25 Byte _buff[SHA256_DIGEST_SIZE];
|
/third_party/lzma/C/ |
H A D | Sha256.h | 15 #define SHA256_DIGEST_SIZE (SHA256_NUM_DIGEST_WORDS * 4)
macro
|
H A D | Xz.h | 270 Byte shaDigest[SHA256_DIGEST_SIZE];
|
H A D | XzDec.c | 1292 Byte digest[SHA256_DIGEST_SIZE];
in XzUnpacker_Code() 1297 if (memcmp(digest, p->shaDigest, SHA256_DIGEST_SIZE) != 0)
in XzUnpacker_Code()
|
/third_party/lzma/CPP/Common/ |
H A D | Sha256Reg.cpp | 67 REGISTER_HASHER(CSha256Hasher, 0xA, "SHA256", SHA256_DIGEST_SIZE)
|
/third_party/curl/lib/ |
H A D | sha256.c | 153 sha256_digest(ctx, SHA256_DIGEST_SIZE, digest); in my_sha256_final()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_nettle.c | 172 hmac_sha256_digest(&ctx, SHA256_DIGEST_SIZE, mac); in hmac_sha256_vector()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_nettle.c | 172 hmac_sha256_digest(&ctx, SHA256_DIGEST_SIZE, mac); in hmac_sha256_vector()
|
Completed in 8 milliseconds