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

/openbsd-current/lib/libcrypto/ocsp/
H A Docsp_lib.c86 ASN1_BIT_STRING *ikey; local
99 if ((ikey = X509_get0_pubkey_bitstr(issuer)) == NULL)
102 return OCSP_cert_id_new(dgst, iname, ikey, serial);
/openbsd-current/sbin/isakmpd/
H A Dx509.c106 char *ikey = NULL, *skey = NULL, *buf = NULL; local
139 ikey = kn_encode_key(&dc, INTERNAL_ENC_PKCS1, ENCODING_HEX,
148 if (!ikey) {
414 if (asprintf(&buf, fmt, skey, ikey, timecomp, before, timecomp2,
421 free(ikey);
422 ikey = NULL;
471 free(ikey);
/openbsd-current/usr.sbin/ldapd/
H A Dsearch.c302 struct btval key, ikey, val; local
385 bcopy(&key, &ikey, sizeof(key));
389 rc = index_to_dn(search->ns, &ikey, &key);
390 btval_reset(&ikey);
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTReaderInternals.h269 static hash_value_type ComputeHash(internal_key_ref ikey);
H A DASTReader.cpp1850 unsigned HeaderFileInfoTrait::ComputeHash(internal_key_ref ikey) { argument
1851 return llvm::hash_combine(ikey.Size, ikey.ModTime);
1856 internal_key_type ikey = {FE->getSize(), local
1859 return ikey;
1899 internal_key_type ikey;
1900 ikey.Size = off_t(endian::readNext<uint64_t, little, unaligned>(d));
1901 ikey.ModTime = time_t(endian::readNext<uint64_t, little, unaligned>(d));
1902 ikey.Filename = (const char *)d;
1903 ikey
[all...]
/openbsd-current/sbin/ipsecctl/
H A Dpfkdump.c669 parse_key(struct sadb_ext *ext, struct ipsec_key *ikey) argument
677 ikey->data = data;
678 ikey->len = key->sadb_key_bits / 8;
/openbsd-current/lib/libcrypto/x509/
H A Dx509_vfy.c1559 EVP_PKEY *ikey = NULL; local
1632 ikey = X509_get_pubkey(issuer);
1634 if (!ikey) {
1641 if (X509_CRL_verify(crl, ikey) <= 0) {
1653 EVP_PKEY_free(ikey);
/openbsd-current/usr.bin/openssl/
H A Docsp.c1102 ASN1_BIT_STRING *ikey; local
1114 ikey = X509_get0_pubkey_bitstr(issuer);
1121 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);

Completed in 208 milliseconds