Home
last modified time | relevance | path

Searched defs:signKey (Results 1 – 2 of 2) sorted by relevance

/external/tpm2/
DSign.c31 OBJECT *signKey; in TPM2_Sign() local
DCryptUtil.c627 OBJECT *signKey, // IN: HMAC key sign the hash in CryptSignHMAC()
661 OBJECT *signKey, // IN: HMAC key signed the hash in CryptHMACVerifySignature()
1129 OBJECT *signKey, // IN: RSA key signs the hash in CryptSignRSA()
1182 OBJECT *signKey, // IN: RSA key signed the hash in CryptRSAVerifySignature()
1457 OBJECT *signKey, // IN: ECC key to sign the hash in CryptSignECC()
1509 OBJECT *signKey, // IN: ECC key signed the hash in CryptECCVerifySignature()
3392 OBJECT *signKey = ObjectGet(signHandle); in CryptSign() local