Home
last modified time | relevance | path

Searched refs:akey (Results 1 – 12 of 12) sorted by relevance

/openbsd/sys/dev/ic/
H A Dan.c178 struct an_rid_wepkey *akey; in an_attach() local
221 akey = &sc->sc_buf.sc_wepkey; in an_attach()
227 kid = akey->an_key_index; in an_attach()
231 akey->an_mac_addr[0], akey->an_key_len)); in an_attach()
1547 struct an_rid_wepkey *akey; in an_write_wepkey() local
1557 akey->an_key_index = i; in an_write_wepkey()
1562 if ((error = an_write_rid(sc, type, akey, sizeof(*akey))) != 0) in an_write_wepkey()
1568 akey->an_mac_addr[0] = kid; in an_write_wepkey()
1570 akey->an_key_len = 0; in an_write_wepkey()
1571 memset(akey->an_key, 0, sizeof(akey->an_key)); in an_write_wepkey()
[all …]
/openbsd/sbin/unwind/libunbound/services/cache/
H A Ddns.c312 struct ub_packed_rrset_key* akey; in find_add_addrs() local
316 if(akey) { in find_add_addrs()
318 lock_rw_unlock(&akey->entry.lock); in find_add_addrs()
323 lock_rw_unlock(&akey->entry.lock); in find_add_addrs()
336 if(akey) { in find_add_addrs()
343 lock_rw_unlock(&akey->entry.lock); in find_add_addrs()
372 struct ub_packed_rrset_key* akey; in cache_fill_missing() local
380 if(akey) { in cache_fill_missing()
388 lock_rw_unlock(&akey->entry.lock); in cache_fill_missing()
401 if(akey) { in cache_fill_missing()
[all …]
/openbsd/usr.sbin/unbound/services/cache/
H A Ddns.c312 struct ub_packed_rrset_key* akey; in find_add_addrs() local
316 if(akey) { in find_add_addrs()
318 lock_rw_unlock(&akey->entry.lock); in find_add_addrs()
323 lock_rw_unlock(&akey->entry.lock); in find_add_addrs()
336 if(akey) { in find_add_addrs()
343 lock_rw_unlock(&akey->entry.lock); in find_add_addrs()
372 struct ub_packed_rrset_key* akey; in cache_fill_missing() local
380 if(akey) { in cache_fill_missing()
388 lock_rw_unlock(&akey->entry.lock); in cache_fill_missing()
401 if(akey) { in cache_fill_missing()
[all …]
/openbsd/regress/sbin/isakmpd/crypto/
H A Dcryptotest.c73 u_int8_t *akey = "0123456789ABCDEFF0E1D2C3B4A59687"; in special_test_blf() local
84 asc2bin (key, akey, strlen (akey)); in special_test_blf()
/openbsd/sbin/unwind/libunbound/iterator/
H A Diter_utils.c1227 struct ub_packed_rrset_key* akey; in iter_lookup_parent_NS_from_cache() local
1228 akey = rrset_cache_lookup(env->rrset_cache, dp->name, in iter_lookup_parent_NS_from_cache()
1231 if(akey) { in iter_lookup_parent_NS_from_cache()
1235 if(!delegpt_rrset_add_ns(dp, region, akey, 1)) { in iter_lookup_parent_NS_from_cache()
1236 lock_rw_unlock(&akey->entry.lock); in iter_lookup_parent_NS_from_cache()
1239 lock_rw_unlock(&akey->entry.lock); in iter_lookup_parent_NS_from_cache()
1247 struct ub_packed_rrset_key* akey; in iter_lookup_parent_glue_from_cache() local
1258 if(akey) { in iter_lookup_parent_glue_from_cache()
1264 lock_rw_unlock(&akey->entry.lock); in iter_lookup_parent_glue_from_cache()
1270 if(akey) { in iter_lookup_parent_glue_from_cache()
[all …]
/openbsd/usr.sbin/unbound/iterator/
H A Diter_utils.c1227 struct ub_packed_rrset_key* akey; in iter_lookup_parent_NS_from_cache() local
1228 akey = rrset_cache_lookup(env->rrset_cache, dp->name, in iter_lookup_parent_NS_from_cache()
1231 if(akey) { in iter_lookup_parent_NS_from_cache()
1235 if(!delegpt_rrset_add_ns(dp, region, akey, 1)) { in iter_lookup_parent_NS_from_cache()
1236 lock_rw_unlock(&akey->entry.lock); in iter_lookup_parent_NS_from_cache()
1239 lock_rw_unlock(&akey->entry.lock); in iter_lookup_parent_NS_from_cache()
1247 struct ub_packed_rrset_key* akey; in iter_lookup_parent_glue_from_cache() local
1258 if(akey) { in iter_lookup_parent_glue_from_cache()
1264 lock_rw_unlock(&akey->entry.lock); in iter_lookup_parent_glue_from_cache()
1270 if(akey) { in iter_lookup_parent_glue_from_cache()
[all …]
/openbsd/usr.sbin/ldpd/
H A Dpfkey.c53 uint8_t aalg, int alen, char *akey, uint8_t ealg, int elen, char *ekey, in pfkey_send() argument
218 iov[iov_cnt].iov_base = akey; in pfkey_send()
/openbsd/gnu/gcc/gcc/objc/
H A Dobjc-act.c5981 tree arglist, akey; in get_arg_type_list() local
6000 for (akey = METHOD_SEL_ARGS (meth); akey; akey = TREE_CHAIN (akey)) in get_arg_type_list()
6002 tree arg_type = TREE_VALUE (TREE_TYPE (akey)); in get_arg_type_list()
6015 for (akey = TREE_CHAIN (METHOD_ADD_ARGS (meth)); in get_arg_type_list()
6016 akey; akey = TREE_CHAIN (akey)) in get_arg_type_list()
6018 tree arg_type = TREE_TYPE (TREE_VALUE (akey)); in get_arg_type_list()
8362 tree akey; in start_method_def() local
8364 for (akey = TREE_CHAIN (METHOD_ADD_ARGS (method)); in start_method_def()
8365 akey; akey = TREE_CHAIN (akey)) in start_method_def()
8367 objc_push_parm (TREE_VALUE (akey)); in start_method_def()
/openbsd/usr.sbin/bgpd/
H A Dpfkey.c61 uint8_t aalg, int alen, char *akey, uint8_t ealg, int elen, char *ekey, in pfkey_send() argument
376 iov[iov_cnt].iov_base = akey; in pfkey_send()
/openbsd/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c4727 tree arglist, akey; local
4741 for (akey = METHOD_SEL_ARGS (meth); akey; akey = TREE_CHAIN (akey))
4743 tree arg_decl = groktypename_in_parm_context (TREE_TYPE (akey));
7068 tree akey = TREE_PURPOSE (METHOD_ADD_ARGS (method)); local
7069 while (akey)
7073 tree nextkey = TREE_CHAIN (akey);
7074 pushdecl (akey);
7075 akey = nextkey;
/openbsd/gnu/usr.bin/perl/t/lib/warnings/
H A D9uninit251 my $key1 = 'akey';
/openbsd/share/dict/
H A Dweb24530 akey