Home
last modified time | relevance | path

Searched refs:sha224_init (Results 1 – 5 of 5) sorted by relevance

/linux/lib/crypto/tests/
H A Dsha224_kunit.c11 #define HASH_INIT sha224_init
/linux/lib/crypto/
H A Dsha256.c173 void sha224_init(struct sha224_ctx *ctx) in sha224_init() function
177 EXPORT_SYMBOL_GPL(sha224_init);
256 sha224_init(&ctx); in sha224()
/linux/drivers/crypto/inside-secure/eip93/
H A Deip93-hash.c104 static const u32 sha224_init[] = { in eip93_hash_init_sa_state_digest() local
121 memcpy(digest, sha224_init, sizeof(sha224_init)); in eip93_hash_init_sa_state_digest()
/linux/crypto/
H A Dsha256.c80 sha224_init(SHA224_CTX(desc)); in crypto_sha224_init()
/linux/include/crypto/
H A Dsha2.h166 void sha224_init(struct sha224_ctx *ctx);