Home
last modified time | relevance | path

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

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