Searched refs:SHA1_DIGEST_SIZE (Results 1 – 2 of 2) sorted by relevance
| /include/crypto/ |
| A D | sha1.h | 11 #define SHA1_DIGEST_SIZE 20 macro 21 extern const u8 sha1_zero_message_hash[SHA1_DIGEST_SIZE]; 24 u32 state[SHA1_DIGEST_SIZE / 4]; 34 #define SHA1_DIGEST_WORDS (SHA1_DIGEST_SIZE / 4) 41 u32 h[SHA1_DIGEST_SIZE / 4]; 87 void sha1_final(struct sha1_ctx *ctx, u8 out[SHA1_DIGEST_SIZE]); 97 void sha1(const u8 *data, size_t len, u8 out[SHA1_DIGEST_SIZE]); 184 void hmac_sha1_final(struct hmac_sha1_ctx *ctx, u8 out[SHA1_DIGEST_SIZE]); 198 const u8 *data, size_t data_len, u8 out[SHA1_DIGEST_SIZE]); 215 u8 out[SHA1_DIGEST_SIZE]);
|
| /include/keys/ |
| A D | trusted_tpm.h | 21 unsigned char secret[SHA1_DIGEST_SIZE]; 69 16, 1, &s->secret, SHA1_DIGEST_SIZE, 0); in dump_sess() 72 16, 1, &s->enonce, SHA1_DIGEST_SIZE, 0); in dump_sess()
|
Completed in 6 milliseconds