Searched refs:akey (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/tools/regression/ipsec/
H A Dipsec6.t63 akey=${acipher##*:}
68 (echo "add -6 1::1 2::1 esp $spi -m transport -E $ealgo \"${ekey}\" -A $aalgo \"${akey}\" ;"
69 echo "add -6 2::1 1::1 esp `expr $spi + 1` -m transport -E $ealgo \"${ekey}\" -A $aalgo \"${akey}\" ;"
77 echo "ok $i - setkey ${ealgo} ${ekey} ${aalgo} ${akey}"
79 echo "not ok $i - setkey ${ealgo} ${ekey} ${aalgo} ${akey}"
85 echo "ok $i - test 1 ${ealgo} ${ekey} ${aalgo} ${akey}"
87 echo "not ok $i - test 1 ${ealgo} ${ekey} ${aalgo} ${akey}"
92 echo "ok $i - test 2 ${ealgo} ${ekey} ${aalgo} ${akey}"
94 echo "not ok $i - test 2 ${ealgo} ${ekey} ${aalgo} ${akey}"
H A Dipsec.t63 akey=${acipher##*:}
68 (echo "add ${ipbase}.0.1 ${ipbase}.1.1 esp $spi -m transport -E $ealgo \"${ekey}\" -A $aalgo \"${akey}\" ;"
69 echo "add ${ipbase}.1.1 ${ipbase}.0.1 esp `expr $spi + 1` -m transport -E $ealgo \"${ekey}\" -A $aalgo \"${akey}\" ;"
77 echo "ok $i - setkey ${ealgo} ${ekey} ${aalgo} ${akey}"
79 echo "not ok $i - setkey ${ealgo} ${ekey} ${aalgo} ${akey}"
85 echo "ok $i - test 1 ${ealgo} ${ekey} ${aalgo} ${akey}"
87 echo "not ok $i - test 1 ${ealgo} ${ekey} ${aalgo} ${akey}"
92 echo "ok $i - test 2 ${ealgo} ${ekey} ${aalgo} ${akey}"
94 echo "not ok $i - test 2 ${ealgo} ${ekey} ${aalgo} ${akey}"
/freebsd-11-stable/sbin/setkey/
H A Dscriptdump.pl32 $akey = $2;
33 $akey =~ s/\s//g;
34 $akey =~ s/^/0x/g;
43 print " -A $aalgo $akey" if $aalgo;
45 print " -A $aalgo $akey" if $aalgo;
51 $ealgo = $ekey = $aalgo = $akey = '';
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dcommon.c193 krb5_data akey; local
195 hdb_principal2key(context, &aliases->aliases.val[i], &akey);
196 code = db->hdb__del(context, db, akey);
197 krb5_data_free(&akey);
254 krb5_data akey, value; local
256 hdb_principal2key(context, &aliases->aliases.val[i], &akey);
257 code = db->hdb__get(context, db, akey, &value);
258 krb5_data_free(&akey);
/freebsd-11-stable/contrib/unbound/services/cache/
H A Ddns.c271 struct ub_packed_rrset_key* akey; local
273 akey = rrset_cache_lookup(env->rrset_cache, ns->name,
275 if(akey) {
276 if(!delegpt_add_rrset_A(dp, region, akey, 0, NULL)) {
277 lock_rw_unlock(&akey->entry.lock);
281 addr_to_additional(akey, region, *msg, now);
282 lock_rw_unlock(&akey->entry.lock);
293 akey = rrset_cache_lookup(env->rrset_cache, ns->name,
295 if(akey) {
296 if(!delegpt_add_rrset_AAAA(dp, region, akey,
324 struct ub_packed_rrset_key* akey; local
[all...]
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_utils.c1170 struct ub_packed_rrset_key* akey; local
1171 akey = rrset_cache_lookup(env->rrset_cache, dp->name,
1174 if(akey) {
1175 log_rrset_key(VERB_ALGO, "found parent-side NS in cache", akey);
1178 if(!delegpt_rrset_add_ns(dp, region, akey, 1)) {
1179 lock_rw_unlock(&akey->entry.lock);
1182 lock_rw_unlock(&akey->entry.lock);
1190 struct ub_packed_rrset_key* akey; local
1195 akey = rrset_cache_lookup(env->rrset_cache, ns->name,
1198 if(akey) {
[all...]
/freebsd-11-stable/contrib/ipfilter/
H A Dradix_ipf.c258 u_32_t *akey; local
274 akey = (u_32_t *)addr;
276 akey[found->offset])
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.c258 u_32_t *akey; local
274 akey = (u_32_t *)addr;
276 akey[found->offset])

Completed in 103 milliseconds