| /linux/crypto/ |
| H A D | sha256.c | 3 * Crypto API support for SHA-224, SHA-256, HMAC-SHA224, and HMAC-SHA256 8 * SHA224 Support Copyright 2007 Intel Corporation <jonathan.lynch@intel.com> 100 sha224(data, len, out); in crypto_sha224_digest() 182 /* HMAC-SHA224 */ 320 .base.cra_name = "sha224", 321 .base.cra_driver_name = "sha224-lib", 356 .base.cra_name = "hmac(sha224)", 357 .base.cra_driver_name = "hmac-sha224-lib", 410 MODULE_DESCRIPTION("Crypto API support for SHA-224, SHA-256, HMAC-SHA224, and HMAC-SHA256"); 412 MODULE_ALIAS_CRYPTO("sha224"); [all …]
|
| H A D | testmgr.c | 4159 .alg = "authenc(hmac(sha224),cbc(aes))", 4160 .generic_driver = "authenc(hmac-sha224-lib,cbc(aes-lib))", 4167 .alg = "authenc(hmac(sha224),cbc(des))", 4168 .generic_driver = "authenc(hmac-sha224-lib,cbc(des-generic))", 4174 .alg = "authenc(hmac(sha224),cbc(des3_ede))", 4175 .generic_driver = "authenc(hmac-sha224-lib,cbc(des3_ede-generic))", 4181 .alg = "authenc(hmac(sha224),rfc3686(ctr(aes)))", 4182 .generic_driver = "authenc(hmac-sha224-lib,rfc3686(ctr(aes-lib)))", 5060 .alg = "hmac(sha224)", 5061 .generic_driver = "hmac-sha224-lib", [all …]
|
| /linux/lib/crypto/tests/ |
| H A D | sha224_kunit.c | 6 #include "sha224-testvecs.h" 8 #define HASH sha224 31 .name = "sha224", 38 MODULE_DESCRIPTION("KUnit tests and benchmark for SHA-224 and HMAC-SHA224");
|
| H A D | sha224-testvecs.h | 2 /* This file was generated by: ./scripts/crypto/gen-hash-testvecs.py sha224 */
|
| /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/include/crypto/ |
| H A D | sha2.h | 135 * HMAC key and message context structs, shared by HMAC-SHA224 and HMAC-SHA256. 162 * 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[at_least SHA224_DIGEST_SIZE]); 206 * struct hmac_sha224_key - Prepared key for HMAC-SHA224 214 * struct hmac_sha224_ctx - Context for computing HMAC-SHA224 of a message 222 * hmac_sha224_preparekey() - Prepare a key for HMAC-SHA224 224 * @raw_key: the raw HMAC-SHA224 key 236 * hmac_sha224_init() - Initialize an HMAC-SHA224 context for a new message 251 * hmac_sha224_init_usingrawkey() - Initialize an HMAC-SHA224 context for a new [all …]
|
| /linux/Documentation/devicetree/bindings/crypto/ |
| H A D | nvidia,tegra234-se-hash.yaml | 11 SHA1, SHA224, SHA256, SHA384, SHA512, SHA3-224, SHA3-256, SHA3-384, SHA3-512 12 HMAC(SHA224), HMAC(SHA256), HMAC(SHA384), HMAC(SHA512)
|
| /linux/drivers/crypto/caam/ |
| H A D | key_gen.h | 12 * SHA224, SHA384, SHA512. 30 * SHA224, SHA384, SHA512.
|
| H A D | caamalg.c | 2294 .cra_name = "authenc(hmac(sha224)," 2296 .cra_driver_name = "authenc-hmac-sha224-" 2490 .cra_name = "authenc(hmac(sha224),cbc(aes))", 2491 .cra_driver_name = "authenc-hmac-sha224-" 2514 .cra_name = "echainiv(authenc(hmac(sha224)," 2517 "hmac-sha224-cbc-aes-caam", 2792 .cra_name = "authenc(hmac(sha224)," 2794 .cra_driver_name = "authenc-hmac-sha224-" 2817 .cra_name = "echainiv(authenc(hmac(sha224)," 2820 "hmac-sha224-" [all …]
|
| H A D | caamalg_qi.c | 1741 .cra_name = "authenc(hmac(sha224),cbc(aes))", 1742 .cra_driver_name = "authenc-hmac-sha224-" 1762 .cra_name = "echainiv(authenc(hmac(sha224)," 1765 "hmac-sha224-cbc-aes-caam-qi", 2010 .cra_name = "authenc(hmac(sha224)," 2012 .cra_driver_name = "authenc-hmac-sha224-" 2032 .cra_name = "echainiv(authenc(hmac(sha224)," 2035 "hmac-sha224-" 2282 .cra_name = "authenc(hmac(sha224),cbc(des))", 2283 .cra_driver_name = "authenc-hmac-sha224-" [all …]
|
| H A D | caamalg_qi2.c | 1952 .cra_name = "authenc(hmac(sha224),cbc(aes))", 1953 .cra_driver_name = "authenc-hmac-sha224-" 1973 .cra_name = "echainiv(authenc(hmac(sha224)," 1976 "hmac-sha224-cbc-aes-caam-qi2", 2221 .cra_name = "authenc(hmac(sha224)," 2223 .cra_driver_name = "authenc-hmac-sha224-" 2243 .cra_name = "echainiv(authenc(hmac(sha224)," 2246 "hmac-sha224-" 2493 .cra_name = "authenc(hmac(sha224),cbc(des))", 2494 .cra_driver_name = "authenc-hmac-sha224-" [all …]
|
| H A D | caamhash_desc.c | 18 * Valid algorithm values - one of OP_ALG_ALGSEL_{MD5, SHA1, SHA224,
|
| H A D | caamalg_desc.c | 52 * OP_ALG_ALGSEL_{MD5, SHA1, SHA224, SHA256, SHA384, SHA512} ANDed 131 * OP_ALG_ALGSEL_{MD5, SHA1, SHA224, SHA256, SHA384, SHA512} ANDed 279 * OP_ALG_ALGSEL_{MD5, SHA1, SHA224, SHA256, SHA384, SHA512} ANDed 373 * OP_ALG_ALGSEL_{MD5, SHA1, SHA224, SHA256, SHA384, SHA512} ANDed 491 * OP_ALG_ALGSEL_{MD5, SHA1, SHA224, SHA256, SHA384, SHA512} ANDed
|
| H A D | caamhash.c | 1610 .name = "sha224", 1611 .driver_name = "sha224-caam", 1612 .hmac_name = "hmac(sha224)", 1613 .hmac_driver_name = "hmac-sha224-caam",
|
| /linux/lib/crypto/ |
| H A D | sha256.c | 3 * SHA-224, SHA-256, HMAC-SHA224, and HMAC-SHA256 library functions 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() 492 * test requirement for SHA-224, SHA-256, and HMAC-SHA224 too. in sha256_mod_init() 514 MODULE_DESCRIPTION("SHA-224, SHA-256, HMAC-SHA224, and HMAC-SHA256 library functions");
|
| H A D | hash_info.c | 19 [HASH_ALGO_SHA224] = "sha224",
|
| /linux/drivers/crypto/ccree/ |
| H A D | cc_hash.h | 87 * @mode: The Hash mode. Supported modes: MD5/SHA1/SHA224/SHA256/SHA384/SHA512 99 * @mode: The Hash mode. Supported modes: MD5/SHA1/SHA224/SHA256/SHA384/SHA512
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | kernel-test.c | 50 "sha224-arm64", 51 "sha224-arm64-neon", 52 "sha224-ce",
|
| /linux/lib/crypto/sparc/ |
| H A D | sha256.h | 8 * SHA224 Support Copyright 2007 Intel Corporation <jonathan.lynch@intel.com>
|
| /linux/lib/crypto/mips/ |
| H A D | sha256.h | 12 * SHA224 Support Copyright 2007 Intel Corporation <jonathan.lynch@intel.com>
|
| /linux/drivers/crypto/tegra/ |
| H A D | tegra-se-hash.c | 789 .cra_name = "sha224", 790 .cra_driver_name = "tegra-se-sha224", 977 .alg_base = "sha224", 991 .cra_name = "hmac(sha224)", 992 .cra_driver_name = "tegra-se-hmac-sha224",
|
| /linux/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-hash.c | 8 * This file add support for MD5 and SHA1/SHA224/SHA256. 373 * since SS support only MD5,sha1,sha224 and sha256, blocksize in sun8i_ss_hash_need_fallback() 453 /* sha1 sha224 sha256 */ in hash_pad()
|
| /linux/drivers/crypto/bcm/ |
| H A D | cipher.c | 911 rc = do_shash("sha224", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash() 2335 rc = do_shash("sha224", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey() 3267 .cra_name = "authenc(hmac(sha224),cbc(des))", 3268 .cra_driver_name = "authenc-hmac-sha224-cbc-des-iproc", 3417 .cra_name = "authenc(hmac(sha224),cbc(des3_ede))", 3418 .cra_driver_name = "authenc-hmac-sha224-cbc-des3-iproc", 3749 .cra_name = "sha224", 3750 .cra_driver_name = "sha224-iproc", 3767 .cra_name = "hmac(sha224)", 3768 .cra_driver_name = "hmac-sha224-iproc",
|
| /linux/crypto/asymmetric_keys/ |
| H A D | x509_cert_parser.c | 206 ctx->cert->sig->hash_algo = "sha224"; in x509_note_sig_algo() 226 ctx->cert->sig->hash_algo = "sha224"; in x509_note_sig_algo()
|
| /linux/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 1334 .cra_name = "sha224", 1335 .cra_driver_name = "safexcel-sha224", 1353 return safexcel_hmac_alg_setkey(tfm, key, keylen, "safexcel-sha224", in safexcel_hmac_sha224_setkey() 1406 .cra_name = "hmac(sha224)", 1407 .cra_driver_name = "safexcel-hmac-sha224",
|