Lines Matching full:sha
3 * Common values for SHA-1 algorithms
30 * An implementation of SHA-1's compression function. Don't use in new code!
31 * You shouldn't be using SHA-1, and even if you *have* to use SHA-1, this isn't
32 * the correct way to hash something with SHA-1 (use crypto_shash instead).
39 /* State for the SHA-1 compression function */
45 * struct sha1_ctx - Context for hashing a message with SHA-1
57 * sha1_init() - Initialize a SHA-1 context for a new message
67 * sha1_update() - Update a SHA-1 context with message data
79 * sha1_final() - Finish computing a SHA-1 message digest
81 * @out: (output) the resulting SHA-1 message digest
90 * sha1() - Compute SHA-1 message digest in one shot
93 * @out: (output) the resulting SHA-1 message digest