Home
last modified time | relevance | path

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

/external/tpm2/
DCpriRSA.c290 RSADP ( in RSADP() function
1008 if((retVal = RSADP(cInSize, cIn, key)) != CRYPT_SUCCESS) in _cpri__DecryptRSA()
1082 return RSADP(*sigOutSize,sigOut, key); in _cpri__SignRSA()
Dpart4.txt886 …B.12.1.3.4. RSADP() .......................................................................…
1612 … Use of TPM_ALG_NULL is reserved for RSAEP/RSADP testing. If someone is wanting to test a hash with
29153 B.12.1.3.4. RSADP()
29155 …This function performs the RSADP operation defined in PKCS#1v2.1. It is an exponentiation of a val…
29172 251 RSADP (
30029 893 if((retVal = RSADP(cInSize, cIn, key)) != CRYPT_SUCCESS)
30110 957 // RSADP can return CRYPT_PARAMETR
30111 958 return RSADP(*sigOutSize,sigOut, key);