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

/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/wpa/src/crypto/
H A Dcrypto_cryptoapi.c238 struct aes_context *akey; local
256 akey = os_zalloc(sizeof(*akey));
257 if (akey == NULL)
260 if (!CryptAcquireContext(&akey->prov, NULL,
265 os_free(akey);
269 if (!CryptImportKey(akey->prov, (BYTE *) &key_blob, sizeof(key_blob),
270 0, 0, &akey->ckey)) {
273 CryptReleaseContext(akey->prov, 0);
274 os_free(akey);
293 struct aes_context *akey = ctx; local
308 struct aes_context *akey = ctx; local
325 struct aes_context *akey = ctx; local
[all...]
/freebsd-10.0-release/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-10.0-release/contrib/unbound/services/cache/
H A Ddns.c215 struct ub_packed_rrset_key* akey; local
217 akey = rrset_cache_lookup(env->rrset_cache, ns->name,
219 if(akey) {
220 if(!delegpt_add_rrset_A(dp, region, akey, 0)) {
221 lock_rw_unlock(&akey->entry.lock);
225 addr_to_additional(akey, region, *msg, now);
226 lock_rw_unlock(&akey->entry.lock);
235 akey = rrset_cache_lookup(env->rrset_cache, ns->name,
237 if(akey) {
238 if(!delegpt_add_rrset_AAAA(dp, region, akey,
264 struct ub_packed_rrset_key* akey; local
[all...]
/freebsd-10.0-release/contrib/unbound/iterator/
H A Diter_utils.c828 struct ub_packed_rrset_key* akey; local
829 akey = rrset_cache_lookup(env->rrset_cache, dp->name,
832 if(akey) {
833 log_rrset_key(VERB_ALGO, "found parent-side NS in cache", akey);
836 if(!delegpt_rrset_add_ns(dp, region, akey, 1)) {
837 lock_rw_unlock(&akey->entry.lock);
840 lock_rw_unlock(&akey->entry.lock);
848 struct ub_packed_rrset_key* akey; local
853 akey = rrset_cache_lookup(env->rrset_cache, ns->name,
856 if(akey) {
[all...]
/freebsd-10.0-release/contrib/ipfilter/
H A Dradix_ipf.c258 u_32_t *akey; local
274 akey = (u_32_t *)addr;
276 akey[found->offset])
/freebsd-10.0-release/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 111 milliseconds