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

/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c83 ASN1_BIT_STRING *ikey; local
95 ikey = X509_get0_pubkey_bitstr(issuer);
96 return OCSP_cert_id_new(dgst, iname, ikey, serial);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c398 ASN1_BIT_STRING *ikey; local
435 ikey = X509_get0_pubkey_bitstr(issuer);
436 if (!ikey ||
437 !EVP_Digest(ikey->data, ikey->length, md, &len, dgst, NULL) ||
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h270 static hash_value_type ComputeHash(internal_key_ref ikey);
H A DASTReader.cpp1813 unsigned HeaderFileInfoTrait::ComputeHash(internal_key_ref ikey) { argument
1814 return llvm::hash_combine(ikey.Size, ikey.ModTime);
1819 internal_key_type ikey = {FE->getSize(), local
1822 return ikey;
1866 internal_key_type ikey;
1867 ikey.Size = off_t(endian::readNext<uint64_t, little, unaligned>(d));
1868 ikey.ModTime = time_t(endian::readNext<uint64_t, little, unaligned>(d));
1869 ikey.Filename = (const char *)d;
1870 ikey
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_1x.c267 u8 *ikey; local
268 ikey = os_malloc(hapd->conf->individual_wep_key_len);
269 if (ikey == NULL ||
270 random_get_bytes(ikey, hapd->conf->individual_wep_key_len))
274 os_free(ikey);
279 ikey, hapd->conf->individual_wep_key_len);
281 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey,
287 sta->addr, 0, 1, NULL, 0, ikey,
293 os_free(ikey);
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_vfy.c1612 EVP_PKEY *ikey = NULL; local
1683 ikey = X509_get_pubkey(issuer);
1685 if (!ikey) {
1692 rv = X509_CRL_check_suiteb(crl, ikey, ctx->param->flags);
1700 if (X509_CRL_verify(crl, ikey) <= 0) {
1712 EVP_PKEY_free(ikey);
/freebsd-11-stable/crypto/openssl/apps/
H A Docsp.c929 ASN1_BIT_STRING *ikey; local
940 ikey = X509_get0_pubkey_bitstr(issuer);
946 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c918 int ikey, i; local
926 ikey = strtol(key, NULL, 10);
927 if (ikey < 0 || ikey > 7)
931 gpio &= ~HDAA_GPIO_MASK(ikey);
932 gpio |= i << HDAA_GPIO_SHIFT(ikey);

Completed in 174 milliseconds