HomeSort by relevance Sort by last modified time
    Searched refs:TPM_ALG_CFB (Results 1 - 13 of 13) sorted by null

  /external/tpm2/
AlgorithmCap.c 105 #ifdef TPM_ALG_CFB
106 {TPM_ALG_CFB, {0, 1, 0, 0, 0, 0, 1, 0, 0}},
StartAuthSession.c 19 // TPM_ALG_CFB.
93 && in->symmetric.mode.sym != TPM_ALG_CFB)
ContextLoad.c 79 TPM_ALG_CFB, symKey.t.buffer, &iv,
ContextSave.c 177 TPM_ALG_CFB, symKey.t.buffer, &iv,
Object_spt.c     [all...]
CryptUtil.c     [all...]
Implementation.h 440 #define TPM_ALG_CFB (TPM_ALG_ID)(0x0043)
    [all...]
tpm_generated.c 769 #ifdef TPM_ALG_CFB
770 if (*target == TPM_ALG_CFB) {
    [all...]
  /system/tpm/trunks/
session_manager_impl.cc 107 symmetric_algorithm.mode.aes = TPM_ALG_CFB;
tpm_generated_test.cc 158 "\x00\x43" // public.sym.mode = TPM_ALG_CFB
231 in_public.public_area.parameters.sym_detail.sym.mode.aes = TPM_ALG_CFB;
tpm_utility_impl.cc 795 symmetric_alg.mode.aes = TPM_ALG_CFB;
    [all...]
tpm_generated.h 524 constexpr TPM_ALG_ID TPM_ALG_CFB = 0x0043;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 207 #define TPM_ALG_CFB (TPM_ALG_ID)(0x0043)
    [all...]

Completed in 87 milliseconds