/external/mmc-utils/3rdparty/hmac_sha/ |
hmac_sha2.h | 56 unsigned char block_opad[SHA224_BLOCK_SIZE]; member in struct:__anon19874 68 unsigned char block_opad[SHA256_BLOCK_SIZE]; member in struct:__anon19875 80 unsigned char block_opad[SHA384_BLOCK_SIZE]; member in struct:__anon19876 92 unsigned char block_opad[SHA512_BLOCK_SIZE]; member in struct:__anon19877
|
hmac_sha2.c | 69 memset(ctx->block_opad + num, 0x5c, fill); 74 ctx->block_opad[i] = key_used[i] ^ 0x5c; 81 sha224_update(&ctx->ctx_outside, ctx->block_opad, 155 memset(ctx->block_opad + num, 0x5c, fill); 160 ctx->block_opad[i] = key_used[i] ^ 0x5c; 167 sha256_update(&ctx->ctx_outside, ctx->block_opad, 241 memset(ctx->block_opad + num, 0x5c, fill); 246 ctx->block_opad[i] = key_used[i] ^ 0x5c; 253 sha384_update(&ctx->ctx_outside, ctx->block_opad, 327 memset(ctx->block_opad + num, 0x5c, fill) [all...] |