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.c6 #include "sha224-testvecs.h"
8 #define HASH sha224
31 .name = "sha224",
/linux/crypto/
H A Dsha256.c87 sha224(data, len, out); in crypto_sha224_digest()
257 .base.cra_name = "sha224",
258 .base.cra_driver_name = "sha224-lib",
289 .base.cra_name = "hmac(sha224)",
290 .base.cra_driver_name = "hmac-sha224-lib",
341 MODULE_ALIAS_CRYPTO("sha224");
342 MODULE_ALIAS_CRYPTO("sha224-lib");
345 MODULE_ALIAS_CRYPTO("hmac(sha224)");
346 MODULE_ALIAS_CRYPTO("hmac-sha224-lib");
H A Drsassa-pkcs1.c105 _(sha224),
/linux/include/crypto/
H A Dsha2.h162 * If you don't need incremental computation, consider sha224() instead.
196 * sha224() - Compute SHA-224 message digest in one shot
203 void sha224(const u8 *data, size_t len, u8 out[SHA224_DIGEST_SIZE]);