Home | History | Annotate | Download | only in hmac_sha

Lines Matching refs:block_ipad

68         memset(ctx->block_ipad + num, 0x36, fill);
73 ctx->block_ipad[i] = key_used[i] ^ 0x36;
78 sha224_update(&ctx->ctx_inside, ctx->block_ipad, SHA224_BLOCK_SIZE);
154 memset(ctx->block_ipad + num, 0x36, fill);
159 ctx->block_ipad[i] = key_used[i] ^ 0x36;
164 sha256_update(&ctx->ctx_inside, ctx->block_ipad, SHA256_BLOCK_SIZE);
240 memset(ctx->block_ipad + num, 0x36, fill);
245 ctx->block_ipad[i] = key_used[i] ^ 0x36;
250 sha384_update(&ctx->ctx_inside, ctx->block_ipad, SHA384_BLOCK_SIZE);
326 memset(ctx->block_ipad + num, 0x36, fill);
331 ctx->block_ipad[i] = key_used[i] ^ 0x36;
336 sha512_update(&ctx->ctx_inside, ctx->block_ipad, SHA512_BLOCK_SIZE);