HomeSort by relevance Sort by last modified time
    Searched refs:block_ipad (Results 1 - 2 of 2) sorted by null

  /external/mmc-utils/3rdparty/hmac_sha/
hmac_sha2.h 55 unsigned char block_ipad[SHA224_BLOCK_SIZE]; member in struct:__anon19874
67 unsigned char block_ipad[SHA256_BLOCK_SIZE]; member in struct:__anon19875
79 unsigned char block_ipad[SHA384_BLOCK_SIZE]; member in struct:__anon19876
91 unsigned char block_ipad[SHA512_BLOCK_SIZE]; member in struct:__anon19877
hmac_sha2.c 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)
    [all...]

Completed in 48 milliseconds