Home
last modified time | relevance | path

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

/external/tpm2/
DAlgorithmCap.c86 #ifdef TPM_ALG_KDF2
87 {TPM_ALG_KDF2, {0, 0, 1, 0, 0, 0, 0, 1, 0}},
DImplementation.h408 #define TPM_ALG_KDF2 (TPM_ALG_ID)(0x0021) macro
Dtpm_generated.c729 #ifdef TPM_ALG_KDF2 in TPM_ALG_ID_Unmarshal()
730 if (*target == TPM_ALG_KDF2) { in TPM_ALG_ID_Unmarshal()
2775 #ifdef TPM_ALG_KDF2 in TPMI_ALG_KDF_Unmarshal()
2776 case TPM_ALG_KDF2: in TPMI_ALG_KDF_Unmarshal()
2853 #ifdef TPM_ALG_KDF2 in TPMU_KDF_SCHEME_Marshal()
2854 case TPM_ALG_KDF2: in TPMU_KDF_SCHEME_Marshal()
2886 #ifdef TPM_ALG_KDF2 in TPMU_KDF_SCHEME_Unmarshal()
2887 case TPM_ALG_KDF2: in TPMU_KDF_SCHEME_Unmarshal()
Dtpm_types.h1168 #ifdef TPM_ALG_KDF2