Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_ocsp.c229 if (a->crlNum) { in i2r_ocsp_crlid()
232 if (i2a_ASN1_INTEGER(bp, a->crlNum) <= 0) in i2r_ocsp_crlid()
/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_local.h258 ASN1_INTEGER *crlNum; member
H A Docsp_ext.c457 if (!(cid->crlNum = ASN1_INTEGER_new())) in OCSP_crlID_new()
459 if (!(ASN1_INTEGER_set(cid->crlNum, *n))) in OCSP_crlID_new()
H A Docsp_asn.c887 .offset = offsetof(OCSP_CRLID, crlNum),