Searched refs:singleExtensions (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_ext.c222 return(X509v3_get_ext_count(x->singleExtensions));
227 return(X509v3_get_ext_by_NID(x->singleExtensions,nid,lastpos));
232 return(X509v3_get_ext_by_OBJ(x->singleExtensions,obj,lastpos));
237 return(X509v3_get_ext_by_critical(x->singleExtensions,crit,lastpos));
242 return(X509v3_get_ext(x->singleExtensions,loc));
247 return(X509v3_delete_ext(x->singleExtensions,loc));
252 return X509V3_get_d2i(x->singleExtensions, nid, crit, idx);
258 return X509V3_add1_i2d(&x->singleExtensions, nid, value, crit, flags);
263 return(X509v3_add_ext(&(x->singleExtensions),ex,loc) != NULL);
H A Docsp_asn.c145 ASN1_EXP_SEQUENCE_OF_OPT(OCSP_SINGLERESP, singleExtensions, X509_EXTENSION, 1)
H A Docsp_prn.c270 single->singleExtensions, flags, 8))
H A Docsp.h251 * singleExtensions [1] EXPLICIT Extensions OPTIONAL }
259 STACK_OF(X509_EXTENSION) *singleExtensions; member in struct:ocsp_single_response_st
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/asn1/
H A Docsp.c137 singleExtensions [1] EXPLICIT Extensions OPTIONAL }
260 STACK_OF(X509_EXTENSION) *singleExtensions;
349 ASN1_EXP_SEQUENCE_OF_OPT(SingleResponse, singleExtensions, X509_EXTENSION, 1)

Completed in 80 milliseconds