Home
last modified time | relevance | path

Searched refs:lLen (Results 1 – 5 of 5) 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.c1166 UINT32 lLen; // length of the label in _cpri__GenerateKeyRSA() local
1225 for(lLen = 0; label[lLen++] != 0;); in _cpri__GenerateKeyRSA()
1257 _cpri__UpdateHash(&h, lLen, (BYTE *)label); in _cpri__GenerateKeyRSA()
Dpart4.txt27315 578 INT32 lLen = 0; // length of the label
27331 594 for(lLen = 0; label[lLen++] != 0; );
27376 633 _cpri__UpdateHash(&hashState, lLen, (BYTE *)label);
30207 1015 UINT32 lLen; // length of the label
30283 1086 for(lLen = 0; label[lLen++] != 0;);
30327 1125 _cpri__UpdateHash(&h, lLen, (BYTE *)label);
30784 91 UINT16 lLen = 0;
30789 96 for(lLen = 0; label[lLen++];);
30804 111 if(lLen != 0)
30805 112 _cpri__UpdateHash(&h, lLen, (BYTE *)label);