Lines Matching full:context
35 * struct sha1_ctx - Context for hashing a message with SHA-1
47 * sha1_init() - Initialize a SHA-1 context for a new message
48 * @ctx: the context to initialize
52 * Context: Any context.
57 * sha1_update() - Update a SHA-1 context with message data
58 * @ctx: the context to update; must have been initialized
64 * Context: Any context.
70 * @ctx: the context to finalize; must have been initialized
75 * Context: Any context.
85 * Context: Any context.
100 * struct hmac_sha1_ctx - Context for computing HMAC-SHA1 of a message
118 * Context: Any context.
124 * hmac_sha1_init() - Initialize an HMAC-SHA1 context for a new message
125 * @ctx: (output) the HMAC context to initialize
130 * Context: Any context.
135 * hmac_sha1_init_usingrawkey() - Initialize an HMAC-SHA1 context for a new
137 * @ctx: (output) the HMAC context to initialize
144 * Context: Any context.
150 * hmac_sha1_update() - Update an HMAC-SHA1 context with message data
151 * @ctx: the HMAC context to update; must have been initialized
157 * Context: Any context.
167 * @ctx: the HMAC context to finalize; must have been initialized
172 * Context: Any context.
186 * Context: Any context.
203 * Context: Any context.