Home
last modified time | relevance | path

Searched refs:crypto_sha256_state (Results 1 – 2 of 2) 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;