Searched refs:CryptSecretDecrypt (Results 1 – 10 of 10) sorted by relevance
/external/tpm2/ |
D | ActivateCredential.c | 56 result = CryptSecretDecrypt(in->keyHandle, NULL, in TPM2_ActivateCredential()
|
D | StartAuthSession.c | 70 result = CryptSecretDecrypt(in->tpmKey, &in->nonceCaller, "SECRET", in TPM2_StartAuthSession()
|
D | Import.c | 122 result = CryptSecretDecrypt(in->parentHandle, NULL, "DUPLICATE", in TPM2_Import()
|
D | Rewrap.c | 59 result = CryptSecretDecrypt(in->oldParent, NULL, in TPM2_Rewrap()
|
D | CryptUtil_fp.h | 263 TPM_RC CryptSecretDecrypt(
|
D | CryptUtil.c | 2501 CryptSecretDecrypt( in CryptSecretDecrypt() function
|
D | part3.txt | 2482 45 result = CryptSecretDecrypt(in->tpmKey, &in->nonceCaller, "SECRET", 3598 36 result = CryptSecretDecrypt(in->keyHandle, NULL, 4385 37 result = CryptSecretDecrypt(in->oldParent, NULL, 4719 60 result = CryptSecretDecrypt(in->parentHandle, NULL, "DUPLICATE",
|
D | part4.txt | 708 …10.2.9.7 CryptSecretDecrypt() ..............................................................… 22267 10.2.9.7 CryptSecretDecrypt() 22289 2021 CryptSecretDecrypt(
|
/external/tpm2/generator/ |
D | raw_commands.txt | 3969 result = CryptSecretDecrypt(in->tpmKey, &in->nonceCaller, "SECRET", 5962 result = CryptSecretDecrypt(in->keyHandle, NULL, 7442 result = CryptSecretDecrypt(in->oldParent, NULL, 8080 result = CryptSecretDecrypt(in->parentHandle, NULL, "DUPLICATE",
|
D | raw_commands_fixed.txt | 3971 result = CryptSecretDecrypt(in->tpmKey, &in->nonceCaller, "SECRET", 5964 result = CryptSecretDecrypt(in->keyHandle, NULL, 7452 result = CryptSecretDecrypt(in->oldParent, NULL, 8091 result = CryptSecretDecrypt(in->parentHandle, NULL, "DUPLICATE",
|