Searched refs:md5_blocks (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/crypto/ |
| H A D | md5.c | 122 static void md5_blocks(struct md5_block_state *state, in md5_blocks() function 154 md5_blocks(&ctx->state, ctx->buf, 1); in md5_update() 161 md5_blocks(&ctx->state, data, nblocks); in md5_update() 179 md5_blocks(&ctx->state, ctx->buf, 1); in __md5_final() 184 md5_blocks(&ctx->state, ctx->buf, 1); in __md5_final() 224 md5_blocks(istate, derived_key.b, 1); in __hmac_md5_preparekey() 230 md5_blocks(ostate, derived_key.b, 1); in __hmac_md5_preparekey() 270 md5_blocks(&ctx->ostate, ctx->hash_ctx.buf, 1); in hmac_md5_final()
|