Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/pkcs5/
A Dpkcs_5_1.c46 unsigned long outidx = 0, nb = 0; in s_pkcs_5_alg1_common() local
108 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