Home | History | Annotate | Download | only in x509

Lines Matching full:x509

1 /* crypto/x509/x509_ext.c */
62 #include <openssl/x509.h>
112 int X509_get_ext_count(X509 *x)
117 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos)
122 int X509_get_ext_by_OBJ(X509 *x, ASN1_OBJECT *obj, int lastpos)
127 int X509_get_ext_by_critical(X509 *x, int crit, int lastpos)
132 X509_EXTENSION *X509_get_ext(X509 *x, int loc)
137 X509_EXTENSION *X509_delete_ext(X509 *x, int loc)
142 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc)
147 void *X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx)
152 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit,