Searched refs:authtok_size (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/lib/libpam/modules/pam_exec/
H A Dpam_exec.c178 size_t authtok_size; local
269 authtok_size = strlen(authtok) + 1;
385 if (options->expose_authtok && authtok_size > 0 &&
387 if ((wlen = write(chin[1], authtok, authtok_size)) < 0) {
395 authtok_size -= wlen;
396 if (authtok_size == 0) {

Completed in 55 milliseconds