Searched refs:keys (Results 201 - 225 of 272) sorted by relevance

1234567891011

/freebsd-13-stable/contrib/ldns/ldns/
H A Dkeys.h3 * keys.h
117 * General key structure, can contain all types of keys that
118 * are used in DNSSEC. Mostly used to store private keys, since
119 * public keys can also be stored in a \ref ldns_rr with type
130 /** Storage pointers for the types of keys supported */
174 * Same as rr_list, but now for keys
439 * returns the number of keys in the key list
441 * \return the numbers of keys in the list
542 * Set the 'use' flag for all keys in the list
543 * \param[in] keys Th
[all...]
H A Dresolver.h796 * Returns true if at least one of the provided keys is a trust anchor
798 * \param[in] keys the keyset to check
799 * \param[out] trusted_keys the subset of trusted keys in the 'keys' rrset
800 * \return true if at least one of the provided keys is a configured trust anchor
802 bool ldns_resolver_trusted_key(const ldns_resolver *r, ldns_rr_list * keys, ldns_rr_list * trusted_keys);
/freebsd-13-stable/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class.py148 template_arg_count = len(class_node.templated_types.keys())
/freebsd-13-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py217 for prop in props.keys():
/freebsd-13-stable/sys/contrib/openzfs/cmd/arcstat/
H A Darcstat.in423 hdr = cols.keys()
425 hdr = [col for col in cols.keys() if not col.startswith("l2")]
/freebsd-13-stable/contrib/mtree/
H A Dmisc.c111 int keys = KEYDEFAULT; variable
H A Dspecspec.c118 if (!(differ & keys))
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_config.h153 char * keys; member in struct:auth_node_tag
/freebsd-13-stable/usr.sbin/iscsid/
H A Ddiscovery.c173 struct keys *request_keys, *response_keys;
/freebsd-13-stable/contrib/ldns/
H A Dkeys.c2 * keys.c handle private keys for use in DNSSEC
5 * and give a general interface for private keys and hmac
1637 ldns_key_list_set_use(ldns_key_list *keys, bool v) argument
1641 for (i = 0; i < ldns_key_list_key_count(keys); i++) {
1642 ldns_key_set_use(ldns_key_list_key(keys, i), v);
1656 ldns_key **keys; local
1661 keys = LDNS_XREALLOC(
1663 if (!keys) {
1668 key_list->_keys = keys;
[all...]
H A Ddnssec_sign.c219 ldns_sign_public(ldns_rr_list *rrset, ldns_key_list *keys) argument
231 if (!rrset || ldns_rr_list_rr_count(rrset) < 1 || !keys) {
256 key_count < ldns_key_list_key_count(keys);
258 if (!ldns_key_use(ldns_key_list_key(keys, key_count))) {
270 current_key = ldns_key_list_key(keys, key_count);
271 /* sign all RRs with keys that have ZSKbit, !SEPbit.
272 sign DNSKEY RRs with keys that have ZSKbit&SEPbit */
1244 /* reset keys to use */
1248 and mark which keys (not) to use) */
H A Dresolver.c138 ldns_resolver_trusted_key(const ldns_resolver *r, ldns_rr_list * keys, ldns_rr_list * trusted_keys) argument
146 if (!r || !keys) { return false; }
152 for (i = 0; i < ldns_rr_list_rr_count(keys); i++) {
154 cur_rr = ldns_rr_list_rr(keys, i);
/freebsd-13-stable/contrib/bearssl/test/
H A Dtest_x509.c871 * Public keys, indexed by name. Elements are pointers to br_x509_pkey
874 static HT *keys; variable
1188 if (HT_put(keys, name, pk) != NULL) {
1329 keys = HT_new();
1487 tak = HT_get(keys, tta->key_name);
1514 ee_pkey_ref = HT_get(keys, tc->ee_key_name);
2050 HT_free(keys, free_key);
/freebsd-13-stable/stand/lua/
H A Ddrawer.lua431 -- keys are: graphic (table depicting graphic)
442 -- Indexed by valid values for loader_logo in loader.conf(5). Valid keys
484 -- All of the keys appearing below must be set for any menu frame style
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c114 uint32_t keys[3]; member in struct:trad_enc_ctx
288 ctx->keys[0] = CRC32(ctx->keys[0], c);
289 ctx->keys[1] = (ctx->keys[1] + (ctx->keys[0] & 0xff)) * 134775813L + 1;
290 t = (ctx->keys[1] >> 24) & 0xff;
291 ctx->keys[2] = CRC32(ctx->keys[2], t);
298 unsigned temp = ctx->keys[
[all...]
/freebsd-13-stable/crypto/heimdal/lib/kadm5/
H A DMakefile.am98 keys.c \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp139 std::vector<StringRef> Input::keys() { function in class:Input
477 // Tags inside maps in sequences should act as keys in the map from a
496 std::vector<StringRef> Output::keys() { function in class:Output
/freebsd-13-stable/crypto/openssh/contrib/aix/
H A Dbuildbff.sh241 # Generate keys unless they already exist
242 echo Creating host keys if required.
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dap_config.c584 static void hostapd_config_free_wep(struct hostapd_wep_keys *keys) argument
588 bin_clear_free(keys->key[i], keys->len[i]);
589 keys->key[i] = NULL;
1288 /* individual keys are not use; can use key idx0 for
1289 * broadcast keys */
/freebsd-13-stable/contrib/libucl/src/
H A Ducl_internal.h265 struct ucl_pubkey *keys; member in struct:ucl_parser
/freebsd-13-stable/usr.sbin/fmtree/
H A Dspecspec.c105 if (!(differ & keys))
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py491 return list(errlist.keys())
505 :param holds: a ``dict`` where keys are snapshot names and values are
538 return list(errlist.keys())
612 backups to be taken even if encryption keys are not currently loaded.
1725 Currently allowed keys are "filesystem", "volume", "snapshot".
1770 Currently allowed keys are "filesystem", "volume", "snapshot". ``None``
1869 result['clones'] = list(result['clones'].keys())
/freebsd-13-stable/usr.bin/sort/
H A Dcoll.c49 struct key_specs *keys; variable in typeref:struct:key_specs
67 * Allocate keys array
93 * Calculate keys array size
103 * Clean data of keys array
122 * Get pointer to a key value in the keys set
133 * Set value of a key in the keys set
199 * Return combined string and keys memory size.
419 kspecs = &(keys[i]);
500 sm = &(keys[i].sm);
/freebsd-13-stable/crypto/openssl/crypto/aria/
H A Daria.c1090 unsigned int rounds, const ARIA_u128 *keys)
1097 FO(&p, &p, &keys[i]);
1098 FE(&p, &p, &keys[i + 1]);
1100 FO(&p, &p, &keys[rounds - 2]);
1101 sl2(o, &p, &keys[rounds - 1]);
1102 xor128(o, o, &keys[rounds]);
1089 do_encrypt(unsigned char *o, const unsigned char *pin, unsigned int rounds, const ARIA_u128 *keys) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h102 /// keys that are "strings", which are basically ranges of bytes. This does some
211 iterator_range<StringMapKeyIterator<ValueTy>> keys() const { function in class:llvm::StringMap
335 // Zap all values, resetting the keys back to non-present (not tombstone),

Completed in 300 milliseconds

1234567891011