Searched refs:sha384 (Results 1 – 14 of 14) sorted by relevance
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-virtual-misc-tdx_guest | 46 What: /sys/devices/virtual/misc/tdx_guest/measurements/mrtd:sha384 53 What: /sys/devices/virtual/misc/tdx_guest/measurements/rtmr[0123]:sha384
|
| /linux/lib/crypto/tests/ |
| H A D | sha384_kunit.c | 8 #define HASH sha384
|
| /linux/drivers/nvme/common/ |
| H A D | auth.c | 240 hmac_sha384_init_usingrawkey(&hmac->sha384, key, key_len); in nvme_auth_hmac_init() 259 hmac_sha384_update(&hmac->sha384, data, data_len); in nvme_auth_hmac_update() 278 hmac_sha384_final(&hmac->sha384, out); in nvme_auth_hmac_final() 310 sha384(data, data_len, out); in nvme_auth_hash()
|
| /linux/drivers/crypto/chelsio/ |
| H A D | chcr_algo.h | 332 __be64 *sha384 = (__be64 *)chcr_sha384_init; in copy_hash_init_values() local 350 ldkey[i] = be64_to_cpu(sha384[i]); in copy_hash_init_values()
|
| /linux/include/linux/ |
| H A D | nvme-auth.h | 30 struct hmac_sha384_ctx sha384; member
|
| /linux/lib/crypto/ |
| H A D | sha512.c | 233 void sha384(const u8 *data, size_t len, u8 out[SHA384_DIGEST_SIZE]) in sha384() function 241 EXPORT_SYMBOL_GPL(sha384); 265 sha384(raw_key, raw_key_len, derived_key.b); in __hmac_sha512_preparekey()
|
| /linux/drivers/crypto/intel/keembay/ |
| H A D | Kconfig | 72 Provides OCS HCU hardware acceleration of sha256, sha384, sha512, and
|
| /linux/net/sunrpc/ |
| H A D | Kconfig | 73 aes256-cts-hmac-sha384-192.
|
| /linux/crypto/ |
| H A D | sha512.c | 102 sha384(data, len, out); in crypto_sha384_digest()
|
| /linux/include/crypto/ |
| H A D | sha2.h | 616 void sha384(const u8 *data, size_t len, u8 out[at_least SHA384_DIGEST_SIZE]);
|
| /linux/drivers/char/tpm/ |
| H A D | tpm-sysfs.c | 490 PCR_ATTR_BUILD(TPM_ALG_SHA384, sha384);
|
| /linux/kernel/module/ |
| H A D | Kconfig | 332 default "sha384" if MODULE_SIG_SHA384
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | ipe.rst | 661 + sha384
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 2347 Format: { md5 | sha1 | rmd160 | sha256 | sha384
|