Searched refs:encodebuf (Results 1 – 1 of 1) sorted by relevance
390 char encodebuf[256]; in __crypt_argon2() local403 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()