Home
last modified time | relevance | path

Searched refs:PW_LEN (Results 1 – 25 of 36) sorted by relevance

12

/dports/security/pam_helper/pam_helper-1.1/
H A Dpam_helper.c39 #define PW_LEN BUFSIZ macro
75 passwd = (char *) calloc(PW_LEN + 1, sizeof (char)); in main()
83 num_read = read(STDIN_FILENO, passwd, PW_LEN); in main()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/passwd/
H A Dnscd.h27 #define PW_LEN 9 macro
H A Dgetpw_a.c46 int32_t passwdbuf[PW_LEN] = {0}; in __getpw_a()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/passwd/
H A Dnscd.h27 #define PW_LEN 9 macro
H A Dgetpw_a.c46 int32_t passwdbuf[PW_LEN] = {0}; in __getpw_a()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/passwd/
H A Dnscd.h27 #define PW_LEN 9 macro
H A Dgetpw_a.c46 int32_t passwdbuf[PW_LEN] = {0}; in __getpw_a()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/passwd/
H A Dnscd.h27 #define PW_LEN 9 macro
H A Dgetpw_a.c46 int32_t passwdbuf[PW_LEN] = {0}; in __getpw_a()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/passwd/
H A Dnscd.h27 #define PW_LEN 9 macro
H A Dgetpw_a.c46 int32_t passwdbuf[PW_LEN] = {0}; in __getpw_a()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/passwd/
H A Dnscd.h27 #define PW_LEN 9 macro
H A Dgetpw_a.c46 int32_t passwdbuf[PW_LEN] = {0}; in __getpw_a()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/passwd/
H A Dnscd.h27 #define PW_LEN 9 macro
H A Dgetpw_a.c46 int32_t passwdbuf[PW_LEN] = {0}; in __getpw_a()
/dports/security/samhain/samhain-4.4.3/include/
H A Dsamhain.h125 #define PW_LEN 8 macro
426 char pw[PW_LEN];
/dports/security/samhain-server/samhain-4.4.3/include/
H A Dsamhain.h125 #define PW_LEN 8 macro
426 char pw[PW_LEN];
/dports/security/samhain-client/samhain-4.4.3/include/
H A Dsamhain.h125 #define PW_LEN 8 macro
426 char pw[PW_LEN];
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_srp.c225 for (i = 0; i < PW_LEN; ++i) in sh_srp_x()
230 skey->vernam[PW_LEN] = '\0'; in sh_srp_x()
233 sh_tiger_hash(skey->vernam, TIGER_DATA, PW_LEN, in sh_srp_x()
H A Dsh_xfer_server.c248 unsigned char in[PW_LEN+1]; in sh_xfer_make_client()
252 if (sl_strlen(str) != (PW_LEN * 2)) in sh_xfer_make_client()
257 (PW_LEN * 2)); in sh_xfer_make_client()
261 while (i < (PW_LEN * 2)) in sh_xfer_make_client()
275 in[PW_LEN] = '\0'; in sh_xfer_make_client()
278 sh_tiger_hash ((char*)in, TIGER_DATA, PW_LEN, in sh_xfer_make_client()
299 char in[PW_LEN]; in sh_xfer_make_client()
303 if (sl_strlen(str) != (PW_LEN*2)) in sh_xfer_make_client()
308 (PW_LEN*2)); in sh_xfer_make_client()
312 while (i < (PW_LEN*2)) in sh_xfer_make_client()
H A Dcutest_sh_tiger0.c19 extern unsigned char TcpFlag[8][PW_LEN+1]; in init()
49 for (i = 0; i < PW_LEN; ++i) in init()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_srp.c225 for (i = 0; i < PW_LEN; ++i) in sh_srp_x()
230 skey->vernam[PW_LEN] = '\0'; in sh_srp_x()
233 sh_tiger_hash(skey->vernam, TIGER_DATA, PW_LEN, in sh_srp_x()
H A Dsh_xfer_server.c248 unsigned char in[PW_LEN+1]; in sh_xfer_make_client()
252 if (sl_strlen(str) != (PW_LEN * 2)) in sh_xfer_make_client()
257 (PW_LEN * 2)); in sh_xfer_make_client()
261 while (i < (PW_LEN * 2)) in sh_xfer_make_client()
275 in[PW_LEN] = '\0'; in sh_xfer_make_client()
278 sh_tiger_hash ((char*)in, TIGER_DATA, PW_LEN, in sh_xfer_make_client()
299 char in[PW_LEN]; in sh_xfer_make_client()
303 if (sl_strlen(str) != (PW_LEN*2)) in sh_xfer_make_client()
308 (PW_LEN*2)); in sh_xfer_make_client()
312 while (i < (PW_LEN*2)) in sh_xfer_make_client()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_srp.c225 for (i = 0; i < PW_LEN; ++i) in sh_srp_x()
230 skey->vernam[PW_LEN] = '\0'; in sh_srp_x()
233 sh_tiger_hash(skey->vernam, TIGER_DATA, PW_LEN, in sh_srp_x()
H A Dsh_xfer_server.c248 unsigned char in[PW_LEN+1]; in sh_xfer_make_client()
252 if (sl_strlen(str) != (PW_LEN * 2)) in sh_xfer_make_client()
257 (PW_LEN * 2)); in sh_xfer_make_client()
261 while (i < (PW_LEN * 2)) in sh_xfer_make_client()
275 in[PW_LEN] = '\0'; in sh_xfer_make_client()
278 sh_tiger_hash ((char*)in, TIGER_DATA, PW_LEN, in sh_xfer_make_client()
299 char in[PW_LEN]; in sh_xfer_make_client()
303 if (sl_strlen(str) != (PW_LEN*2)) in sh_xfer_make_client()
308 (PW_LEN*2)); in sh_xfer_make_client()
312 while (i < (PW_LEN*2)) in sh_xfer_make_client()

12