Home
last modified time | relevance | path

Searched refs:privateExp (Results 1 – 2 of 2) sorted by relevance

/external/tpm2/
DGlobal.h160 unsigned privateExp : 1; //14) SET when the private exponent member
DCryptUtil.c916 rsaKey->attributes.privateExp = SET; in CryptLoadPrivateRSA()
1016 if(rsaKey->attributes.privateExp == CLEAR) in CryptDecryptRSA()
1145 if(signKey->attributes.privateExp == CLEAR) in CryptSignRSA()