Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/pkcs5/
A Dpkcs_5_1.c53 unsigned long outidx = 0, nb = 0; in _pkcs_5_alg1_common() local
111 outidx = block*hash_descriptor[hash_idx]->hashsize; in _pkcs_5_alg1_common()
113 if(outidx+nb > *outlen) { in _pkcs_5_alg1_common()
114 nb = *outlen - outidx; in _pkcs_5_alg1_common()
117 XMEMCPY(out+outidx, buf, nb); in _pkcs_5_alg1_common()

Completed in 2 milliseconds