Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DAlgorithmTests.c402 else if(scheme == TPM_ALG_RSAES) in TestRsaEncryptDecrypt()
541 && !TEST_BIT(TPM_ALG_RSAES, *toTest) in TestRsa()
551 case TPM_ALG_RSAES: in TestRsa()
893 case TPM_ALG_RSAES: in TestAlgorithm()
DCryptRsa.c1110 case TPM_ALG_RSAES: in CryptRsaEncrypt()
1175 case TPM_ALG_RSAES: in CryptRsaDecrypt()
DCryptUtil.c1274 case TPM_ALG_RSAES: in CryptIsAsymDecryptScheme()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DAlgorithmCap.c98 {TPM_ALG_RSAES, TPMA_ALGORITHM_INITIALIZER(1, 0, 0, 0, 0, 0, 1, 0, 0)},
DMarshal.c3937 case TPM_ALG_RSAES: in TPMI_ALG_ASYM_SCHEME_Unmarshal()
4000 case TPM_ALG_RSAES: in TPMU_ASYM_SCHEME_Unmarshal()
4049 case TPM_ALG_RSAES: in TPMU_ASYM_SCHEME_Marshal()
4075 case TPM_ALG_RSAES: in TPMI_ALG_RSA_SCHEME_Unmarshal()
4140 case TPM_ALG_RSAES: in TPMI_ALG_RSA_DECRYPT_Unmarshal()
DTableMarshalData.c884 (UINT32)TPM_ALG_RSAES, (UINT32)TPM_ALG_OAEP,
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/reference/include/
DImplementation.h311 #define TPM_ALG_RSAES (TPM_ALG_ID)(ALG_RSAES_VALUE) macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h81 #define TPM_ALG_RSAES (TPM_ALG_ID)(ALG_RSAES_VALUE) macro