Home
last modified time | relevance | path

Searched refs:otherCert (Results 1 – 6 of 6) sorted by relevance

/third_party/node/lib/internal/crypto/
Dx509.js328 checkIssued(otherCert) { argument
329 if (!isX509Certificate(otherCert))
330 throw new ERR_INVALID_ARG_TYPE('otherCert', 'X509Certificate', otherCert);
331 return this[kHandle].checkIssued(otherCert[kHandle]);
/third_party/openssl/crypto/cms/
Dcms_local.h328 ASN1_TYPE *otherCert; member
Dcms_asn1.c24 ASN1_OPT(CMS_OtherCertificateFormat, otherCert, ASN1_ANY)
/third_party/node/deps/openssl/openssl/crypto/cms/
Dcms_local.h328 ASN1_TYPE *otherCert; member
Dcms_asn1.c24 ASN1_OPT(CMS_OtherCertificateFormat, otherCert, ASN1_ANY)
/third_party/node/doc/api/
Dcrypto.md2609 ### `x509.checkIssued(otherCert)`
2615 * `otherCert` {X509Certificate}
2618 Checks whether this certificate was issued by the given `otherCert`.