Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/keembay/
H A DKconfig81 bool "Enable sha224 and hmac(sha224) support in Intel Keem Bay OCS HCU"
84 Enables support for sha224 and hmac(sha224) algorithms in the Intel
88 Provides OCS HCU hardware acceleration of sha224 and hmac(224).
/linux/lib/crypto/tests/
H A Dsha224_kunit.c8 #define HASH sha224
/linux/lib/crypto/
H A Dsha256.c252 void sha224(const u8 *data, size_t len, u8 out[SHA224_DIGEST_SIZE]) in sha224() function
260 EXPORT_SYMBOL(sha224);
340 sha224(raw_key, raw_key_len, derived_key.b); in __hmac_sha256_preparekey()
/linux/crypto/
H A Dsha256.c100 sha224(data, len, out); in crypto_sha224_digest()
/linux/include/crypto/
H A Dsha2.h203 void sha224(const u8 *data, size_t len, u8 out[at_least SHA224_DIGEST_SIZE]);