Searched refs:lLen (Results 1 – 4 of 4) sorted by relevance
97 INT32 lLen = 0; // length of the label in _cpri__KDFa() local110 for(lLen = 0; label[lLen++] != 0; ); in _cpri__KDFa()143 _cpri__UpdateHash(&hashState, lLen, (BYTE *)label); in _cpri__KDFa()
158 UINT16 lLen = 0; in RandomForRsa() local162 for(lLen = 0; label[lLen++];); in RandomForRsa()175 if(lLen != 0) in RandomForRsa()176 _cpri__UpdateHash(&h, lLen, (BYTE *)label); in RandomForRsa()
764 INT32 lLen = 0; // length of the label in _cpri__KDFa() local777 for(lLen = 0; label[lLen++] != 0; ); in _cpri__KDFa()810 _cpri__UpdateHash(&hashState, lLen, (BYTE *)label); in _cpri__KDFa()
1179 UINT32 lLen; // length of the label in _cpri__GenerateKeyRSA() local1238 for(lLen = 0; label[lLen++] != 0;); in _cpri__GenerateKeyRSA()1270 _cpri__UpdateHash(&h, lLen, (BYTE *)label); in _cpri__GenerateKeyRSA()