Home
last modified time | relevance | path

Searched refs:pw_end (Results 1 – 18 of 18) sorted by path

/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dcompilembrola.cpp72 int *pw_end; in espeak_ng_CompileMbrolaVoice() local
131 pw_end = (int *)(&data[count+1]); in espeak_ng_CompileMbrolaVoice()
132 for (pw = (int *)data; pw < pw_end; pw++) in espeak_ng_CompileMbrolaVoice()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/heimdal/kdc/
H A Dkerberos4.c345 client->entry.pw_end ? *client->entry.pw_end : 0, in _kdc_do_version4()
H A Dkerberos5.c686 if (client->pw_end && *client->pw_end < kdc_time in _kdc_check_flags()
689 krb5_format_time(context, *client->pw_end, in _kdc_check_flags()
741 if (server->pw_end && *server->pw_end < kdc_time) { in _kdc_check_flags()
743 krb5_format_time(context, *server->pw_end, in _kdc_check_flags()
1412 if (client->entry.pw_end in _kdc_as_rep()
1414 || kdc_time + config->kdc_warn_pwexpire >= *client->entry.pw_end)) { in _kdc_as_rep()
1416 ek.last_req.val[ek.last_req.len].lr_value = *client->entry.pw_end; in _kdc_as_rep()
1430 if (client->entry.valid_end || client->entry.pw_end) { in _kdc_as_rep()
1433 if (client->entry.pw_end) in _kdc_as_rep()
1435 *client->entry.pw_end); in _kdc_as_rep()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/kdc/
H A Dhdb-ldb.c349 entry_ex->entry.pw_end = NULL; in LDB_message2entry()
351 entry_ex->entry.pw_end = malloc(sizeof(*entry_ex->entry.pw_end)); in LDB_message2entry()
352 if (entry_ex->entry.pw_end == NULL) { in LDB_message2entry()
356 *entry_ex->entry.pw_end = nt_time_to_unix(must_change_time); in LDB_message2entry()
359 entry_ex->entry.pw_end = NULL; in LDB_message2entry()
/dports/net/samba412/samba-4.12.15/source4/heimdal/kdc/
H A Dkerberos5.c791 if (client->pw_end && *client->pw_end < kdc_time in kdc_check_flags()
794 krb5_format_time(context, *client->pw_end, in kdc_check_flags()
851 if (server->pw_end && *server->pw_end < kdc_time) { in kdc_check_flags()
853 krb5_format_time(context, *server->pw_end, in kdc_check_flags()
1620 if (client->entry.pw_end in _kdc_as_rep()
1622 || kdc_time + config->kdc_warn_pwexpire >= *client->entry.pw_end)) { in _kdc_as_rep()
1624 ek.last_req.val[ek.last_req.len].lr_value = *client->entry.pw_end; in _kdc_as_rep()
1638 if (client->entry.valid_end || client->entry.pw_end) { in _kdc_as_rep()
1641 if (client->entry.pw_end) in _kdc_as_rep()
1643 *client->entry.pw_end); in _kdc_as_rep()
[all …]
H A Dkrb5tgs.c2002 free(s4u2self_impersonated_client->entry.pw_end); in tgs_build_reply()
2003 s4u2self_impersonated_client->entry.pw_end = NULL; in tgs_build_reply()
/dports/net/samba412/samba-4.12.15/source4/kdc/
H A Ddb-glue.c1034 entry_ex->entry.pw_end = NULL; in samba_kdc_message2entry()
1069 entry_ex->entry.pw_end = NULL; in samba_kdc_message2entry()
1088 entry_ex->entry.pw_end = NULL; in samba_kdc_message2entry()
1096 entry_ex->entry.pw_end = NULL; in samba_kdc_message2entry()
1098 entry_ex->entry.pw_end = malloc(sizeof(*entry_ex->entry.pw_end)); in samba_kdc_message2entry()
1099 if (entry_ex->entry.pw_end == NULL) { in samba_kdc_message2entry()
1103 *entry_ex->entry.pw_end = nt_time_to_unix(must_change_time); in samba_kdc_message2entry()
1559 entry_ex->entry.pw_end = NULL; in samba_kdc_trust_message2entry()
H A Dsdb.c94 SAFE_FREE(s->pw_end); in free_sdb_entry()
H A Dsdb.h91 time_t *pw_end; member
H A Dsdb_to_hdb.c245 if (s->pw_end != NULL) { in sdb_entry_to_hdb_entry()
246 h->pw_end = malloc(sizeof(KerberosTime)); in sdb_entry_to_hdb_entry()
247 if (h->pw_end == NULL) { in sdb_entry_to_hdb_entry()
251 *h->pw_end = *s->pw_end; in sdb_entry_to_hdb_entry()
253 h->pw_end = NULL; in sdb_entry_to_hdb_entry()
H A Dsdb_to_kdb.c261 if (s->pw_end != NULL) { in sdb_entry_ex_to_krb5_db_entry()
262 k->pw_expiration = *s->pw_end; in sdb_entry_ex_to_krb5_db_entry()
/dports/security/fcrackzip/fcrackzip-1.0/
H A Dcpmask.c134 cp_set_pw (u8 * pw, u8 * pw_end) in cp_set_pw() argument
141 len = pw_end - pw; in cp_set_pw()
167 if (++cursor == pw_end) in cp_set_pw()
191 if (++cursor == pw_end) in cp_set_pw()
347 pw_end = pw + strlen (pw); in crack_cpmask()
349 cp_set_pw (pw, pw_end); in crack_cpmask()
H A Dcrack.c11 u8 *pw_end; /* must point to the trailing zero byte. */ variable
H A Dcrack.h8 extern u8 *pw_end;
H A Dmain.c199 u8 *p = pw_end; in brute_force_gen()
206 return pw_end - p; in brute_force_gen()
210 if (pw_end - pw < max_length) in brute_force_gen()
212 p = ++pw_end; in brute_force_gen()
610 pw_end = pw + strlen (pw); in main()
634 *(pw_end = pw) = 0; in main()
H A Dzipcrack.c63 pw_end = pw + changed; in crack_pw()
68 p = (u8 *)pw_end - changed; in crack_pw()
/dports/www/node10/node-v10.24.1/deps/openssl/config/archs/VC-WIN32/asm/crypto/bn/
H A Dbn-586.asm1167 je NEAR L$029pw_end
1170 je NEAR L$029pw_end
1261 jz NEAR L$029pw_end
1272 jz NEAR L$029pw_end
1283 jz NEAR L$029pw_end
1294 jz NEAR L$029pw_end
1305 jz NEAR L$029pw_end
1316 jz NEAR L$029pw_end
1327 jz NEAR L$029pw_end
1390 jz NEAR L$029pw_end
[all …]
/dports/www/node10/node-v10.24.1/deps/openssl/config/archs/VC-WIN32/asm_avx2/crypto/bn/
H A Dbn-586.asm1167 je NEAR L$029pw_end
1170 je NEAR L$029pw_end
1261 jz NEAR L$029pw_end
1272 jz NEAR L$029pw_end
1283 jz NEAR L$029pw_end
1294 jz NEAR L$029pw_end
1305 jz NEAR L$029pw_end
1316 jz NEAR L$029pw_end
1327 jz NEAR L$029pw_end
1390 jz NEAR L$029pw_end
[all …]