Searched refs:key (Results 151 - 175 of 2503) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/camellia/
H A Dcmll_ofb.c116 size_t length, const CAMELLIA_KEY *key,
118 CRYPTO_ofb128_encrypt(in,out,length,key,ivec,num,(block128_f)Camellia_encrypt);
115 Camellia_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char *ivec, int *num) argument
H A Dcmll_utl.c58 CAMELLIA_KEY *key)
63 return private_Camellia_set_key(userKey, bits, key);
57 Camellia_set_key(const unsigned char *userKey, const int bits, CAMELLIA_KEY *key) argument
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/des/t/
H A Dtest7 $key='00000000';
8 $ks=DES::set_key($key);
14 $key=DES::random_key();
16 @a=split(//,$key);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dp_open.c73 unsigned char *key=NULL; local
90 key=(unsigned char *)OPENSSL_malloc(size+2);
91 if (key == NULL)
98 i=EVP_PKEY_decrypt_old(key,ek,ekl,priv);
104 if(!EVP_DecryptInit_ex(ctx,NULL,NULL,key,iv)) goto err;
108 if (key != NULL) OPENSSL_cleanse(key,size);
109 OPENSSL_free(key);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/rc4/
H A Drc4_utl.c56 void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data) argument
61 private_RC4_set_key(key, len, data);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/autosign/
H A Dclean.sh20 rm -f active.key inact.key del.key unpub.key standby.key rev.key
21 rm -f nopriv.key vanishing.key del1.key del2.key
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/rndc/
H A Dclean.sh20 rm -f ns2/session.key
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/crypto/
H A Daes.h20 void * aes_encrypt_init(const u8 *key, size_t len);
23 void * aes_decrypt_init(const u8 *key, size_t len);
H A Daes_wrap.h27 int __must_check omac1_aes_128_vector(const u8 *key, size_t num_elem,
30 int __must_check omac1_aes_128(const u8 *key, const u8 *data, size_t data_len,
32 int __must_check aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out);
33 int __must_check aes_128_ctr_encrypt(const u8 *key, const u8 *nonce,
35 int __must_check aes_128_eax_encrypt(const u8 *key,
39 int __must_check aes_128_eax_decrypt(const u8 *key,
43 int __must_check aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data,
45 int __must_check aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Doverflow-1.c12 int key; member in struct:S
21 cell->key=i*(0xffffffffUL/2);
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dltable.h23 LUAI_FUNC const TValue *luaH_getnum (Table *t, int key);
24 LUAI_FUNC TValue *luaH_setnum (lua_State *L, Table *t, int key);
25 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
26 LUAI_FUNC TValue *luaH_setstr (lua_State *L, Table *t, TString *key);
27 LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key);
28 LUAI_FUNC TValue *luaH_set (lua_State *L, Table *t, const TValue *key);
32 LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key);
37 LUAI_FUNC Node *luaH_mainposition (const Table *t, const TValue *key);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Doverflow-1.c12 int key; member in struct:S
21 cell->key=i*(0xffffffffUL/2);
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_lwp_specificdata.c50 * Create a key for subsystem lwp-specific data.
61 * Delete a key for subsystem lwp-specific data.
64 lwp_specific_key_delete(specificdata_key_t key) argument
67 specificdata_key_delete(lwp_specificdata_domain, key);
96 * Return lwp-specific data corresponding to the specified key.
106 lwp_getspecific(specificdata_key_t key) argument
110 &curlwp->l_specdataref, key));
114 _lwp_getspecific_by_lwp(struct lwp *l, specificdata_key_t key) argument
118 &l->l_specdataref, key));
123 * Set lwp-specific data corresponding to the specified key
126 lwp_setspecific(specificdata_key_t key, void *data) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/mkalias/
H A Dmkalias.c157 datum key, val; local
244 for (key = ypdb_firstkey(db);
245 key.dptr != NULL;
246 key = ypdb_nextkey(db)) {
248 val = ypdb_fetch(db, key);
252 if ((*key.dptr == '@') && (key.dsize == 1))
254 if (strncmp(key.dptr, "YP_", 3)==0) /* YP token */
269 key.dsize, key
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/revnetgroup/
H A Dhash.h44 char *key; member in struct:member_entry
52 char *key; member in struct:group_entry
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dhmacmd5.c40 isc_hmacmd5_init(isc_hmacmd5_t *ctx, const unsigned char *key, argument
43 HMAC_Init(ctx, (const void *) key, (int) len, EVP_md5());
71 * Start HMAC-MD5 process. Initialize an md5 context and digest the key.
74 isc_hmacmd5_init(isc_hmacmd5_t *ctx, const unsigned char *key, argument
80 memset(ctx->key, 0, sizeof(ctx->key));
81 if (len > sizeof(ctx->key)) {
84 isc_md5_update(&md5ctx, key, len);
85 isc_md5_final(&md5ctx, ctx->key);
87 memcpy(ctx->key, ke
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/datastruct/
H A Dbtree.c22 uint32_t key; member in struct:node
46 * Shuffle the bits in a key, to try and remove
60 static struct node **_lookup(struct node *const *c, uint32_t key, argument
66 if ((*c)->key == key)
69 if (key < (*c)->key)
81 uint32_t key = _shuffle(k); local
82 struct node *p, **c = _lookup(&t->root, key, &p);
88 uint32_t key local
[all...]
/netbsd-6-1-5-RELEASE/common/lib/libprop/
H A Dprop_dictionary_util.c45 prop_dictionary_get_dict(prop_dictionary_t dict, const char *key, prop_dictionary_t *dp) argument
48 o = prop_dictionary_get(dict, key);
58 const char *key,
63 b = prop_dictionary_get(dict, key);
74 const char *key,
83 rv = prop_dictionary_set(dict, key, b);
92 const char *key, \
97 num = prop_dictionary_get(dict, key); \
119 const char *key, \
124 num = prop_dictionary_get(dict, key); \
57 prop_dictionary_get_bool(prop_dictionary_t dict, const char *key, bool *valp) argument
73 prop_dictionary_set_bool(prop_dictionary_t dict, const char *key, bool val) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/cast/
H A Dcast.h88 int short_key; /* Use reduced rounds for short key */
92 void private_CAST_set_key(CAST_KEY *key, int len, const unsigned char *data);
94 void CAST_set_key(CAST_KEY *key, int len, const unsigned char *data);
95 void CAST_ecb_encrypt(const unsigned char *in, unsigned char *out, const CAST_KEY *key,
97 void CAST_encrypt(CAST_LONG *data, const CAST_KEY *key);
98 void CAST_decrypt(CAST_LONG *data, const CAST_KEY *key);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isccc/include/isccc/
H A Dsymtab.h51 * It's possible that a client will attempt to define a <key, type,
52 * value> tuple when a tuple with the given key and type already
59 * with the old <key, type, value> tuple.
64 * A lookup of a key using type 0 will return the most-recently
65 * defined symbol with that key. An undefine of a key using type 0
66 * will undefine the most-recently defined symbol with that key.
67 * Trying to define a key with type 0 is illegal.
69 * The symbol table library does not make a copy the key field, so the
70 * caller must ensure that any key i
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/
H A Dvalue-type.c30 /* maximum key range = 20, duplicates = 0 */
102 register int key = value_type_hash (str, len); local
104 if (key <= 22 && key >= 0)
106 register const char *s = value_type_table[key].vtp_name;
109 return &value_type_table[key];
H A Dxat-attribute.c30 /* maximum key range = 9, duplicates = 0 */
93 register int key = xat_attribute_hash (str, len); local
95 if (key <= 12 && key >= 0)
97 register const char *s = xat_attribute_table[key].xat_name;
100 return &xat_attribute_table[key];
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dxat-attribute.c30 /* maximum key range = 9, duplicates = 0 */
96 register int key = xat_attribute_hash (str, len); local
98 if (key <= 12 && key >= 0)
100 register const char *s = xat_attribute_table[key].xat_name;
103 return &xat_attribute_table[key];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dinsert_store_hash_fn_imps.hpp48 const_key_reference key = PB_DS_V2F(r_val); local
49 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(key);
55 key, pos_hash_pair.second))
64 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_exists(key);)
68 _GLIBCXX_DEBUG_ONLY(debug_base::check_key_does_not_exist(key);)
/netbsd-6-1-5-RELEASE/usr.sbin/services_mkdb/
H A Doutput_db.c96 DBT data, key; local
97 key.data = keyb;
100 /* key `indirect key', data `full line' */
102 key.size = snprintf(keyb, sizeof(keyb), "%s %zu/%s %s",
104 store(&data, &key, warndup);
106 /* key `\377port/proto', data = `indirect key' */
107 key.size = snprintf(keyb, sizeof(keyb), "\377%zu/%s",
109 store(&key,
130 killproto(DBT *key) argument
141 store(DBT *key, DBT *data, int warndup) argument
[all...]

Completed in 405 milliseconds

1234567891011>>