Searched refs:CCP_SHA_CTXSIZE (Results 1 – 2 of 2) sorted by relevance
224 #define CCP_SHA_CTXSIZE SHA256_DIGEST_SIZE macro
135 static const __be32 ccp_sha1_init[CCP_SHA_CTXSIZE / sizeof(__be32)] = {141 static const __be32 ccp_sha224_init[CCP_SHA_CTXSIZE / sizeof(__be32)] = {148 static const __be32 ccp_sha256_init[CCP_SHA_CTXSIZE / sizeof(__be32)] = {160 static const u8 ccp_sha1_zero[CCP_SHA_CTXSIZE] = {167 static const u8 ccp_sha224_zero[CCP_SHA_CTXSIZE] = {174 static const u8 ccp_sha256_zero[CCP_SHA_CTXSIZE] = {1372 if (sha->ctx_len != CCP_SHA_CTXSIZE) in ccp_run_sha_cmd()1456 memcpy(ctx.address, init, CCP_SHA_CTXSIZE); in ccp_run_sha_cmd()