Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DRsaKeyCache.c79 TPM2B_PUBLIC_KEY_RSA publicModulus; member
146 s_rsaKeyCache[index].publicModulus = publicArea->unique.rsa; in InitializeKeyCache()
244 if((s_rsaKeyCache[index].publicModulus.t.size * 8) == keyBits) in GetCachedRsaKey()
246 publicArea->unique.rsa = s_rsaKeyCache[index].publicModulus; in GetCachedRsaKey()