Home
last modified time | relevance | path

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

/external/tpm2/
DSign.c31 OBJECT *signKey; in TPM2_Sign() local
35 signKey = ObjectGet(in->keyHandle); in TPM2_Sign()
50 || signKey->publicArea.objectAttributes.restricted == SET) in TPM2_Sign()
DCryptUtil.c627 OBJECT *signKey, // IN: HMAC key sign the hash in CryptSignHMAC() argument
638 &signKey->sensitive.sensitive.bits.b, in CryptSignHMAC()
661 OBJECT *signKey, // IN: HMAC key signed the hash in CryptHMACVerifySignature() argument
669 &signKey->sensitive.sensitive.bits.b, &hmacState); in CryptHMACVerifySignature()
1123 OBJECT *signKey, // IN: RSA key signs the hash in CryptSignRSA() argument
1133 pAssert( (signKey != NULL) && (scheme != NULL) in CryptSignRSA()
1136 pAssert( (signKey->attributes.publicOnly == CLEAR) in CryptSignRSA()
1137 && (signKey->publicArea.objectAttributes.sign == SET)); in CryptSignRSA()
1139 if(signKey->attributes.privateExp == CLEAR) in CryptSignRSA()
1141 result = CryptLoadPrivateRSA(signKey); in CryptSignRSA()
[all …]
Dpart4.txt20015 396 OBJECT *signKey, // IN: HMAC key sign the hash
20033 408 &signKey->sensitive.sensitive.bits.b,
20061 426 OBJECT *signKey, // IN: HMAC key signed the hash
20070 435 &signKey->sensitive.sensitive.bits.b, &hmacState);
20670 TPM_RC_BINDING public and private part of signKey are not properly bound
20672 … TPM_RC_VALUE hashData is larger than the modulus of signKey, or the size of
20677 853 OBJECT *signKey, // IN: RSA key signs the hash
20688 864 pAssert( (signKey != NULL) && (scheme != NULL)
20692 868 pAssert( (signKey->attributes.publicOnly == CLEAR)
20693 869 && (signKey->publicArea.objectAttributes.sign == SET));
[all …]
Dpart3.txt8987 13 OBJECT *signKey;
8991 17 signKey = ObjectGet(in->keyHandle);
9006 32 || signKey->publicArea.objectAttributes.restricted == SET)
/external/tpm2/generator/
Draw_commands.txt16141 *signKey;
16148 signKey = ObjectGet(in->keyHandle);
16152 || signKey->publicArea.objectAttributes.restricted == SET)
Draw_commands_fixed.txt16152 *signKey;
16159 signKey = ObjectGet(in->keyHandle);
16163 || signKey->publicArea.objectAttributes.restricted == SET)