Searched refs:HASH_ALGO_SHA256 (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | hash_info.c | 16 [HASH_ALGO_SHA256] = "sha256", 40 [HASH_ALGO_SHA256] = SHA256_DIGEST_SIZE,
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_v3.c | 33 [HASH_ALGO_SHA256] = CRYPTO_HASH_SHA256_FLAG, 44 [HASH_ALGO_SHA256] = CRYPTO_HMAC_SHA256_FLAG,
|
| H A D | rk_crypto_v2_ahash.c | 34 [HASH_ALGO_SHA256] = CRYPTO_SHA256,
|
| H A D | rk_crypto_core.h | 251 HASH_ALGO_SHA256, enumerator
|
| H A D | rk_crypto_v3_ahash.c | 39 [HASH_ALGO_SHA256] = CRYPTO_SHA256,
|
| H A D | rk_crypto_ahash_utils.c | 18 [HASH_ALGO_SHA256] = "sha256",
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ux500/hash/ |
| H A D | hash_core.c | 234 } else if (HASH_ALGO_SHA256 == in get_empty_message_digest() 253 } else if (HASH_ALGO_SHA256 == ctx->config.algorithm) { in get_empty_message_digest() 681 config->algorithm != HASH_ALGO_SHA256) in hash_setconfiguration() 698 case HASH_ALGO_SHA256: in hash_setconfiguration() 1273 if (algorithm != HASH_ALGO_SHA1 && algorithm != HASH_ALGO_SHA256) { in hash_get_digest() 1379 ctx->config.algorithm = HASH_ALGO_SHA256; in ahash_sha256_init() 1445 ctx->config.algorithm = HASH_ALGO_SHA256; in hmac_sha256_init() 1491 return hash_setkey(tfm, key, keylen, HASH_ALGO_SHA256); in hmac_sha256_setkey() 1546 .conf.algorithm = HASH_ALGO_SHA256, 1593 .conf.algorithm = HASH_ALGO_SHA256,
|
| H A D | hash_alg.h | 274 HASH_ALGO_SHA256 = 0x1 enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | hash_info.h | 22 HASH_ALGO_SHA256, enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | hash_info.h | 22 HASH_ALGO_SHA256, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | hash_info.h | 22 HASH_ALGO_SHA256, enumerator
|
| /OK3568_Linux_fs/kernel/security/keys/trusted-keys/ |
| H A D | trusted_tpm2.c | 17 {HASH_ALGO_SHA256, TPM_ALG_SHA256},
|
| H A D | trusted_tpm1.c | 761 opt->hash = tpm2 ? HASH_ALGO_SHA256 : HASH_ALGO_SHA1; in getoptions()
|
| /OK3568_Linux_fs/kernel/drivers/char/tpm/ |
| H A D | tpm2-cmd.c | 19 {HASH_ALGO_SHA256, TPM_ALG_SHA256},
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A D | ima_crypto.c | 857 if (crypto_id == HASH_ALGO_SHA256) in ima_calc_boot_aggregate()
|