Home
last modified time | relevance | path

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

/external/tpm2/
DAlgorithmCap.c99 #ifdef TPM_ALG_OFB
100 {TPM_ALG_OFB, {0, 1, 0, 0, 0, 0, 1, 0, 0}},
DCryptUtil.c2203 case TPM_ALG_OFB: in CryptSymmetricEncrypt()
2234 case TPM_ALG_OFB: in CryptSymmetricEncrypt()
2322 case TPM_ALG_OFB: in CryptSymmetricDecrypt()
2352 case TPM_ALG_OFB: in CryptSymmetricDecrypt()
DImplementation.h432 #define TPM_ALG_OFB (TPM_ALG_ID)(0x0041) macro
Dtpm_generated.c759 #ifdef TPM_ALG_OFB in TPM_ALG_ID_Unmarshal()
760 if (*target == TPM_ALG_OFB) { in TPM_ALG_ID_Unmarshal()
2032 #ifdef TPM_ALG_OFB in TPMI_ALG_SYM_MODE_Unmarshal()
2033 case TPM_ALG_OFB: in TPMI_ALG_SYM_MODE_Unmarshal()