HomeSort by: relevance | last modified time | path
    Searched defs:key (Results 1 - 25 of 1950) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
p8_pkey.c 16 /* Minor tweak to operation: zero private key data */
22 PKCS8_PRIV_KEY_INFO *key = (PKCS8_PRIV_KEY_INFO *)*pval; local
23 if (key->pkey)
24 OPENSSL_cleanse(key->pkey->data, key->pkey->length);
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
p8_pkey.c 16 /* Minor tweak to operation: zero private key data */
22 PKCS8_PRIV_KEY_INFO *key = (PKCS8_PRIV_KEY_INFO *)*pval; local
23 if (key->pkey)
24 OPENSSL_cleanse(key->pkey->data, key->pkey->length);
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
p8_pkey.c 16 /* Minor tweak to operation: zero private key data */
20 PKCS8_PRIV_KEY_INFO *key; local
26 key = (PKCS8_PRIV_KEY_INFO *)*pval;
27 if (key->pkey)
28 OPENSSL_cleanse(key->pkey->data, key->pkey->length);
32 key = (PKCS8_PRIV_KEY_INFO *)*pval;
33 version = ASN1_INTEGER_get(key->version);
36 if (version == 0 && key->kpub != NULL)
  /src/crypto/external/bsd/heimdal/dist/lib/wind/
combining_table.h 12 uint32_t key; member in struct:translation
  /src/crypto/external/bsd/heimdal/lib/libwind/
combining_table.h 10 uint32_t key; member in struct:translation
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
keydump.c 17 * Dump the contents of a key file saved by e.g. srp-simple as a DNS key.
33 const char *key_name = "com.apple.srp-client.host-key";
34 srp_key_t *key; local
36 key = srp_get_key(key_name, NULL);
37 if (key == NULL) {
38 if (key == NULL) {
39 printf("Unable to load key from %s.", key_name);
44 srp_print_key(key);
  /src/external/bsd/kyua-cli/dist/utils/config/
keys.cpp 39 /// Converts a key to its textual representation.
41 /// \param key The key to convert.
43 utils::config::detail::flatten_key(const tree_key& key)
45 PRE(!key.empty());
46 return text::join(key, ".");
50 /// Parses and validates a textual key.
52 /// \param str The key to process in dotted notation.
54 /// \return The tokenized key if valid.
56 /// \throw invalid_key_error If the input key is empty or invalid for any othe
61 const tree_key key = text::split(str, '.'); local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
key.c 1 /* $NetBSD: key.c,v 1.4 2025/09/05 21:16:28 christos Exp $ */
20 __RCSID("$NetBSD: key.c,v 1.4 2025/09/05 21:16:28 christos Exp $");
33 /* read a key */
46 MDB_val key; local
55 key.mv_size = sizeof(kbuf);
56 key.mv_data = kbuf;
62 key.mv_size = k->bv_len;
63 key.mv_data = k->bv_val;
66 rc = mdb_idl_fetch_key( be, txn, dbi, &key, ids, saved_cursor, get_flag );
nextid.c 34 MDB_val key; local
36 rc = mdb_cursor_get(mc, &key, NULL, MDB_LAST);
44 memcpy( &id, key.mv_data, sizeof( id ));
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-asm-2.c 29 /* Use the index as the key to locate the real opcode. */
30 enum aarch64_opcode_idx key = opcode - aarch64_opcode_table; local
32 switch (key)
777 /* Use the index as the key. */
778 enum aarch64_opnd key = self - aarch64_operands; local
779 switch (key)
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-asm-2.c 28 /* Use the index as the key to locate the real opcode. */
29 int key = opcode - aarch64_opcode_table; local
31 switch (key)
769 /* Use the index as the key. */
770 int key = self - aarch64_operands; local
771 switch (key)
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 50 key_const_reference key = PB_DS_V2F(r_val); local
51 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(key);
57 key, pos_hash_pair.second))
66 PB_DS_CHECK_KEY_EXISTS(key)
70 PB_DS_CHECK_KEY_DOES_NOT_EXIST(key)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 50 key_const_reference key = PB_DS_V2F(r_val); local
51 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(key);
57 key, pos_hash_pair.second))
66 PB_DS_CHECK_KEY_EXISTS(key)
70 PB_DS_CHECK_KEY_DOES_NOT_EXIST(key)
  /src/external/mpl/bind/dist/lib/dns/
zonekey.c 33 dns_rdata_dnskey_t key; local
38 result = dns_rdata_tostruct(keyrdata, &key, NULL);
43 if ((key.flags & DNS_KEYTYPE_NOAUTH) != 0) {
46 if ((key.flags & DNS_KEYFLAG_OWNERMASK) != DNS_KEYOWNER_ZONE) {
49 if (key.protocol != DNS_KEYPROTO_DNSSEC &&
50 key.protocol != DNS_KEYPROTO_ANY)
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zonekey.c 33 dns_rdata_dnskey_t key; local
38 result = dns_rdata_tostruct(keyrdata, &key, NULL);
43 if ((key.flags & DNS_KEYTYPE_NOAUTH) != 0) {
46 if ((key.flags & DNS_KEYFLAG_OWNERMASK) != DNS_KEYOWNER_ZONE) {
49 if (key.protocol != DNS_KEYPROTO_DNSSEC &&
50 key.protocol != DNS_KEYPROTO_ANY)
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-asm-2.c 28 /* Use the index as the key to locate the real opcode. */
29 int key = opcode - aarch64_opcode_table; local
31 switch (key)
623 /* Use the index as the key. */
624 int key = self - aarch64_operands; local
625 switch (key)
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-asm-2.c 29 /* Use the index as the key to locate the real opcode. */
30 enum aarch64_opcode_idx key = opcode - aarch64_opcode_table; local
32 switch (key)
770 /* Use the index as the key. */
771 enum aarch64_opnd key = self - aarch64_operands; local
772 switch (key)
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/
yamlget.py 22 for key in sys.argv[2:]:
24 key = int(key) variable
29 item = item[key]
31 print('Key "' + key + '" not found.')
  /src/bin/pax/
getoldopt.c 39 static char *key; /* Points to next keyletter */ local
46 if (key == NULL) { /* First time */
48 key = argv[1];
49 if (*key == '-')
57 c = *key++;
59 key--;
  /src/sys/external/isc/libsodium/dist/test/default/
auth3.c 6 static unsigned char key[32] = { variable
28 printf("%d\n", crypto_auth_hmacsha256_verify(a, c, sizeof c, key));
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_rc2_hw.c 19 const unsigned char *key, size_t keylen)
24 RC2_set_key(ks, (int)ctx->keylen, key, (int)rctx->key_bits); local
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/data/
mkcert.sh 7 key() { function
8 local key=$1; shift
10 if [ ! -f "${key}.pem" ]; then
13 -out "${key}.pem"
18 local key=$1; shift
21 openssl req -new -sha256 -key "${key}.pem" \
37 local key=$1; shift
45 key "$key"; req "$key" "$dn"
    [all...]
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_rc2_hw.c 19 const unsigned char *key, size_t keylen)
24 RC2_set_key(ks, (int)ctx->keylen, key, (int)rctx->key_bits); local
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
p_seal.c 22 unsigned char key[EVP_MAX_KEY_LENGTH]; local
33 if (EVP_CIPHER_CTX_rand_key(ctx, key) <= 0)
40 if (!EVP_EncryptInit_ex(ctx, NULL, NULL, key, iv))
45 EVP_PKEY_encrypt_old(ek[i], key, EVP_CIPHER_CTX_key_length(ctx),
54 OPENSSL_cleanse(key, sizeof(key));
  /src/lib/libwrap/
update.c 46 int key; local
49 while ((key = va_arg(ap, int)) > 0) {
50 switch (key) {
52 tcpd_warn("request_fill: invalid key: %d", key);

Completed in 52 milliseconds

1 2 3 4 5 6 7 8 91011>>