Searched refs:alg (Results 1 – 4 of 4) sorted by relevance
279 u16 alg; in sandbox_tpm2_xfer() local461 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()
379 /home/user/linux/crypto/ctr.c:188:9-16: ERR_CAST can be used with alg381 /home/user/linux/crypto/xts.c:227:9-16: ERR_CAST can be used with alg415 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 …]
150 u32 alg = digest_list->digests[i].hash_alg; in tcg2_pcr_extend() local152 rc = tpm2_pcr_extend(dev, pcr_index, alg, in tcg2_pcr_extend()154 alg_to_len(alg)); in tcg2_pcr_extend()
1243 u64 alg : 2; member1394 u64 alg : 4; member3387 u64 alg : 3; member
Completed in 44 milliseconds