Home
last modified time | relevance | path

Searched refs:TPM_ALG_RSAPSS (Results 1 – 6 of 6) sorted by relevance

/external/tpm2/
DAlgorithmCap.c65 #ifdef TPM_ALG_RSAPSS
66 {TPM_ALG_RSAPSS, {1, 0, 0, 0, 0, 1, 0, 0, 0}},
Dtpm_types.h1116 #ifdef TPM_ALG_RSAPSS
1195 #ifdef TPM_ALG_RSAPSS
1338 #ifdef TPM_ALG_RSAPSS
Dtpm_generated.c684 #ifdef TPM_ALG_RSAPSS in TPM_ALG_ID_Unmarshal()
685 if (*target == TPM_ALG_RSAPSS) { in TPM_ALG_ID_Unmarshal()
2216 #ifdef TPM_ALG_RSAPSS in TPMI_ALG_RSA_SCHEME_Unmarshal()
2217 case TPM_ALG_RSAPSS: in TPMI_ALG_RSA_SCHEME_Unmarshal()
2427 #ifdef TPM_ALG_RSAPSS in TPMU_ASYM_SCHEME_Marshal()
2428 case TPM_ALG_RSAPSS: in TPMU_ASYM_SCHEME_Marshal()
2490 #ifdef TPM_ALG_RSAPSS in TPMU_ASYM_SCHEME_Unmarshal()
2491 case TPM_ALG_RSAPSS: in TPMU_ASYM_SCHEME_Unmarshal()
2671 #ifdef TPM_ALG_RSAPSS in TPMI_ALG_ASYM_SCHEME_Unmarshal()
2672 case TPM_ALG_RSAPSS: in TPMI_ALG_ASYM_SCHEME_Unmarshal()
[all …]
DCpriRSA.c1076 case TPM_ALG_RSAPSS: in _cpri__SignRSA()
1137 case TPM_ALG_RSAPSS: in _cpri__ValidateSignatureRSA()
DImplementation.h372 #define TPM_ALG_RSAPSS (TPM_ALG_ID)(0x0016) macro
DCryptUtil.c3161 case TPM_ALG_RSAPSS: in CryptGetSignHashAlg()
3211 case TPM_ALG_RSAPSS: in CryptIsSignScheme()