Home
last modified time | relevance | path

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

/external/tpm2/
Dstubs_hash.c97 INT32 lLen = 0; // length of the label in _cpri__KDFa() local
110 for(lLen = 0; label[lLen++] != 0; ); in _cpri__KDFa()
143 _cpri__UpdateHash(&hashState, lLen, (BYTE *)label); in _cpri__KDFa()
DRSAKeySieve.c158 UINT16 lLen = 0; in RandomForRsa() local
162 for(lLen = 0; label[lLen++];); in RandomForRsa()
175 if(lLen != 0) in RandomForRsa()
176 _cpri__UpdateHash(&h, lLen, (BYTE *)label); in RandomForRsa()
DCpriHash.c764 INT32 lLen = 0; // length of the label in _cpri__KDFa() local
777 for(lLen = 0; label[lLen++] != 0; ); in _cpri__KDFa()
810 _cpri__UpdateHash(&hashState, lLen, (BYTE *)label); in _cpri__KDFa()
DCpriRSA.c1179 UINT32 lLen; // length of the label in _cpri__GenerateKeyRSA() local
1238 for(lLen = 0; label[lLen++] != 0;); in _cpri__GenerateKeyRSA()
1270 _cpri__UpdateHash(&h, lLen, (BYTE *)label); in _cpri__GenerateKeyRSA()