Searched refs:add_ext (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/x509/
H A Dmkreq.c18 int add_ext(STACK_OF(X509_EXTENSION) *sk, int nid, char *value);
114 add_ext(exts, NID_key_usage, "critical,digitalSignature,keyEncipherment");
121 add_ext(exts, NID_subject_alt_name, "email:steve@openssl.org");
124 add_ext(exts, NID_netscape_cert_type, "client,email");
132 add_ext(x, nid, "example comment alias");
159 int add_ext(STACK_OF(X509_EXTENSION) *sk, int nid, char *value)
H A Dmkcert.c16 int add_ext(X509 *cert, int nid, char *value);
115 add_ext(x, NID_basic_constraints, "critical,CA:TRUE");
116 add_ext(x, NID_key_usage, "critical,keyCertSign,cRLSign");
118 add_ext(x, NID_subject_key_identifier, "hash");
121 add_ext(x, NID_netscape_cert_type, "sslCA");
123 add_ext(x, NID_netscape_comment, "example comment extension");
131 add_ext(x, nid, "example comment alias");
150 int add_ext(X509 *cert, int nid, char *value) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/x509/
H A Dmkreq.c16 int add_ext(STACK_OF(X509_REQUEST) *sk, int nid, char *value);
106 add_ext(exts, NID_key_usage, "critical,digitalSignature,keyEncipherment");
112 add_ext(exts, NID_subject_alt_name, "email:steve@openssl.org");
115 add_ext(exts, NID_netscape_cert_type, "client,email");
125 add_ext(x, nid, "example comment alias");
151 int add_ext(STACK_OF(X509_REQUEST) *sk, int nid, char *value)
H A Dmkcert.c17 int add_ext(X509 *cert, int nid, char *value);
118 add_ext(x, NID_basic_constraints, "critical,CA:TRUE");
119 add_ext(x, NID_key_usage, "critical,keyCertSign,cRLSign");
121 add_ext(x, NID_subject_key_identifier, "hash");
124 add_ext(x, NID_netscape_cert_type, "sslCA");
126 add_ext(x, NID_netscape_comment, "example comment extension");
135 add_ext(x, nid, "example comment alias");
153 int add_ext(X509 *cert, int nid, char *value) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/x509/
H A Dmkreq.c18 int add_ext(STACK_OF(X509_EXTENSION) *sk, int nid, char *value);
114 add_ext(exts, NID_key_usage, "critical,digitalSignature,keyEncipherment");
121 add_ext(exts, NID_subject_alt_name, "email:steve@openssl.org");
124 add_ext(exts, NID_netscape_cert_type, "client,email");
132 add_ext(x, nid, "example comment alias");
159 int add_ext(STACK_OF(X509_EXTENSION) *sk, int nid, char *value)
H A Dmkcert.c16 int add_ext(X509 *cert, int nid, char *value);
115 add_ext(x, NID_basic_constraints, "critical,CA:TRUE");
116 add_ext(x, NID_key_usage, "critical,keyCertSign,cRLSign");
118 add_ext(x, NID_subject_key_identifier, "hash");
121 add_ext(x, NID_netscape_cert_type, "sslCA");
123 add_ext(x, NID_netscape_comment, "example comment extension");
131 add_ext(x, nid, "example comment alias");
150 int add_ext(X509 *cert, int nid, char *value) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dround.S186 .long add_ext
211 add_ext: label

Completed in 202 milliseconds