| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ps/ |
| H A D | ps_utils.c | 125 UINT32 num_keys; in write_key_init() local 144 rc = read(fd, &num_keys, sizeof(UINT32)); in write_key_init() 145 num_keys = LE_32(num_keys); in write_key_init() 151 num_keys = 1; in write_key_init() 173 num_keys = LE_32(num_keys); in write_key_init() 174 if ((rc = write_data(fd, &num_keys, sizeof(UINT32)))) { in write_key_init() 193 num_keys++; in write_key_init() 201 num_keys = LE_32(num_keys); in write_key_init() 202 if ((rc = write_data(fd, &num_keys, sizeof(UINT32)))) { in write_key_init() 271 UINT32 num_keys; in get_num_keys_in_file() local [all …]
|
| H A D | tcsps.c | 681 UINT32 head_offset = 0, tail_offset, num_keys; in psfile_remove_key() local 767 rc = read(fd, &num_keys, sizeof(UINT32)); in psfile_remove_key() 768 num_keys = LE_32(num_keys); in psfile_remove_key() 781 num_keys--; in psfile_remove_key() 783 num_keys = LE_32(num_keys); in psfile_remove_key() 784 if ((result = write_data(fd, (void *)&num_keys, sizeof(UINT32)))) { in psfile_remove_key()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| H A D | set_keys.c | 52 size_t num_keys; in _kadm5_set_keys() local 59 &keys, &num_keys); in _kadm5_set_keys() 65 ent->keys.len = num_keys; in _kadm5_set_keys() 348 size_t i, num_keys; in _kadm5_set_keys_randomly() local 352 ks_tuple, n_ks_tuple, &keys, &num_keys, 1); in _kadm5_set_keys_randomly() 356 kblock = malloc(num_keys * sizeof(kblock[0])); in _kadm5_set_keys_randomly() 359 _kadm5_free_keys (context->context, num_keys, keys); in _kadm5_set_keys_randomly() 362 memset(kblock, 0, num_keys * sizeof(kblock[0])); in _kadm5_set_keys_randomly() 365 for (i = 0; i < num_keys; i++) { in _kadm5_set_keys_randomly() 399 for (i = 0; i < num_keys; ++i) in _kadm5_set_keys_randomly() [all …]
|
| H A D | chpass_s.c | 53 size_t num_keys; in change() local 89 num_keys = ent.entry.keys.len; in change() 98 _kadm5_free_keys(context->context, num_keys, keys); in change() 101 _kadm5_free_keys(context->context, num_keys, keys); in change()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ps/ |
| H A D | tspps.c | 394 UINT32 num_keys; in psfile_change_num_keys() local 402 rc = read(fd, &num_keys, sizeof(UINT32)); in psfile_change_num_keys() 407 num_keys = LE_32(num_keys); in psfile_change_num_keys() 410 num_keys++; in psfile_change_num_keys() 412 num_keys--; in psfile_change_num_keys() 420 num_keys = LE_32(num_keys); in psfile_change_num_keys() 421 if ((result = write_data(fd, (void *)&num_keys, sizeof(UINT32)))) { in psfile_change_num_keys() 684 UINT32 i, num_keys = psfile_get_num_keys(fd); in psfile_get_all_cache_entries() local 689 if (num_keys == 0) { in psfile_get_all_cache_entries() 704 if ((tmp = malloc(num_keys * sizeof(struct key_disk_cache))) == NULL) { in psfile_get_all_cache_entries() [all …]
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | stats.c | 372 int num_keys = isc_stats_ncounters(stats->counters) / in dns_dnssecsignstats_increment() local 381 for (int i = 0; i < num_keys; i++) { in dns_dnssecsignstats_increment() 392 for (int i = 0; i < num_keys; i++) { in dns_dnssecsignstats_increment() 404 (num_keys * dnssecsign_block_size * 2)); in dns_dnssecsignstats_increment() 407 int nidx = num_keys * dnssecsign_block_size; in dns_dnssecsignstats_increment() 419 int num_keys = isc_stats_ncounters(stats->counters) / in dns_dnssecsignstats_clear() local 428 for (int i = 0; i < num_keys; i++) { in dns_dnssecsignstats_clear() 552 int i, num_keys; in dnssec_statsdump() local 554 num_keys = isc_stats_ncounters(stats) / dnssecsign_block_size; in dnssec_statsdump() 555 for (i = 0; i < num_keys; i++) { in dnssec_statsdump()
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | stats.c | 359 int num_keys = isc_stats_ncounters(stats->counters) / 366 for (int i = 0; i < num_keys; i++) { in dns_rcodestats_increment() 377 for (int i = 0; i < num_keys; i++) { in dns_dnssecsignstats_increment() 389 (num_keys * dnssecsign_block_size * 2)); in dns_dnssecsignstats_increment() 392 int nidx = num_keys * dnssecsign_block_size; in dns_dnssecsignstats_increment() 407 int num_keys = isc_stats_ncounters(stats->counters) / in dns_dnssecsignstats_increment() 414 for (int i = 0; i < num_keys; i++) { in dns_dnssecsignstats_increment() 538 int i, num_keys; in dns_rdatasetstats_dump() 540 num_keys = isc_stats_ncounters(stats) / dnssecsign_block_size; in dns_rdatasetstats_dump() 541 for (i = 0; i < num_keys; in dns_rdatasetstats_dump() 375 int num_keys = isc_stats_ncounters(stats->counters) / dns_dnssecsignstats_increment() local 423 int num_keys = isc_stats_ncounters(stats->counters) / dns_dnssecsignstats_clear() local 554 int i, num_keys; dnssec_statsdump() local [all...] |
| /netbsd-src/usr.bin/btkey/ |
| H A D | device.c | 45 uint8_t num_keys; member 155 for (i = 0 ; i < ep->num_keys ; i++) { in list_device_ev() 194 if (ep->num_keys != 1 in read_device_ev() 236 cp.num_keys = 1; in write_device()
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/ |
| H A D | rlfe.c | 263 int num_keys = 0; variable 350 num_keys = 0; in line_handler() 609 DPRINT1("[tty avail num_keys:%d]\n", num_keys); in main() 633 if (do_canon == 0 && num_keys == 0) in main() 653 if (num_keys == 0) in main() 693 num_keys++; in main()
|
| /netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/ |
| H A D | rlfe.c | 263 int num_keys = 0; variable 350 num_keys = 0; in line_handler() 609 DPRINT1("[tty avail num_keys:%d]\n", num_keys); in main() 633 if (do_canon == 0 && num_keys == 0) in main() 653 if (num_keys == 0) in main() 693 num_keys++; in main()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/ |
| H A D | cpw.c | 53 int num_keys; in set_random_key() local 56 &keys, &num_keys); in set_random_key() 59 for(i = 0; i < num_keys; i++) in set_random_key()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/admin/ |
| H A D | change.c | 50 int num_keys; in change_entry() local 101 ret = kadm5_randkey_principal (kadm_handle, principal, &keys, &num_keys); in change_entry() 109 for (i = 0; i < num_keys; ++i) { in change_entry()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| H A D | keys.c | 782 Key **keys, size_t *num_keys) in hdb_generate_key_set_password_with_ks_tuple() argument 788 keys, num_keys, 0); in hdb_generate_key_set_password_with_ks_tuple() 792 for (i = 0; i < (*num_keys); i++) { in hdb_generate_key_set_password_with_ks_tuple() 810 hdb_free_keys (context, *num_keys, *keys); in hdb_generate_key_set_password_with_ks_tuple() 821 Key **keys, size_t *num_keys) in hdb_generate_key_set_password() argument 826 keys, num_keys); in hdb_generate_key_set_password()
|
| H A D | hdb-mitdb.c | 420 uint16_t u16, num_keys, num_tl; in _hdb_mdb_value2entry() local 493 num_keys = u16; in _hdb_mdb_value2entry() 581 for (i = 0; i < num_keys; i++) { in _hdb_mdb_value2entry()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | deprecated.c | 112 static int num_keys = sizeof(keys) / sizeof(keys[0]); variable 130 for(i = 0; i < num_keys; i++) { in krb5_keytype_to_string() 137 if(i >= num_keys) { in krb5_keytype_to_string() 164 for(i = 0; i < num_keys; i++) in krb5_string_to_keytype()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | misc.c | 1228 u_int num_keys = 0, i; in vdollar_percent_expand() local 1246 for (num_keys = 0; num_keys < EXPAND_MAX_KEYS; num_keys++) { in vdollar_percent_expand() 1247 keys[num_keys].key = va_arg(ap, char *); in vdollar_percent_expand() 1248 if (keys[num_keys].key == NULL) in vdollar_percent_expand() 1250 keys[num_keys].repl = va_arg(ap, char *); in vdollar_percent_expand() 1251 if (keys[num_keys].repl == NULL) { in vdollar_percent_expand() 1253 keys[num_keys].key); in vdollar_percent_expand() 1256 if (num_keys == EXPAND_MAX_KEYS && va_arg(ap, char *) != NULL) in vdollar_percent_expand() 1258 if (num_keys == 0) in vdollar_percent_expand() 1311 for (i = 0; i < num_keys; i++) { in vdollar_percent_expand() [all …]
|
| /netbsd-src/external/bsd/unbound/dist/daemon/ |
| H A D | remote.c | 1628 size_t num_keys; member 1651 inf->num_keys++; in infra_del_host() 1682 inf.num_keys = 0; in do_flush_infra() 1744 inf->num_keys++; in zone_del_kcache() 1769 inf.num_keys = 0; in do_flush_zone() 1785 (unsigned long)inf.num_msgs, (unsigned long)inf.num_keys); in do_flush_zone() 1823 inf->num_keys++; in bogus_del_kcache() 1838 inf.num_keys = 0; in do_flush_bogus() 1852 (unsigned long)inf.num_msgs, (unsigned long)inf.num_keys); in do_flush_bogus() 1898 inf->num_keys++; in negative_del_kcache() [all …]
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
| H A D | tcs_caps.c | 179 &p->num_keys))) in get_tpm_metrics()
|
| /netbsd-src/external/bsd/unbound/dist/smallapp/ |
| H A D | unbound-anchor.c | 1204 int num_keys; member 1511 data->num_keys++; in xml_append_ds() 1632 data.num_keys); in xml_parse() 1651 if(data.num_keys == 0) { in xml_parse()
|
| /netbsd-src/external/mit/xorg/lib/libxcb/files/ |
| H A D | xinput.h | 174 uint16_t num_keys; member 250 uint16_t num_keys; member 1528 uint8_t num_keys; member 1591 uint8_t num_keys; member 2727 uint16_t num_keys; member 2833 uint16_t num_keys; member 3484 uint8_t num_keys; member
|
| H A D | xinput.c | 420 xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->key.num_keys; in xcb_input_input_info_info_serialize() 531 _aux->key.num_keys = *(uint16_t *)xcb_tmp; in xcb_input_input_info_info_unpack() 5263 xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->key.num_keys; in xcb_input_input_state_data_serialize() 5376 _aux->key.num_keys = *(uint8_t *)xcb_tmp; in xcb_input_input_state_data_unpack() 9965 xcb_block_len += _aux->num_keys * sizeof(uint32_t); in xcb_input_key_class_sizeof() 9989 return R->num_keys; in xcb_input_key_class_keys_length() 9996 i.data = ((uint32_t *) (R + 1)) + (R->num_keys); in xcb_input_key_class_keys_end() 10107 return S->key.num_keys; in xcb_input_device_class_data_key_keys_length() 10115 i.data = S->key.keys + S->key.num_keys; in xcb_input_device_class_data_key_keys_end() 10189 xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->key.num_keys; in xcb_input_device_class_data_serialize() [all …]
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
| H A D | tcs_utils.h | 42 UINT32 num_keys; member
|
| /netbsd-src/sys/netbt/ |
| H A D | hci.h | 2042 uint8_t num_keys; /* # of keys */ member
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_iwmreg.h | 6219 uint8_t num_keys; member
|