Home
last modified time | relevance | path

Searched refs:crypto_sha256_state (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/
H A Dpadlock-sha.c45 struct crypto_sha256_state *sctx = padlock_shash_desc_ctx(desc); in padlock_sha256_init()
226 .statesize = sizeof(struct crypto_sha256_state),
265 struct crypto_sha256_state *state = padlock_shash_desc_ctx(desc); in padlock_sha256_update_nano()
307 .statesize = sizeof(struct crypto_sha256_state),
/linux/include/crypto/
H A Dsha2.h69 struct crypto_sha256_state { struct
74 static inline void sha224_block_init(struct crypto_sha256_state *sctx) in sha224_block_init() argument
87 static inline void sha256_block_init(struct crypto_sha256_state *sctx) in sha256_block_init()
102 struct crypto_sha256_state ctx;
/linux/arch/s390/crypto/
H A Dhmac_s390.c368 S390_HMAC_SHA2_ALG(224, sizeof(struct crypto_sha256_state)),
369 S390_HMAC_SHA2_ALG(256, sizeof(struct crypto_sha256_state)),