Searched refs:outoff (Results 1 – 1 of 1) sorted by relevance
45 unsigned long Noutlen, outoff; in hkdf_expand() local80 outoff = 0; /* offset in out to write to */ in hkdf_expand()82 Noutlen = MIN(hashsize, outlen - outoff); in hkdf_expand()85 out + outoff, &Noutlen)) != CRYPT_OK) { in hkdf_expand()90 outoff += Noutlen; in hkdf_expand()92 if (outoff >= outlen) { /* loop exit condition */ in hkdf_expand()
Completed in 2 milliseconds