Searched refs:outidx (Results 1 – 1 of 1) sorted by relevance
46 unsigned long outidx = 0, nb = 0; in s_pkcs_5_alg1_common() local108 outidx = block*hash_descriptor[hash_idx]->hashsize; in s_pkcs_5_alg1_common()110 if(outidx+nb > *outlen) { in s_pkcs_5_alg1_common()111 nb = *outlen - outidx; in s_pkcs_5_alg1_common()114 XMEMCPY(out+outidx, buf, nb); in s_pkcs_5_alg1_common()
Completed in 3 milliseconds