HomeSort by relevance Sort by last modified time
    Searched refs:TPM_ALG_RSAPSS (Results 1 - 12 of 12) sorted by null

  /external/tpm2/
AlgorithmCap.c 65 #ifdef TPM_ALG_RSAPSS
66 {TPM_ALG_RSAPSS, {1, 0, 0, 0, 0, 1, 0, 0, 0}},
tpm_types.h     [all...]
CpriRSA.c     [all...]
tpm_generated.c 684 #ifdef TPM_ALG_RSAPSS
685 if (*target == TPM_ALG_RSAPSS) {
    [all...]
Implementation.h 372 #define TPM_ALG_RSAPSS (TPM_ALG_ID)(0x0016)
    [all...]
CryptUtil.c     [all...]
  /system/tpm/trunks/
tpm_utility_test.cc 764 utility_.Sign(key_handle, TPM_ALG_RSAPSS, TPM_ALG_NULL, digest,
774 utility_.Sign(key_handle, TPM_ALG_RSAPSS, TPM_ALG_NULL, digest,
790 utility_.Sign(key_handle, TPM_ALG_RSAPSS, TPM_ALG_NULL, digest,
806 utility_.Sign(key_handle, TPM_ALG_RSAPSS, TPM_ALG_NULL, digest,
822 utility_.Sign(key_handle, TPM_ALG_RSAPSS, TPM_ALG_NULL, digest,
    [all...]
tpm_utility_impl.cc 544 if (scheme == TPM_ALG_RSAPSS) {
545 in_scheme.scheme = TPM_ALG_RSAPSS;
599 if (scheme == TPM_ALG_RSAPSS) {
638 if (scheme == TPM_ALG_RSAPSS) {
639 signature_in.sig_alg = TPM_ALG_RSAPSS;
    [all...]
tpm_generated.cc     [all...]
tpm_generated.h 508 constexpr TPM_ALG_ID TPM_ALG_RSAPSS = 0x0016;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Capability.c 625 case TPM_ALG_RSAPSS:
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 191 #define TPM_ALG_RSAPSS (TPM_ALG_ID)(0x0016)
    [all...]

Completed in 137 milliseconds