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

/freebsd-10.0-release/crypto/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)
/freebsd-10.0-release/crypto/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);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderInternals.h219 static unsigned ComputeHash(internal_key_ref ikey);
H A DASTReader.cpp1238 unsigned HeaderFileInfoTrait::ComputeHash(internal_key_ref ikey) { argument
1239 return llvm::hash_combine(ikey.Size, ikey.ModTime);
1244 internal_key_type ikey = { FE->getSize(), FE->getModificationTime(), local
1246 return ikey;
1272 internal_key_type ikey; local
1273 ikey.Size = off_t(clang::io::ReadUnalignedLE64(d));
1274 ikey.ModTime = time_t(clang::io::ReadUnalignedLE64(d));
1275 ikey.Filename = (const char *)d;
1276 return ikey;
[all...]
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dieee802_1x.c324 u8 *ikey; local
325 ikey = os_malloc(hapd->conf->individual_wep_key_len);
326 if (ikey == NULL ||
327 random_get_bytes(ikey, hapd->conf->individual_wep_key_len))
331 os_free(ikey);
336 ikey, hapd->conf->individual_wep_key_len);
338 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey,
344 sta->addr, 0, 1, NULL, 0, ikey,
350 os_free(ikey);
/freebsd-10.0-release/crypto/openssl/apps/
H A Docsp.c970 ASN1_BIT_STRING *ikey; local
980 ikey = X509_get0_pubkey_bitstr(issuer);
987 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
/freebsd-10.0-release/crypto/openssl/crypto/x509/
H A Dx509_vfy.c1352 EVP_PKEY *ikey = NULL; local
1428 ikey = X509_get_pubkey(issuer);
1430 if(!ikey)
1439 if(X509_CRL_verify(crl, ikey) <= 0)
1451 EVP_PKEY_free(ikey);
/freebsd-10.0-release/sys/dev/sound/pci/hda/
H A Dhdaa.c920 int ikey, i; local
928 ikey = strtol(key, NULL, 10);
929 if (ikey < 0 || ikey > 7)
933 gpio &= ~HDAA_GPIO_MASK(ikey);
934 gpio |= i << HDAA_GPIO_SHIFT(ikey);

Completed in 140 milliseconds