Searched defs:SHA1_DIGEST_SIZE (Results 1 – 5 of 5) sorted by relevance
| /linux/lib/crypto/ |
| H A D | sha1.c | 203 __sha1_final(struct sha1_ctx * ctx,u8 out[SHA1_DIGEST_SIZE]) __sha1_final() argument 222 sha1_final(struct sha1_ctx * ctx,u8 out[SHA1_DIGEST_SIZE]) sha1_final() argument 229 sha1(const u8 * data,size_t len,u8 out[SHA1_DIGEST_SIZE]) sha1() argument 292 hmac_sha1_final(struct hmac_sha1_ctx * ctx,u8 out[SHA1_DIGEST_SIZE]) hmac_sha1_final() argument 312 hmac_sha1(const struct hmac_sha1_key * key,const u8 * data,size_t data_len,u8 out[SHA1_DIGEST_SIZE]) hmac_sha1() argument 324 hmac_sha1_usingrawkey(const u8 * raw_key,size_t raw_key_len,const u8 * data,size_t data_len,u8 out[SHA1_DIGEST_SIZE]) hmac_sha1_usingrawkey() argument [all...] |
| /linux/tools/perf/util/ |
| H A D | sha1.h | 4 #define SHA1_DIGEST_SIZE 20 macro
|
| H A D | sha1.c | 79 void sha1(const void *data, size_t len, u8 out[SHA1_DIGEST_SIZE]) in sha1()
|
| /linux/include/crypto/ |
| H A D | sha1.h | 11 #define SHA1_DIGEST_SIZE 20 macro
|
| /linux/tools/testing/selftests/tpm2/ |
| H A D | tpm2.py | 69 SHA1_DIGEST_SIZE = 20 variable
|