Searched refs:sha224 (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/crypto/intel/keembay/ |
| H A D | Kconfig | 81 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 D | sha224_kunit.c | 8 #define HASH sha224
|
| /linux/lib/crypto/ |
| H A D | sha256.c | 252 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 D | rsassa-pkcs1.c | 105 _(sha224),
|
| H A D | sha256.c | 100 sha224(data, len, out); in crypto_sha224_digest()
|
| /linux/include/crypto/ |
| H A D | sha2.h | 203 void sha224(const u8 *data, size_t len, u8 out[at_least SHA224_DIGEST_SIZE]);
|
| /linux/drivers/crypto/chelsio/ |
| H A D | chcr_algo.c | 286 struct hmac_sha224_key sha224; in chcr_prepare_hmac_key() member 301 hmac_sha224_preparekey(&k.sha224, raw_key, raw_key_len); in chcr_prepare_hmac_key() 302 for (int i = 0; i < ARRAY_SIZE(k.sha224.key.istate.h); i++) { in chcr_prepare_hmac_key() 303 istate32[i] = cpu_to_be32(k.sha224.key.istate.h[i]); in chcr_prepare_hmac_key() 304 ostate32[i] = cpu_to_be32(k.sha224.key.ostate.h[i]); in chcr_prepare_hmac_key()
|