Home
last modified time | relevance | path

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

/netbsd/src/lib/libcrypt/
Dcrypt-argon2.c390 char encodebuf[256]; in __crypt_argon2() local
403 ctx.out = (uint8_t *)encodebuf; in __crypt_argon2()
404 ctx.outlen = sizeof(encodebuf); in __crypt_argon2()
423 ebuf, sizeof(ebuf), encodebuf, sizeof(encodebuf), in __crypt_argon2()
432 memcpy(rbuf, encodebuf, sizeof(encodebuf)); in __crypt_argon2()
436 explicit_memset(encodebuf, 0, sizeof(encodebuf)); in __crypt_argon2()