Lines Matching full:context
45 * struct sha1_ctx - Context for hashing a message with SHA-1
57 * sha1_init() - Initialize a SHA-1 context for a new message
58 * @ctx: the context to initialize
62 * Context: Any context.
67 * sha1_update() - Update a SHA-1 context with message data
68 * @ctx: the context to update; must have been initialized
74 * Context: Any context.
80 * @ctx: the context to finalize; must have been initialized
85 * Context: Any context.
95 * Context: Any context.
110 * struct hmac_sha1_ctx - Context for computing HMAC-SHA1 of a message
128 * Context: Any context.
134 * hmac_sha1_init() - Initialize an HMAC-SHA1 context for a new message
135 * @ctx: (output) the HMAC context to initialize
140 * Context: Any context.
145 * hmac_sha1_init_usingrawkey() - Initialize an HMAC-SHA1 context for a new
147 * @ctx: (output) the HMAC context to initialize
154 * Context: Any context.
160 * hmac_sha1_update() - Update an HMAC-SHA1 context with message data
161 * @ctx: the HMAC context to update; must have been initialized
167 * Context: Any context.
177 * @ctx: the HMAC context to finalize; must have been initialized
182 * Context: Any context.
195 * Context: Any context.
211 * Context: Any context.