/freebsd/crypto/openssl/crypto/rc4/asm/ |
H A D | rc4-s390x.pl | 179 $ikey="%r7"; 197 lghi $ikey,-256 203 llgc $acc,2+256($ikey,$key) 206 la $ikey,1($ikey) 210 tml $ikey,255 212 stc $dat,2+256-1($ikey,$key)
|
/freebsd/crypto/openssl/crypto/ocsp/ |
H A D | ocsp_lib.c | 27 ASN1_BIT_STRING *ikey; in OCSP_cert_to_id() local 38 ikey = X509_get0_pubkey_bitstr(issuer); in OCSP_cert_to_id() 39 return OCSP_cert_id_new(dgst, iname, ikey, serial); in OCSP_cert_to_id()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_openssl_ocsp.c | 392 ASN1_BIT_STRING *ikey; in issuer_match() local 429 ikey = X509_get0_pubkey_bitstr(issuer); in issuer_match() 430 if (!ikey || in issuer_match() 431 !EVP_Digest(ikey->data, ikey->length, md, &len, dgst, NULL) || in issuer_match()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_1x.c | 332 u8 *ikey; in ieee802_1x_tx_key() local 334 ikey = os_malloc(hapd->conf->individual_wep_key_len); in ieee802_1x_tx_key() 335 if (!ikey || in ieee802_1x_tx_key() 336 random_get_bytes(ikey, hapd->conf->individual_wep_key_len)) in ieee802_1x_tx_key() 340 os_free(ikey); in ieee802_1x_tx_key() 345 ikey, hapd->conf->individual_wep_key_len); in ieee802_1x_tx_key() 347 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey, in ieee802_1x_tx_key() 353 sta->addr, 0, 0, 1, NULL, 0, ikey, in ieee802_1x_tx_key() 360 os_free(ikey); in ieee802_1x_tx_key()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderInternals.h | 269 static hash_value_type ComputeHash(internal_key_ref ikey);
|
H A D | ASTReader.cpp | 2034 unsigned HeaderFileInfoTrait::ComputeHash(internal_key_ref ikey) { in ComputeHash() argument 2035 uint8_t buf[sizeof(ikey.Size) + sizeof(ikey.ModTime)]; in ComputeHash() 2036 memcpy(buf, &ikey.Size, sizeof(ikey.Size)); in ComputeHash() 2037 memcpy(buf + sizeof(ikey.Size), &ikey.ModTime, sizeof(ikey.ModTime)); in ComputeHash() 2043 internal_key_type ikey = {ekey.getSize(), in GetInternalKey() local 2046 return ikey; in GetInternalKey() 2071 internal_key_type ikey; in ReadKey() local 2072 ikey.Size = off_t(endian::readNext<uint64_t, llvm::endianness::little>(d)); in ReadKey() 2073 ikey.ModTime = in ReadKey() 2075 ikey.Filename = (const char *)d; in ReadKey() [all …]
|
/freebsd/crypto/openssl/apps/ |
H A D | ocsp.c | 935 ASN1_BIT_STRING *ikey; in add_ocsp_serial() local 947 ikey = X509_get0_pubkey_bitstr(issuer); in add_ocsp_serial() 953 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno); in add_ocsp_serial()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509_vfy.c | 1529 EVP_PKEY *ikey = NULL; in check_crl() local 1582 ikey = X509_get0_pubkey(issuer); in check_crl() 1583 if (ikey == NULL && in check_crl() 1587 if (ikey != NULL) { in check_crl() 1588 int rv = X509_CRL_check_suiteb(crl, ikey, ctx->param->flags); in check_crl() 1593 if (X509_CRL_verify(crl, ikey) <= 0 && in check_crl()
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdaa.c | 917 int ikey, i; in hdaa_gpio_patch() local 925 ikey = strtol(key, NULL, 10); in hdaa_gpio_patch() 926 if (ikey < 0 || ikey > 7) in hdaa_gpio_patch() 930 gpio &= ~HDAA_GPIO_MASK(ikey); in hdaa_gpio_patch() 931 gpio |= i << HDAA_GPIO_SHIFT(ikey); in hdaa_gpio_patch()
|
/freebsd/share/dict/ |
H A D | web2 | 91170 ikey
|