Home
last modified time | relevance | path

Searched refs:issuerUID (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/crypto/heimdal/lib/hx509/
H A Dcrmf.asn193 issuerUID [7] IMPLICIT BIT STRING OPTIONAL,
/freebsd-13.1/crypto/openssl/include/crypto/
H A Dx509.h154 ASN1_BIT_STRING *issuerUID; /* [ 1 ] optional in v2 */ member
/freebsd-13.1/crypto/openssl/crypto/x509/
H A Dx_x509.c26 ASN1_IMP_OPT(X509_CINF, issuerUID, ASN1_BIT_STRING, 1),
H A Dx509_set.c155 *piuid = x->cert_info.issuerUID; in X509_get0_uids()