HomeSort by relevance Sort by last modified time
    Searched refs:singleExtensions (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/ocsp/
ocsp_ext.c 222 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);
ocsp_asn.c 145 ASN1_EXP_SEQUENCE_OF_OPT(OCSP_SINGLERESP, singleExtensions, X509_EXTENSION, 1)
ocsp_prn.c 272 single->singleExtensions, flags, 8))
ocsp.h 251 * singleExtensions [1] EXPLICIT Extensions OPTIONAL }
259 STACK_OF(X509_EXTENSION) *singleExtensions;
  /external/openssl/include/openssl/
ocsp.h 251 * singleExtensions [1] EXPLICIT Extensions OPTIONAL }
259 STACK_OF(X509_EXTENSION) *singleExtensions;

Completed in 929 milliseconds