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

/freebsd-9.3-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-9.3-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-9.3-release/contrib/wpa/src/crypto/
H A Dcrypto_cryptoapi.c244 struct aes_context *akey; local
262 akey = os_zalloc(sizeof(*akey));
263 if (akey == NULL)
266 if (!CryptAcquireContext(&akey->prov, NULL,
271 os_free(akey);
275 if (!CryptImportKey(akey->prov, (BYTE *) &key_blob, sizeof(key_blob),
276 0, 0, &akey->ckey)) {
279 CryptReleaseContext(akey->prov, 0);
280 os_free(akey);
299 struct aes_context *akey = ctx; local
314 struct aes_context *akey = ctx; local
331 struct aes_context *akey = ctx; local
[all...]
/freebsd-9.3-release/crypto/openssl/fips/des/
H A Dfips_desmovs.c161 int akeysz, int numkeys, unsigned char *akey,
187 OutputValue("KEY", akey, 8, rfp, 0);
191 OutputValue("", akey + n * 8, 8, rfp, 0);
210 DESTest(&ctx, amode, akeysz, akey, ivec, dir, text, text,
238 akey[n] ^= nk[16 + n];
240 akey[8 + n] ^= nk[8 + n];
242 akey[16 + n] ^= nk[n];
244 memcpy(&akey[2 * 8], akey, 8);
246 memcpy(&akey[
160 do_mct(char *amode, int akeysz, int numkeys, unsigned char *akey, unsigned char *ivec, int dir, unsigned char *text, int len, FILE *rfp) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/hdb/
H A Dcommon.c176 krb5_data akey; local
178 hdb_principal2key(context, &aliases->aliases.val[i], &akey);
179 code = db->hdb__del(context, db, akey);
180 krb5_data_free(&akey);

Completed in 72 milliseconds