Searched refs:crypto_sha256_state (Results 1 – 3 of 3) sorted by relevance
45 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),
69 struct crypto_sha256_state { struct74 static inline void sha224_block_init(struct crypto_sha256_state *sctx) in sha224_block_init() argument87 static inline void sha256_block_init(struct crypto_sha256_state *sctx) in sha256_block_init()102 struct crypto_sha256_state ctx;
368 S390_HMAC_SHA2_ALG(224, sizeof(struct crypto_sha256_state)),369 S390_HMAC_SHA2_ALG(256, sizeof(struct crypto_sha256_state)),