HomeSort by: relevance | last modified time | path
    Searched defs:saltbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libcrypt/
crypt-argon2.c 392 char saltbuf[128]; local in function:__crypt_argon2
406 ctx.salt = (uint8_t *)saltbuf;
407 ctx.saltlen = sizeof(saltbuf);
437 explicit_memset(saltbuf, 0, sizeof(saltbuf));
crypt-argon2.c 392 char saltbuf[128]; local in function:__crypt_argon2
406 ctx.salt = (uint8_t *)saltbuf;
407 ctx.saltlen = sizeof(saltbuf);
437 explicit_memset(saltbuf, 0, sizeof(saltbuf));

Completed in 71 milliseconds