Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertop.c59 rv = DerDecodeSignedCertificate(cert, &SignerCert); in get_keyalg_from_cert()
458 rv = DerDecodeSignedCertificate(cert, &x509cert); in check_for_basic_constraint()
906 ret = DerDecodeSignedCertificate(signer_cert, &SignerCert); in kmf_verify_data()
1128 if ((ret = DerDecodeSignedCertificate(cert, &x509cert)) != KMF_OK) in kmf_encrypt()
1246 ret = DerDecodeSignedCertificate(cert, &x509cert); in kmf_decrypt()
2723 rv = DerDecodeSignedCertificate(data, &x509); in kmf_is_cert_data()
2733 rv = DerDecodeSignedCertificate(&oldpem, &x509); in kmf_is_cert_data()
3050 ret = DerDecodeSignedCertificate(SubjectCert, &subj_cert); in sign_cert()
3190 ret = DerDecodeSignedCertificate(CertToBeVerified, &signed_cert); in verify_cert_with_key()
3291 ret = DerDecodeSignedCertificate(CertToBeVerifiedData, in verify_cert_with_cert()
[all …]
H A Dcertgetsetop.c141 ret = DerDecodeSignedCertificate(certdata, &cert); in kmf_get_cert_extn()
201 ret = DerDecodeSignedCertificate(certdata, &cert); in kmf_get_cert_extns()
1644 ret = DerDecodeSignedCertificate(SignedCert, &cert); in kmf_get_cert_id_data()
1709 rv = DerDecodeSignedCertificate(cert, &certData); in kmf_get_cert_validity()
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dmapfile-vers51 DerDecodeSignedCertificate;
H A Dclasn1.c1434 DerDecodeSignedCertificate(const KMF_DATA *Value, in DerDecodeSignedCertificate() function
/illumos-gate/usr/src/lib/libkmf/ber_der/inc/
H A Dber_der.h129 extern KMF_RETURN DerDecodeSignedCertificate(const KMF_DATA *,
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c1124 rv = DerDecodeSignedCertificate((const KMF_DATA *)pcert, in CreateCertObject()
2204 if ((rv = DerDecodeSignedCertificate(cert, in KMFPK11_FindPrikeyByCert()
3261 rv = DerDecodeSignedCertificate((const KMF_DATA *)cert, &x509); in store_raw_key()