Searched refs:keys (Results 176 - 200 of 272) sorted by relevance

1234567891011

/freebsd-13-stable/usr.sbin/ctld/
H A Ddiscovery.c167 discovery_add_target(struct keys *response_keys, const struct target *targ)
280 struct keys *request_keys, *response_keys;
/freebsd-13-stable/targets/pseudo/userland/share/
H A DMakefile.depend63 share/keys/pkg/trusted \
/freebsd-13-stable/contrib/wpa/src/wps/
H A Dwps_common.c68 u8 keys[WPS_AUTHKEY_LEN + WPS_KEYWRAPKEY_LEN + WPS_EMSK_LEN]; local
116 keys, sizeof(keys));
117 os_memcpy(wps->authkey, keys, WPS_AUTHKEY_LEN);
118 os_memcpy(wps->keywrapkey, keys + WPS_AUTHKEY_LEN, WPS_KEYWRAPKEY_LEN);
119 os_memcpy(wps->emsk, keys + WPS_AUTHKEY_LEN + WPS_KEYWRAPKEY_LEN,
/freebsd-13-stable/sys/contrib/openzfs/cmd/dbufstat/
H A Ddbufstat.in161 for key in sorted(cols.keys()):
455 for pool in list(d.keys()):
456 for objset in list(d[pool].keys()):
/freebsd-13-stable/crypto/openssh/
H A Dkex.c996 u_char *keys[NKEYS]; local
1002 shared_secret, &keys[i])) != 0) {
1004 free(keys[j]);
1011 kex->newkeys[mode]->enc.iv = keys[ctos ? 0 : 1];
1012 kex->newkeys[mode]->enc.key = keys[ctos ? 2 : 3];
1013 kex->newkeys[mode]->mac.key = keys[ctos ? 4 : 5];
H A Dmisc.c981 } keys[EXPAND_MAX_KEYS]; local
985 /* Gather keys */
988 keys[num_keys].key = va_arg(ap, char *);
989 if (keys[num_keys].key == NULL)
991 keys[num_keys].repl = va_arg(ap, char *);
992 if (keys[num_keys].repl == NULL)
996 fatal("%s: too many keys", __func__);
1017 if (strchr(keys[j].key, *string) != NULL) {
1018 i = strlcat(buf, keys[j].repl, sizeof(buf));
H A Dssh-agent.c254 /* send list of supported public keys to 'client' */
381 /* Loop over all identities and clear the keys. */
395 /* removes expired keys and returns number of seconds until the next expiry */
577 struct sshkey **keys = NULL, *k; local
622 count = pkcs11_add_provider(canonical_provider, pin, &keys);
624 k = keys[i];
638 keys[i] = NULL;
643 free(keys);
670 /* Skip file--based keys */
1324 /* deny core dumps, since memory contains unencrypted private keys */
[all...]
/freebsd-13-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch722 foreach (keys %F_key)
731 foreach (keys %F_name)
737 foreach (keys %F_size)
743 foreach (keys %F_mtime)
749 foreach (keys %F_first)
755 foreach (keys %F_last)
762 @F_files = sort {$F_first{$a} <=> $F_first{$b}; } keys(%F_name);
/freebsd-13-stable/contrib/wpa/src/common/
H A Dsae.c692 u8 keys[SAE_KCK_LEN + SAE_PMK_LEN]; local
723 val, sae->tmp->order_len, keys, sizeof(keys)) < 0)
726 os_memcpy(sae->tmp->kck, keys, SAE_KCK_LEN);
727 os_memcpy(sae->pmk, keys + SAE_KCK_LEN, SAE_PMK_LEN);
729 os_memset(keys, 0, sizeof(keys));
/freebsd-13-stable/lib/ncurses/ncurses/
H A DMakefile277 CLEANFILES= ${GENSRCS} ${GENHDRS} keys.list make_hash term.h.new \
349 lib_keyname.c: keys.list MKkeyname.awk
350 ${AWK} -f ${NCURSES_DIR}/ncurses/base/MKkeyname.awk bigstrings=${USE_BIG_STRINGS} keys.list > lib_keyname.c
376 init_keytry.h: keys.list make_keys
377 ${BTOOLSPATH:U.}/make_keys keys.list > init_keytry.h
400 keys.list: MKkeys_list.sh Caps Caps-ncurses
402 ${NCURSES_DIR}/include/Caps ${NCURSES_DIR}/include/Caps-ncurses | LC_ALL=C sort > keys.list
/freebsd-13-stable/contrib/less/
H A Dcommand.c936 LWCHAR keys[16]; local
944 keys[ki] = c;
945 if (c != orig[ki] || ki >= sizeof(keys)-1)
948 * If we have stashed chars in keys[],
951 (*gr_ungetc)(keys[ki--]);
952 return keys[0];
/freebsd-13-stable/sys/dev/gpio/
H A Dgpiokeys.c153 /* gpio-keys device */
392 if (!ofw_bus_is_compatible(dev, "gpio-keys"))
408 phandle_t keys, child; local
412 if ((keys = ofw_bus_get_node(dev)) == -1)
462 OF_getprop_alloc(keys, "name", (void **)&name);
473 /* Traverse the 'gpio-keys' node and count keys */
474 for (child = OF_child(keys); child != 0; child = OF_peer(child)) {
485 /* Traverse the 'gpio-keys' node and count keys */
[all...]
/freebsd-13-stable/contrib/mtree/
H A Dspec.c339 #define MATCHFLAG(f) ((keys & (f)) && (cur->flags & (f)))
344 if (keys & F_UNAME &&
352 if (keys & F_GNAME &&
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DLayoutPass.cpp436 std::vector<SortKey> &keys) const {
438 for (SortKey &k : keys)
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c1967 struct tls_random *keys)
1971 if (!conn || !keys)
1977 os_memset(keys, 0, sizeof(*keys));
1978 keys->client_random = conn->client_random;
1979 keys->client_random_len = wolfSSL_get_client_random(
1981 keys->server_random = conn->server_random;
1982 keys->server_random_len = wolfSSL_get_server_random(
1966 tls_connection_get_random(void *ssl_ctx, struct tls_connection *conn, struct tls_random *keys) argument
/freebsd-13-stable/include/rpcsvc/
H A Dnis.x346 /* Update public keys of a directory object */
371 % NIS_HASH_ITEM *keys[64]; /* A hash table of items */
/freebsd-13-stable/sys/contrib/openzfs/cmd/arc_summary/
H A Darc_summary3480 sections = sorted(kstats_dict.keys())
826 keylist = sorted(spls.keys())
852 keylist = sorted(tunables.keys())
977 calls = sorted(section_calls.keys())
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.h316 struct keys { struct in struct:tls_keyctx
320 } keys; member in struct:tls_keyctx
/freebsd-13-stable/sys/dev/ice/
H A Dice_common.h125 struct ice_aqc_get_set_rss_keys *keys);
128 struct ice_aqc_get_set_rss_keys *keys);
/freebsd-13-stable/crypto/openssh/regress/
H A DMakefile74 keys-command \
108 key.ed25519-512.pub key.rsa-* keys-command-args kh.* \
/freebsd-13-stable/tests/sys/acl/
H A Drun204 #print STDERR "<<", join("/", keys %groups), ">>\n";
205 my $groups = join(" ", ($gid, $gid, keys %groups));
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser198 foreach $key (keys %virt)
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dtls1.h303 # define SSL_CTX_get_tlsext_ticket_keys(ctx, keys, keylen) \
304 SSL_CTX_ctrl(ctx,SSL_CTRL_GET_TLSEXT_TICKET_KEYS,keylen,keys)
305 # define SSL_CTX_set_tlsext_ticket_keys(ctx, keys, keylen) \
306 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TLSEXT_TICKET_KEYS,keylen,keys)
/freebsd-13-stable/lib/libnetmap/
H A Dnmport.c285 ok = &o->keys[k->id];
307 #define nmport_key(p, o, k) ((p)->keys[NPKEY_ID(o, k)])
308 #define nmport_defkey(p, o) ((p)->keys[NPOPT_DESC(o).default_key])
368 const char *k = p->keys[i];
/freebsd-13-stable/contrib/ldns/ldns/
H A Ddnssec.h32 #include <ldns/keys.h>
428 * \param[in] k list of keys
430 * \param[out] good_keys keys which validated the packet
441 * \param[in] k list of keys
444 * \param[out] good_keys keys which validated the packet
480 * add no new ones for the keys of these signatures

Completed in 180 milliseconds

1234567891011