/external/tpm2/ |
H A D | Sign.c | 39 result = CryptSelectSignScheme(in->keyHandle, &in->inScheme); 54 in->inScheme.details.any.hashAlg, 68 in->inScheme.details.any.hashAlg != TPM_ALG_NULL && 71 != CryptGetHashDigestSize(in->inScheme.details.any.hashAlg)) 78 result = CryptSign(in->keyHandle, &in->inScheme, &in->digest, &out->signature);
|
H A D | Quote.c | 36 &in->inScheme, 54 hashAlg = in->inScheme.details.any.hashAlg; 76 &in->inScheme,
|
H A D | Certify.c | 16 // TPM_RC_SCHEME inScheme is not compatible with signHandle 17 // TPM_RC_VALUE digest generated for inScheme is greater or has larger size than the 36 &in->inScheme, 62 &in->inScheme,
|
H A D | GetCommandAuditDigest.c | 16 // TPM_RC_SCHEME inScheme is incompatible with signHandle type; or both scheme and 38 &in->inScheme, 68 &in->inScheme,
|
H A D | GetTime.c | 16 // TPM_RC_SCHEME inScheme is incompatible with signHandle type; or both scheme and 38 &in->inScheme, 67 &in->inScheme,
|
H A D | Certify_fp.h | 16 TPMT_SIG_SCHEME inScheme; member in struct:__anon22600
|
H A D | GetCommandAuditDigest_fp.h | 16 TPMT_SIG_SCHEME inScheme; member in struct:__anon22655
|
H A D | GetTime_fp.h | 16 TPMT_SIG_SCHEME inScheme; member in struct:__anon22662
|
H A D | Quote_fp.h | 15 TPMT_SIG_SCHEME inScheme; member in struct:__anon22759
|
H A D | RSA_Decrypt_fp.h | 15 TPMT_RSA_DECRYPT inScheme; member in struct:__anon22763
|
H A D | RSA_Encrypt_fp.h | 15 TPMT_RSA_DECRYPT inScheme; member in struct:__anon22765
|
H A D | Sign_fp.h | 15 TPMT_SIG_SCHEME inScheme; member in struct:__anon22780
|
H A D | CertifyCreation.c | 16 // TPM_RC_SCHEME inScheme is not compatible with signHandle 18 // TPM_RC_VALUE digest generated for inScheme is greater or has larger size than the 48 result = FillInAttestInfo(in->signHandle, &in->inScheme, &in->qualifyingData, 71 &in->inScheme,
|
H A D | GetSessionAuditDigest.c | 16 // TPM_RC_SCHEME inScheme is incompatible with signHandle type; or both scheme and 50 &in->inScheme, 79 &in->inScheme,
|
H A D | NV_Certify.c | 23 // TPM_RC_SCHEME inScheme is not an allowed value for the key definition 70 &in->inScheme, 106 &in->inScheme,
|
H A D | CertifyCreation_fp.h | 17 TPMT_SIG_SCHEME inScheme; member in struct:__anon22598
|
H A D | GetSessionAuditDigest_fp.h | 17 TPMT_SIG_SCHEME inScheme; member in struct:__anon22659
|
H A D | NV_Certify_fp.h | 17 TPMT_SIG_SCHEME inScheme; member in struct:__anon22706
|
H A D | ZGen_2Phase_fp.h | 16 TPMI_ECC_KEY_EXCHANGE inScheme; member in struct:__anon22802
|
H A D | ZGen_2Phase.c | 52 if(scheme != in->inScheme) 56 scheme = in->inScheme;
|
H A D | RSA_Decrypt.c | 66 scheme = CryptSelectRSAScheme(in->keyHandle, &in->inScheme);
|
H A D | RSA_Encrypt.c | 58 scheme = CryptSelectRSAScheme(in->keyHandle, &in->inScheme);
|
H A D | Marshal_Certify.c | 51 result = TPMT_SIG_SCHEME_Unmarshal(&target->inScheme, buffer, size);
|
H A D | Marshal_GetCommandAuditDigest.c | 51 result = TPMT_SIG_SCHEME_Unmarshal(&target->inScheme, buffer, size);
|
H A D | Marshal_GetSessionAuditDigest.c | 52 result = TPMT_SIG_SCHEME_Unmarshal(&target->inScheme, buffer, size);
|