Searched refs:TPM_ALG_RSAPSS (Results 1 – 13 of 13) sorted by relevance
/external/tpm2/ |
D | AlgorithmCap.c | 65 #ifdef TPM_ALG_RSAPSS 66 {TPM_ALG_RSAPSS, {1, 0, 0, 0, 0, 1, 0, 0, 0}},
|
D | tpm_generated.c | 684 #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() 2423 #ifdef TPM_ALG_RSAPSS in TPMU_ASYM_SCHEME_Marshal() 2424 case TPM_ALG_RSAPSS: in TPMU_ASYM_SCHEME_Marshal() 2486 #ifdef TPM_ALG_RSAPSS in TPMU_ASYM_SCHEME_Unmarshal() 2487 case TPM_ALG_RSAPSS: in TPMU_ASYM_SCHEME_Unmarshal() 2667 #ifdef TPM_ALG_RSAPSS in TPMI_ALG_ASYM_SCHEME_Unmarshal() 2668 case TPM_ALG_RSAPSS: in TPMI_ALG_ASYM_SCHEME_Unmarshal() [all …]
|
D | tpm_types.h | 1116 #ifdef TPM_ALG_RSAPSS 1192 #ifdef TPM_ALG_RSAPSS 1335 #ifdef TPM_ALG_RSAPSS
|
D | CpriRSA.c | 1063 case TPM_ALG_RSAPSS: in _cpri__SignRSA() 1124 case TPM_ALG_RSAPSS: in _cpri__ValidateSignatureRSA()
|
D | Implementation.h | 359 #define TPM_ALG_RSAPSS (TPM_ALG_ID)(0x0016) macro
|
D | CryptUtil.c | 3149 case TPM_ALG_RSAPSS: in CryptGetSignHashAlg() 3199 case TPM_ALG_RSAPSS: in CryptIsSignScheme()
|
D | part4.txt | 15545 61 #ifdef TPM_ALG_RSAPSS 15546 62 {TPM_ALG_RSAPSS, {1, 0, 0, 0, 0, 1, 0, 0, 0}}, 23051 2641 case TPM_ALG_RSAPSS: 23113 2685 case TPM_ALG_RSAPSS: 24554 313 #define TPM_ALG_RSAPSS (TPM_ALG_ID)(0x0016) 30092 939 case TPM_ALG_RSAPSS: 30160 988 case TPM_ALG_RSAPSS:
|
D | part3.txt | 7245 scheme is compatible with the family of the key (for example, TPM_ALG_RSAPSS cannot be selected for
|
/external/tpm2/generator/ |
D | structures.txt | 88 _NAME TPM_ALG_RSAPSS 819 _NAME TPM_ALG_RSAPSS 866 _NAME TPM_ALG_RSAPSS 878 _NAME TPM_ALG_RSAPSS
|
D | raw_structures.txt | 2909 TPM_ALG_RSAPSS 10126 TPM_ALG_RSAPSS 13035 For the TPM_ALG_RSAPSS signing scheme, the same hash algorithm is used for digesting TPMgenerated d… 13121 TPM_ALG_RSAPSS 13435 TPM_ALG_RSAPSS 13478 TPM_ALG_RSAPSS 13588 TPM_ALG_RSAPSS 14159 TPM_ALG_RSAPSS 14630 for a signing key, shall be either TPM_ALG_RSAPSS
|
D | raw_structures_fixed.txt | 2900 TPM_ALG_RSAPSS 10139 TPM_ALG_RSAPSS 13034 For the TPM_ALG_RSAPSS signing scheme, the same hash algorithm is used for digesting TPMgenerated d… 13125 TPM_ALG_RSAPSS 13441 TPM_ALG_RSAPSS 13484 TPM_ALG_RSAPSS 13590 TPM_ALG_RSAPSS 14161 TPM_ALG_RSAPSS
|
D | raw_commands.txt | 12752 scheme is compatible with the family of the key (for example, TPM_ALG_RSAPSS cannot be selected for
|
D | raw_commands_fixed.txt | 12763 scheme is compatible with the family of the key (for example, TPM_ALG_RSAPSS cannot be selected for
|