Home
last modified time | relevance | path

Searched refs:alg (Results 1 – 4 of 4) sorted by relevance

/u-boot/drivers/tpm/
A Dtpm2_tis_sandbox.c279 u16 alg; in sandbox_tpm2_xfer() local
461 alg = get_unaligned_be16(sent); in sandbox_tpm2_xfer()
462 sent += sizeof(alg); in sandbox_tpm2_xfer()
463 if (alg != TPM2_ALG_SHA256) { in sandbox_tpm2_xfer()
546 alg = get_unaligned_be16(sent); in sandbox_tpm2_xfer()
547 sent += sizeof(alg); in sandbox_tpm2_xfer()
548 if (alg != TPM2_ALG_SHA256) { in sandbox_tpm2_xfer()
/u-boot/doc/develop/
A Dcoccinelle.rst379 /home/user/linux/crypto/ctr.c:188:9-16: ERR_CAST can be used with alg
381 /home/user/linux/crypto/xts.c:227:9-16: ERR_CAST can be used with alg
415 alg = crypto_attr_alg(tb[1], CRYPTO_ALG_TYPE_CIPHER,
417 if (IS_ERR(alg))
418 - return ERR_PTR(PTR_ERR(alg));
419 + return ERR_CAST(alg);
460 alg = crypto_attr_alg(tb[1], CRYPTO_ALG_TYPE_CIPHER,
462 if (IS_ERR(alg))
463 - return ERR_PTR(PTR_ERR(alg));
503 …user/linux/crypto/ctr.c::face=ovl-face1::linb=188::colb=9::cole=16][ERR_CAST can be used with alg]]
[all …]
/u-boot/lib/efi_loader/
A Defi_tcg2.c150 u32 alg = digest_list->digests[i].hash_alg; in tcg2_pcr_extend() local
152 rc = tpm2_pcr_extend(dev, pcr_index, alg, in tcg2_pcr_extend()
154 alg_to_len(alg)); in tcg2_pcr_extend()
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
A Dcsrs-nix.h1243 u64 alg : 2; member
1394 u64 alg : 4; member
3387 u64 alg : 3; member

Completed in 44 milliseconds