Lines Matching full:message
135 * HMAC key and message context structs, shared by HMAC-SHA224 and HMAC-SHA256.
151 * struct sha224_ctx - Context for hashing a message with SHA-224
159 * sha224_init() - Initialize a SHA-224 context for a new message
169 * sha224_update() - Update a SHA-224 context with message data
171 * @data: the message data
185 * sha224_final() - Finish computing a SHA-224 message digest
187 * @out: (output) the resulting SHA-224 message digest
196 * sha224() - Compute SHA-224 message digest in one shot
197 * @data: the message data
199 * @out: (output) the resulting SHA-224 message digest
214 * struct hmac_sha224_ctx - Context for computing HMAC-SHA224 of a message
236 * hmac_sha224_init() - Initialize an HMAC-SHA224 context for a new message
252 * message, using a raw key
266 * hmac_sha224_update() - Update an HMAC-SHA224 context with message data
268 * @data: the message data
295 * @data: the message data
310 * @data: the message data
324 * struct sha256_ctx - Context for hashing a message with SHA-256
332 * sha256_init() - Initialize a SHA-256 context for a new message
342 * sha256_update() - Update a SHA-256 context with message data
344 * @data: the message data
358 * sha256_final() - Finish computing a SHA-256 message digest
360 * @out: (output) the resulting SHA-256 message digest
369 * sha256() - Compute SHA-256 message digest in one shot
370 * @data: the message data
372 * @out: (output) the resulting SHA-256 message digest
387 * struct hmac_sha256_ctx - Context for computing HMAC-SHA256 of a message
409 * hmac_sha256_init() - Initialize an HMAC-SHA256 context for a new message
425 * message, using a raw key
439 * hmac_sha256_update() - Update an HMAC-SHA256 context with message data
441 * @data: the message data
468 * @data: the message data
483 * @data: the message data
515 * HMAC key and message context structs, shared by HMAC-SHA384 and HMAC-SHA512.
531 * struct sha384_ctx - Context for hashing a message with SHA-384
539 * sha384_init() - Initialize a SHA-384 context for a new message
549 * sha384_update() - Update a SHA-384 context with message data
551 * @data: the message data
565 * sha384_final() - Finish computing a SHA-384 message digest
567 * @out: (output) the resulting SHA-384 message digest
576 * sha384() - Compute SHA-384 message digest in one shot
577 * @data: the message data
579 * @out: (output) the resulting SHA-384 message digest
594 * struct hmac_sha384_ctx - Context for computing HMAC-SHA384 of a message
616 * hmac_sha384_init() - Initialize an HMAC-SHA384 context for a new message
632 * message, using a raw key
646 * hmac_sha384_update() - Update an HMAC-SHA384 context with message data
648 * @data: the message data
675 * @data: the message data
690 * @data: the message data
704 * struct sha512_ctx - Context for hashing a message with SHA-512
712 * sha512_init() - Initialize a SHA-512 context for a new message
722 * sha512_update() - Update a SHA-512 context with message data
724 * @data: the message data
738 * sha512_final() - Finish computing a SHA-512 message digest
740 * @out: (output) the resulting SHA-512 message digest
749 * sha512() - Compute SHA-512 message digest in one shot
750 * @data: the message data
752 * @out: (output) the resulting SHA-512 message digest
767 * struct hmac_sha512_ctx - Context for computing HMAC-SHA512 of a message
789 * hmac_sha512_init() - Initialize an HMAC-SHA512 context for a new message
805 * message, using a raw key
819 * hmac_sha512_update() - Update an HMAC-SHA512 context with message data
821 * @data: the message data
848 * @data: the message data
863 * @data: the message data