| /src/crypto/external/apache2/openssl/dist/crypto/ocsp/ |
| ocsp_lib.c | 27 ASN1_BIT_STRING *ikey; local 38 ikey = X509_get0_pubkey_bitstr(issuer); 39 return OCSP_cert_id_new(dgst, iname, ikey, serial);
|
| /src/crypto/external/bsd/openssl/dist/crypto/ocsp/ |
| ocsp_lib.c | 27 ASN1_BIT_STRING *ikey; local 38 ikey = X509_get0_pubkey_bitstr(issuer); 39 return OCSP_cert_id_new(dgst, iname, ikey, serial);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/ |
| ocsp_lib.c | 27 ASN1_BIT_STRING *ikey; local 37 ikey = X509_get0_pubkey_bitstr(issuer); 38 return OCSP_cert_id_new(dgst, iname, ikey, serial);
|
| /src/external/bsd/wpa/dist/src/crypto/ |
| tls_openssl_ocsp.c | 392 ASN1_BIT_STRING *ikey; local 429 ikey = X509_get0_pubkey_bitstr(issuer); 430 if (!ikey || 431 !EVP_Digest(ikey->data, ikey->length, md, &len, dgst, NULL) ||
|
| /src/sys/dev/usb/ |
| ukbd.c | 1086 int ikey; local 1089 ikey = 0; 1105 DPRINTF(("%s: ikey=%d usage=%#x flags=%#x pos=%d size=%d " 1106 "cnt=%d\n", __func__, ikey, h.usage, h.flags, h.loc.pos, 1114 if (ikey < MAXKEYS) { 1115 sc->sc_keyloc[ikey] = h.loc; 1116 sc->sc_keyuse[ikey] = HID_GET_USAGE(h.usage); 1117 ikey++; 1142 sc->sc_nkeyloc = ikey;
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| ocsp.c | 935 ASN1_BIT_STRING *ikey; local 947 ikey = X509_get0_pubkey_bitstr(issuer); 953 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
|
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| x509_vfy.c | 1529 EVP_PKEY *ikey = NULL; local 1582 ikey = X509_get0_pubkey(issuer); 1583 if (ikey == NULL && 1587 if (ikey != NULL) { 1588 int rv = X509_CRL_check_suiteb(crl, ikey, ctx->param->flags); 1593 if (X509_CRL_verify(crl, ikey) <= 0 &&
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| ocsp.c | 1045 ASN1_BIT_STRING *ikey; local 1057 ikey = X509_get0_pubkey_bitstr(issuer); 1063 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509/ |
| x509_vfy.c | 1517 EVP_PKEY *ikey = NULL; local 1570 ikey = X509_get0_pubkey(issuer); 1572 if (!ikey && 1576 if (ikey) { 1577 int rv = X509_CRL_check_suiteb(crl, ikey, ctx->param->flags); 1582 if (X509_CRL_verify(crl, ikey) <= 0 &&
|
| /src/external/bsd/wpa/dist/src/ap/ |
| ieee802_1x.c | 332 u8 *ikey; local 334 ikey = os_malloc(hapd->conf->individual_wep_key_len); 335 if (!ikey || 336 random_get_bytes(ikey, hapd->conf->individual_wep_key_len)) 340 os_free(ikey); 345 ikey, hapd->conf->individual_wep_key_len); 347 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey, 353 sta->addr, 0, 0, 1, NULL, 0, ikey, 360 os_free(ikey);
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| ocsp.c | 981 ASN1_BIT_STRING *ikey; local 993 ikey = X509_get0_pubkey_bitstr(issuer); 999 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| x509_vfy.c | 1682 EVP_PKEY *ikey = NULL; local 1729 ikey = X509_get0_pubkey(issuer); 1730 if (ikey == NULL && !verify_cb_crl(ctx, X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY)) 1733 if (ikey != NULL) { 1734 int rv = X509_CRL_check_suiteb(crl, ikey, ctx->param->flags); 1739 if (X509_CRL_verify(crl, ikey) <= 0 && !verify_cb_crl(ctx, X509_V_ERR_CRL_SIGNATURE_FAILURE))
|
| /src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| ASTReader.cpp | 1822 unsigned HeaderFileInfoTrait::ComputeHash(internal_key_ref ikey) { 1823 return llvm::hash_combine(ikey.Size, ikey.ModTime); 1828 internal_key_type ikey = {FE->getSize(), local 1831 return ikey; 1871 internal_key_type ikey; 1872 ikey.Size = off_t(endian::readNext<uint64_t, little, unaligned>(d)); 1873 ikey.ModTime = time_t(endian::readNext<uint64_t, little, unaligned>(d)); 1874 ikey.Filename = (const char *)d; 1875 ikey.Imported = true [all...] |