Home
last modified time | relevance | path

Searched refs:ASN1_STRING_encode_of (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/crypto/openssl/crypto/ocsp/
Docsp_ext.c483 if (!(ASN1_STRING_encode_of(OCSP_CRLID, x->value, i2d_OCSP_CRLID, cid, in OCSP_crlID_new()
515 if (!(ASN1_STRING_encode_of(ASN1_OBJECT, x->value, i2d_ASN1_OBJECT, NULL, in OCSP_accept_responses_new()
542 if (!(ASN1_STRING_encode_of(ASN1_GENERALIZEDTIME, x->value, in OCSP_archive_cutoff_new()
594 if (!(ASN1_STRING_encode_of(OCSP_SERVICELOC, x->value, in OCSP_url_svcloc_new()
Docsp.h473 # define ASN1_STRING_encode_of(type,s,i2d,data,sk) \ macro