Home
last modified time | relevance | path

Searched refs:SHA256_DIGEST_SIZE (Results 1 – 4 of 4) sorted by relevance

/third_party/fsverity-utils/programs/
Dtest_sign_digest.c16 #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()
Dtest_hash_algs.c14 #define SHA256_DIGEST_SIZE 32 macro
30 SHA256_DIGEST_SIZE); in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_nettle.c172 hmac_sha256_digest(&ctx, SHA256_DIGEST_SIZE, mac); in hmac_sha256_vector()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_nettle.c172 hmac_sha256_digest(&ctx, SHA256_DIGEST_SIZE, mac); in hmac_sha256_vector()