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

/external/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl170 $ikey="%r7";
188 lghi $ikey,-256
194 llgc $acc,2+256($ikey,$key)
197 la $ikey,1($ikey)
201 tml $ikey,255
203 stc $dat,2+256-1($ikey,$key)
/external/iproute2/ip/
H A Dlink_gre.c56 unsigned ikey = 0; local
101 ikey = *(__u32 *)RTA_DATA(greinfo[IFLA_GRE_IKEY]);
150 ikey = okey = uval;
151 } else if (!matches(*argv, "ikey")) {
160 fprintf(stderr, "invalid value of \"ikey\"\n");
165 ikey = uval;
241 if (!ikey && IN_MULTICAST(ntohl(daddr))) {
242 ikey = daddr;
254 addattr32(n, 1024, IFLA_GRE_IKEY, ikey);
337 fprintf(f, "ikey
[all...]
/external/openssl/crypto/ocsp/
H A Docsp_lib.c80 ASN1_BIT_STRING *ikey; local
94 ikey = X509_get0_pubkey_bitstr(issuer);
95 return OCSP_cert_id_new(dgst, iname, ikey, serial);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_1x.c321 u8 *ikey; local
322 ikey = os_malloc(hapd->conf->individual_wep_key_len);
323 if (ikey == NULL ||
324 random_get_bytes(ikey, hapd->conf->individual_wep_key_len))
328 os_free(ikey);
333 ikey, hapd->conf->individual_wep_key_len);
335 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey,
341 sta->addr, 0, 1, NULL, 0, ikey,
347 os_free(ikey);
/external/wpa_supplicant_8/src/ap/
H A Dieee802_1x.c321 u8 *ikey; local
322 ikey = os_malloc(hapd->conf->individual_wep_key_len);
323 if (ikey == NULL ||
324 random_get_bytes(ikey, hapd->conf->individual_wep_key_len))
328 os_free(ikey);
333 ikey, hapd->conf->individual_wep_key_len);
335 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey,
341 sta->addr, 0, 1, NULL, 0, ikey,
347 os_free(ikey);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_1x.c321 u8 *ikey; local
322 ikey = os_malloc(hapd->conf->individual_wep_key_len);
323 if (ikey == NULL ||
324 random_get_bytes(ikey, hapd->conf->individual_wep_key_len))
328 os_free(ikey);
333 ikey, hapd->conf->individual_wep_key_len);
335 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey,
341 sta->addr, 0, 1, NULL, 0, ikey,
347 os_free(ikey);
/external/openssl/apps/
H A Docsp.c959 ASN1_BIT_STRING *ikey; local
969 ikey = X509_get0_pubkey_bitstr(issuer);
976 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
/external/openssl/crypto/x509/
H A Dx509_vfy.c1341 EVP_PKEY *ikey = NULL; local
1417 ikey = X509_get_pubkey(issuer);
1419 if(!ikey)
1428 if(X509_CRL_verify(crl, ikey) <= 0)
1440 EVP_PKEY_free(ikey);
/external/iproute2/doc/
H A Dip-cref.tex2413 \item \verb|key K|, \verb|ikey K|, \verb|okey K|
2418 The \verb|ikey| and \verb|okey| parameters set different keys for input and output.

Completed in 1129 milliseconds