Searched refs:CCP_SHA_CTXSIZE (Results 1 – 2 of 2) sorted by relevance
224 #define CCP_SHA_CTXSIZE SHA256_DIGEST_SIZE macro
136 static const __be32 ccp_sha1_init[CCP_SHA_CTXSIZE / sizeof(__be32)] = {142 static const __be32 ccp_sha224_init[CCP_SHA_CTXSIZE / sizeof(__be32)] = {149 static const __be32 ccp_sha256_init[CCP_SHA_CTXSIZE / sizeof(__be32)] = {161 static const u8 ccp_sha1_zero[CCP_SHA_CTXSIZE] = {168 static const u8 ccp_sha224_zero[CCP_SHA_CTXSIZE] = {175 static const u8 ccp_sha256_zero[CCP_SHA_CTXSIZE] = {1368 if (sha->ctx_len != CCP_SHA_CTXSIZE) in ccp_run_sha_cmd()1452 memcpy(ctx.address, init, CCP_SHA_CTXSIZE); in ccp_run_sha_cmd()