Home
last modified time | relevance | path

Searched refs:TPM_ALG_CFB (Results 1 – 8 of 8) sorted by relevance

/external/tpm2/
DAlgorithmCap.c105 #ifdef TPM_ALG_CFB
106 {TPM_ALG_CFB, {0, 1, 0, 0, 0, 0, 1, 0, 0}},
DStartAuthSession.c93 && in->symmetric.mode.sym != TPM_ALG_CFB) in TPM2_StartAuthSession()
DContextLoad.c79 TPM_ALG_CFB, symKey.t.buffer, &iv, in TPM2_ContextLoad()
DObject_spt.c754 TPM_ALG_CFB, symKey.t.buffer, iv, dataSize, in ProduceOuterWrap()
845 TPM_ALG_CFB, symKey.t.buffer, iv, in UnwrapOuter()
1114 symDef->keyBits.sym, TPM_ALG_CFB, in SensitiveToDuplicate()
1203 symDef->keyBits.sym, TPM_ALG_CFB, in DuplicateToSensitive()
DContextSave.c177 TPM_ALG_CFB, symKey.t.buffer, &iv, in TPM2_ContextSave()
DCryptUtil.c1813 CryptSymmetricDecrypt(data, symAlg, keySizeInBits, TPM_ALG_CFB, in ParmDecryptSym()
1851 CryptSymmetricEncrypt(data, symAlg, keySizeInBits, TPM_ALG_CFB, in ParmEncryptSym()
2211 case TPM_ALG_CFB: in CryptSymmetricEncrypt()
2242 case TPM_ALG_CFB: in CryptSymmetricEncrypt()
2330 case TPM_ALG_CFB: in CryptSymmetricDecrypt()
2360 case TPM_ALG_CFB: in CryptSymmetricDecrypt()
2641 symDef->keyBits.sym, TPM_ALG_CFB, in CryptSecretDecrypt()
DImplementation.h440 #define TPM_ALG_CFB (TPM_ALG_ID)(0x0043) macro
Dtpm_generated.c769 #ifdef TPM_ALG_CFB in TPM_ALG_ID_Unmarshal()
770 if (*target == TPM_ALG_CFB) { in TPM_ALG_ID_Unmarshal()
2038 #ifdef TPM_ALG_CFB in TPMI_ALG_SYM_MODE_Unmarshal()
2039 case TPM_ALG_CFB: in TPMI_ALG_SYM_MODE_Unmarshal()