Home
last modified time | relevance | path

Searched defs:s390_sha_ctx (Results 1 – 1 of 1) sorted by relevance

/arch/s390/crypto/
Dsha.h22 struct s390_sha_ctx { struct
23 u64 count; /* message length in bytes */
24 u32 state[CPACF_MAX_PARMBLOCK_SIZE / sizeof(u32)];
25 u8 buf[SHA_MAX_BLOCK_SIZE];
26 int func; /* KIMD function to use */