Searched refs:PWD_BUFFER_SIZE (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libbsm/common/ |
H A D | audit_crontab.c | 260 #define PWD_BUFFER_SIZE 512 macro 265 char buffer[PWD_BUFFER_SIZE]; in audit_crontab_not_allowed() 269 if (getpwnam_r(user, &pwd, buffer, PWD_BUFFER_SIZE) == NULL) { in audit_crontab_not_allowed()
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeystore.h | 38 #define PWD_BUFFER_SIZE 1024 macro
|
H A D | softKeystore.c | 75 char pwdbuf[PWD_BUFFER_SIZE]; in soft_gen_hashed_pin() 83 if (getpwuid_r(uid, &pwd, pwdbuf, PWD_BUFFER_SIZE, &pw) != 0) { in soft_gen_hashed_pin()
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | loadsave.c | 300 #define PWD_BUFFER_SIZE 1024 macro 330 char pwdbuf[PWD_BUFFER_SIZE]; in get_user_default_path() 332 if (getpwuid_r(getuid(), &pwd, pwdbuf, PWD_BUFFER_SIZE, in get_user_default_path()
|