Lines Matching full:context
37 * struct md5_ctx - Context for hashing a message with MD5
49 * md5_init() - Initialize an MD5 context for a new message
50 * @ctx: the context to initialize
54 * Context: Any context.
59 * md5_update() - Update an MD5 context with message data
60 * @ctx: the context to update; must have been initialized
66 * Context: Any context.
72 * @ctx: the context to finalize; must have been initialized
77 * Context: Any context.
87 * Context: Any context.
102 * struct hmac_md5_ctx - Context for computing HMAC-MD5 of a message
120 * Context: Any context.
126 * hmac_md5_init() - Initialize an HMAC-MD5 context for a new message
127 * @ctx: (output) the HMAC context to initialize
132 * Context: Any context.
137 * hmac_md5_init_usingrawkey() - Initialize an HMAC-MD5 context for a new
139 * @ctx: (output) the HMAC context to initialize
146 * Context: Any context.
152 * hmac_md5_update() - Update an HMAC-MD5 context with message data
153 * @ctx: the HMAC context to update; must have been initialized
159 * Context: Any context.
169 * @ctx: the HMAC context to finalize; must have been initialized
174 * Context: Any context.
187 * Context: Any context.
203 * Context: Any context.