Home
last modified time | relevance | path

Searched refs:CCP_SHA_CTXSIZE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dccp.h224 #define CCP_SHA_CTXSIZE SHA256_DIGEST_SIZE macro
/linux-4.1.27/drivers/crypto/ccp/
Dccp-ops.c136 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()