Home
last modified time | relevance | path

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

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