Searched refs:key (Results 76 - 100 of 2503) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Ddst_api.c101 static isc_result_t write_public_key(const dst_key_t *key, int type,
109 static isc_result_t computeid(dst_key_t *key);
283 dst_context_create(dst_key_t *key, isc_mem_t *mctx, dst_context_t **dctxp) { argument
288 REQUIRE(VALID_KEY(key));
292 if (key->func->createctx == NULL)
294 if (key->keydata.generic == NULL)
300 dctx->key = key;
302 result = key->func->createctx(key, dct
337 dst_key_t *key; local
415 dst_key_tofile(const dst_key_t *key, int type, const char *directory) argument
447 dst_key_t *key; local
489 dst_key_t *pubkey = NULL, *key = NULL; local
592 dst_key_todns(const dst_key_t *key, isc_buffer_t *target) argument
628 dst_key_t *key = NULL; local
670 dst_key_t *key = NULL; local
691 dst_key_tobuffer(const dst_key_t *key, isc_buffer_t *target) argument
705 dst_key_privatefrombuffer(dst_key_t *key, isc_buffer_t *buffer) argument
727 dst_key_getgssctx(const dst_key_t *key) argument
738 dst_key_t *key; local
772 dst_key_t *key; local
806 dst_key_t *key; local
861 dst_key_t *key; local
904 dst_key_getnum(const dst_key_t *key, int type, isc_uint32_t *valuep) argument
916 dst_key_setnum(dst_key_t *key, int type, isc_uint32_t value) argument
925 dst_key_unsetnum(dst_key_t *key, int type) argument
933 dst_key_gettime(const dst_key_t *key, int type, isc_stdtime_t *timep) argument
944 dst_key_settime(dst_key_t *key, int type, isc_stdtime_t when) argument
952 dst_key_unsettime(dst_key_t *key, int type) argument
959 dst_key_getprivateformat(const dst_key_t *key, int *majorp, int *minorp) argument
969 dst_key_setprivateformat(dst_key_t *key, int major, int minor) argument
1104 dst_key_t *key; local
1137 dst_key_isprivate(const dst_key_t *key) argument
1144 dst_key_buildfilename(const dst_key_t *key, int type, const char *directory, isc_buffer_t *out) argument
1156 dst_key_sigsize(const dst_key_t *key, unsigned int *n) argument
1212 dst_key_secretsize(const dst_key_t *key, unsigned int *n) argument
1228 dst_key_setflags(dst_key_t *key, isc_uint32_t flags) argument
1235 dst_key_format(const dst_key_t *key, char *cp, unsigned int size) argument
1246 dst_key_dump(dst_key_t *key, isc_mem_t *mctx, char **buffer, int *length) argument
1263 dst_key_t *key; local
1300 dst_key_t *key; local
1476 issymmetric(const dst_key_t *key) argument
1506 printtime(const dst_key_t *key, int type, const char *tag, FILE *stream) argument
1555 write_public_key(const dst_key_t *key, int type, const char *directory) argument
1703 computeid(dst_key_t *key) argument
1725 dst_key_t *key; local
1852 dst_key_tkeytoken(const dst_key_t *key) argument
[all...]
H A Dzonekey.c39 dns_rdata_dnskey_t key; local
44 result = dns_rdata_tostruct(keyrdata, &key, NULL);
48 if ((key.flags & DNS_KEYTYPE_NOAUTH) != 0)
50 if ((key.flags & DNS_KEYFLAG_OWNERMASK) != DNS_KEYOWNER_ZONE)
52 if (key.protocol != DNS_KEYPROTO_DNSSEC &&
53 key.protocol != DNS_KEYPROTO_ANY)
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dptable.h44 char *key; \
80 : key(0), val(0) \
93 a_delete v[i].key; \
99 void PTABLE(T)::define(const char *key, T *val) \
101 assert(key != 0); \
102 unsigned long h = hash_string(key); \
105 v[n].key != 0; \
107 if (strcmp(v[n].key, key) == 0) { \
120 if (oldv[i].key !
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/objc/
H A Dhash.h42 * a key/value pair.
50 const void *key; /* Key used to locate the value. Used member in struct:cache_node
52 key computes the same hash
54 void *value; /* Value stored for the key. */
59 * This data type is the function that computes a hash code given a key.
60 * Therefore, the key can be a pointer to anything and the function specific
61 * to the key type.
101 /* Function used to compute a hash code given a key.
122 /* Add the key/value pair to the hash table. If the
125 assert if the key i
166 objc_hash_ptr(cache_ptr cache, const void *key) argument
175 objc_hash_string(cache_ptr cache, const void *key) argument
238 hash_add(cache_ptr *cachep, const void *key, void *value) argument
246 hash_remove(cache_ptr cache, const void *key) argument
263 hash_value_for_key(cache_ptr cache, const void *key) argument
272 hash_is_key_in_hash(cache_ptr cache, const void *key) argument
280 hash_ptr(cache_ptr cache, const void *key) argument
288 hash_string(cache_ptr cache, const void *key) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dgather-docs78 $key = $name;
79 $key =~ tr/A-Z/a-z/;
80 $key =~ s/[^a-z0-9]+/ /g;
81 $name{$key} = $node;
82 $lines{$key} = '';
83 $src_file{$key} = $in;
84 $src_line{$key} = $line;
88 $node_lines{$key} .= $_;
91 $node_lines{$key} .= $_;
115 for $key (sor
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dgather-docs78 $key = $name;
79 $key =~ tr/A-Z/a-z/;
80 $key =~ s/[^a-z0-9]+/ /g;
81 $name{$key} = $node;
82 $lines{$key} = '';
83 $src_file{$key} = $in;
84 $src_line{$key} = $line;
88 $node_lines{$key} .= $_;
91 $node_lines{$key} .= $_;
115 for $key (sor
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dgather-docs78 $key = $name;
79 $key =~ tr/A-Z/a-z/;
80 $key =~ s/[^a-z0-9]+/ /g;
81 $name{$key} = $node;
82 $lines{$key} = '';
83 $src_file{$key} = $in;
84 $src_line{$key} = $line;
88 $node_lines{$key} .= $_;
91 $node_lines{$key} .= $_;
115 for $key (sor
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dgather-docs78 $key = $name;
79 $key =~ tr/A-Z/a-z/;
80 $key =~ s/[^a-z0-9]+/ /g;
81 $name{$key} = $node;
82 $lines{$key} = '';
83 $src_file{$key} = $in;
84 $src_line{$key} = $line;
88 $node_lines{$key} .= $_;
91 $node_lines{$key} .= $_;
115 for $key (sor
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dcreate.c169 pubkey_length(const pgp_pubkey_t *key) argument
171 switch (key->alg) {
173 return mpi_length(key->key.dsa.p) + mpi_length(key->key.dsa.q) +
174 mpi_length(key->key.dsa.g) + mpi_length(key->key
187 seckey_length(const pgp_seckey_t *key) argument
215 pgp_fast_create_rsa_pubkey(pgp_pubkey_t *key, time_t t, BIGNUM *n, BIGNUM *e) argument
230 write_pubkey_body(const pgp_pubkey_t *key, pgp_output_t *output) argument
277 write_seckey_body(const pgp_seckey_t *key, const uint8_t *passphrase, const size_t pplen, pgp_output_t *output) argument
483 write_struct_pubkey(pgp_output_t *output, const pgp_pubkey_t *key) argument
503 pgp_write_xfer_pubkey(pgp_output_t *output, const pgp_key_t *key, const unsigned armoured) argument
559 pgp_write_xfer_seckey(pgp_output_t *output, const pgp_key_t *key, const uint8_t *passphrase, const size_t pplen, unsigned armoured) argument
620 pgp_pubkey_t key; local
634 pgp_build_pubkey(pgp_memory_t *out, const pgp_pubkey_t *key, unsigned make_packet) argument
669 pgp_fast_create_rsa_seckey(pgp_seckey_t *key, time_t t, BIGNUM *d, BIGNUM *p, BIGNUM *q, BIGNUM *u, BIGNUM *n, BIGNUM *e) argument
696 pgp_write_struct_seckey(const pgp_seckey_t *key, const uint8_t *passphrase, const size_t pplen, pgp_output_t *output) argument
935 pgp_create_pk_sesskey(const pgp_key_t *key, const char *ciphername) argument
[all...]
H A Dssh2pgp.c205 pgp_ssh2pubkey(pgp_io_t *io, const char *f, pgp_key_t *key, pgp_hash_alg_t hashtype) argument
239 /* move past ascii type of key */
247 (void) fprintf(stderr, "bad key file '%s'\n", f);
269 /* get the type of key */
276 (void) memset(key, 0x0, sizeof(*key));
277 pubkey = &key->key.seckey.pubkey;
280 /* get key type */
284 /* get the 'e' param of the key */
345 pgp_ssh2seckey(pgp_io_t *io, const char *f, pgp_key_t *key, pgp_pubkey_t *pubkey, pgp_hash_alg_t hashtype) argument
439 pgp_key_t key; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bf/
H A Dbfs.cpp39 BF_KEY key; local
48 BF_encrypt(&data[0],&key);
50 BF_encrypt(&data[0],&key);
51 BF_encrypt(&data[0],&key);
52 BF_encrypt(&data[0],&key);
55 BF_encrypt(&data[0],&key);
56 BF_encrypt(&data[0],&key);
57 BF_encrypt(&data[0],&key);
58 BF_encrypt(&data[0],&key);
60 BF_encrypt(&data[0],&key);
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/des/
H A Ddess.cpp39 des_key_schedule key; local
48 des_encrypt1(&data[0],key,1);
50 des_encrypt1(&data[0],key,1);
51 des_encrypt1(&data[0],key,1);
52 des_encrypt1(&data[0],key,1);
55 des_encrypt1(&data[0],key,1);
56 des_encrypt1(&data[0],key,1);
57 des_encrypt1(&data[0],key,1);
58 des_encrypt1(&data[0],key,1);
60 des_encrypt1(&data[0],key,
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/times/x86/
H A Dbfs.cpp39 BF_KEY key; local
48 BF_encrypt(&data[0],&key);
50 BF_encrypt(&data[0],&key);
51 BF_encrypt(&data[0],&key);
52 BF_encrypt(&data[0],&key);
55 BF_encrypt(&data[0],&key);
56 BF_encrypt(&data[0],&key);
57 BF_encrypt(&data[0],&key);
58 BF_encrypt(&data[0],&key);
60 BF_encrypt(&data[0],&key);
[all...]
H A Dcasts.cpp39 CAST_KEY key; local
48 CAST_encrypt(&data[0],&key);
50 CAST_encrypt(&data[0],&key);
51 CAST_encrypt(&data[0],&key);
52 CAST_encrypt(&data[0],&key);
55 CAST_encrypt(&data[0],&key);
56 CAST_encrypt(&data[0],&key);
57 CAST_encrypt(&data[0],&key);
58 CAST_encrypt(&data[0],&key);
60 CAST_encrypt(&data[0],&key);
[all...]
H A Ddess.cpp39 des_key_schedule key; local
48 des_encrypt(&data[0],key,1);
50 des_encrypt(&data[0],key,1);
51 des_encrypt(&data[0],key,1);
52 des_encrypt(&data[0],key,1);
55 des_encrypt(&data[0],key,1);
56 des_encrypt(&data[0],key,1);
57 des_encrypt(&data[0],key,1);
58 des_encrypt(&data[0],key,1);
60 des_encrypt(&data[0],key,
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/tsiggss/
H A Dsetup.sh25 rm -f ns1/*.jnl ns1/K*.key ns1/K*.private ns1/_default.tsigkeys
29 key=`$KEYGEN -Cq -K ns1 -a DSA -b 512 -r $RANDFILE -n HOST -T KEY key.example.nil.`
30 cat ns1/example.nil.db.in ns1/${key}.key > ns1/example.nil.db
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/include/
H A Dkeyboard.h65 #define ADBK_KEYVAL(key) ((key) & 0x7f)
66 #define ADBK_PRESS(key) (((key) & 0x80) == 0)
67 #define ADBK_KEYDOWN(key) (key)
68 #define ADBK_KEYUP(key) ((key) | 0x80)
69 #define ADBK_MODIFIER(key) ((((key)
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/macppc/include/
H A Dkeyboard.h65 #define ADBK_KEYVAL(key) ((key) & 0x7f)
66 #define ADBK_PRESS(key) (((key) & 0x80) == 0)
67 #define ADBK_KEYDOWN(key) (key)
68 #define ADBK_KEYUP(key) ((key) | 0x80)
69 #define ADBK_MODIFIER(key) ((((key)
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dhash.h83 unsigned int key; member in struct:hash_item_uint
87 void *hash_add_uint(hash_table *ht, unsigned int key, void *value);
88 void *hash_replace_uint(hash_table *ht, unsigned int key, void *value);
89 void *hash_lookup_uint(hash_table *ht, unsigned int key);
90 void *hash_remove_uint(hash_table *ht, unsigned int key);
97 pid_t key; member in struct:hash_item_pid
101 void *hash_add_pid(hash_table *ht, pid_t key, void *value);
102 void *hash_replace_pid(hash_table *ht, pid_t key, void *value);
103 void *hash_lookup_pid(hash_table *ht, pid_t key);
104 void *hash_remove_pid(hash_table *ht, pid_t key);
111 char * key; member in struct:hash_item_string
125 pidthr_t key; member in struct:hash_item_pidthr
140 lwpid_t key; member in struct:hash_item_lwpid
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_hashtab.c57 void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key) argument
64 hashed_key = hash32_buf(&key, sizeof(key), ht->order);
65 DRM_DEBUG("Key is 0x%08lx, Hashed key is 0x%08x\n", key, hashed_key);
68 DRM_DEBUG("count %d, key: 0x%08lx\n", count++, entry->key);
72 drm_ht_find_key(struct drm_open_hash *ht, unsigned long key) argument
78 hashed_key = hash32_buf(&key, sizeof(key), h
95 unsigned long key = item->key; local
143 drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, struct drm_hash_item **item) argument
156 drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/crypto/rijndael/
H A Drijndael-api-fst.c66 rijndael_makeKey(keyInstance *key, BYTE direction, int keyLen, argument
71 if (key == NULL) {
76 key->direction = direction;
82 key->keyLen = keyLen;
88 memcpy(key->keyMaterial, keyMaterial, keyLen/8);
91 /* initialize key schedule: */
92 memcpy(cipherKey, key->keyMaterial, keyLen/8);
94 key->Nr = rijndaelKeySetupEnc(key->rk, cipherKey, keyLen);
96 key
119 rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, const BYTE *input, int inputLen, BYTE *outBuffer) argument
192 rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, const BYTE *input, int inputOctets, BYTE *outBuffer) argument
249 rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, const BYTE *input, int inputLen, BYTE *outBuffer) argument
314 rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, const BYTE *input, int inputOctets, BYTE *outBuffer) argument
[all...]
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dpppcrypt.c60 MakeKey(key, des_key)
61 u_char *key; /* IN 56 bit DES key missing parity bits */
62 u_char *des_key; /* OUT 64 bit DES key with parity bits added */
64 des_key[0] = Get7Bits(key, 0);
65 des_key[1] = Get7Bits(key, 7);
66 des_key[2] = Get7Bits(key, 14);
67 des_key[3] = Get7Bits(key, 21);
68 des_key[4] = Get7Bits(key, 28);
69 des_key[5] = Get7Bits(key, 3
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/aes/
H A Daes_cfb.c61 size_t length, const AES_KEY *key,
64 CRYPTO_cfb128_encrypt(in,out,length,key,ivec,num,enc,(block128_f)AES_encrypt);
69 size_t length, const AES_KEY *key,
72 CRYPTO_cfb128_1_encrypt(in,out,length,key,ivec,num,enc,(block128_f)AES_encrypt);
76 size_t length, const AES_KEY *key,
79 CRYPTO_cfb128_8_encrypt(in,out,length,key,ivec,num,enc,(block128_f)AES_encrypt);
60 AES_cfb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_KEY *key, unsigned char *ivec, int *num, const int enc) argument
68 AES_cfb1_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_KEY *key, unsigned char *ivec, int *num, const int enc) argument
75 AES_cfb8_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_KEY *key, unsigned char *ivec, int *num, const int enc) argument
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/camellia/
H A Dcmll_cfb.c118 size_t length, const CAMELLIA_KEY *key,
122 CRYPTO_cfb128_encrypt(in,out,length,key,ivec,num,enc,(block128_f)Camellia_encrypt);
127 size_t length, const CAMELLIA_KEY *key,
130 CRYPTO_cfb128_1_encrypt(in,out,length,key,ivec,num,enc,(block128_f)Camellia_encrypt);
134 size_t length, const CAMELLIA_KEY *key,
137 CRYPTO_cfb128_8_encrypt(in,out,length,key,ivec,num,enc,(block128_f)Camellia_encrypt);
117 Camellia_cfb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char *ivec, int *num, const int enc) argument
126 Camellia_cfb1_encrypt(const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char *ivec, int *num, const int enc) argument
133 Camellia_cfb8_encrypt(const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char *ivec, int *num, const int enc) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D990517-1.c11 datum key; local
22 key.dptr = cur + ino[0];
23 key.dsize = off - ino[0];
26 (void) sdbm__putpair ((sdbm_hash(( key ).dptr, ( key ).dsize) & sbit) ? New : pag, key, val);

Completed in 308 milliseconds

1234567891011>>