Searched refs:extensions (Results 26 - 50 of 502) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts_lib.c100 int TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions) argument
107 n = X509v3_get_ext_count(extensions);
109 ex = X509v3_get_ext(extensions, i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_lib.c100 int TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions) argument
107 n = X509v3_get_ext_count(extensions);
109 ex = X509v3_get_ext(extensions, i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Ddaudenc.c48 .extensions = "302",
H A Dg722.c55 .extensions = "g722,722",
H A Da64.c64 .extensions = "a64, A64",
H A Ddauddec.c58 .extensions = "302,daud",
H A Dformat.c75 int av_match_ext(const char *filename, const char *extensions) argument
86 p = extensions;
143 if (filename && fmt->extensions &&
144 av_match_ext(filename, fmt->extensions)) {
H A Didroqenc.c67 .extensions = "roq",
H A Dircamenc.c55 .extensions = "sf,ircam",
H A Drawdec.c132 .extensions = "latm",
214 .extensions = "mlp",
226 .extensions = "thd",
238 .extensions = "shn",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dmimetype.cpp193 bool wxFileTypeImpl::GetExtensions(wxArrayString& extensions) argument
196 extensions = m_info->GetExtensions();
201 // the only way to get the list of extensions from the file type is to
202 // scan through all extensions in the registry - too slow...
206 extensions.Empty();
207 extensions.Add(m_ext);
209 // it's a lie too, we don't return _all_ extensions...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dframecrcenc.c39 .extensions = "",
H A Dac3dec.c80 .extensions = "ac3",
98 .extensions = "eac3",
H A Dcdg.c71 .extensions = "cdg"
H A Dcrcenc.c60 .extensions = "",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3conf.c67 /* Test application to add extensions from a config file */
106 sk_pop_free(cert->cert_info->extensions, X509_EXTENSION_free);
107 cert->cert_info->extensions = NULL;
110 fprintf(stderr, "Error adding extensions\n");
116 printf("%d extensions\n", count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcppunit.h51 #include <cppunit/extensions/TestFactoryRegistry.h>
54 #include <cppunit/extensions/HelperMacros.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3conf.c67 /* Test application to add extensions from a config file */
105 sk_pop_free(cert->cert_info->extensions, X509_EXTENSION_free);
106 cert->cert_info->extensions = NULL;
109 fprintf(stderr, "Error adding extensions\n");
115 printf("%d extensions\n", count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3conf.c67 /* Test application to add extensions from a config file */
106 sk_pop_free(cert->cert_info->extensions, X509_EXTENSION_free);
107 cert->cert_info->extensions = NULL;
110 fprintf(stderr, "Error adding extensions\n");
116 printf("%d extensions\n", count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/ssl/
H A Dcert.sh20 openssl x509 -req -in ${1}req.pem -sha1 -extfile openssl.cnf -extensions usr_cert -CA root.pem -CAkey root.pem -CAcreateserial -out ${1}cert.pem -days 1095
H A Droot.sh13 openssl x509 -req -in rootreq.pem -sha1 -extfile openssl.cnf -extensions v3_ca -signkey rootkey.pem -out cacert.pem -days 1095
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/ssl/
H A Dcert.sh20 openssl x509 -req -in ${1}req.pem -sha1 -extfile openssl.cnf -extensions usr_cert -CA root.pem -CAkey root.pem -CAcreateserial -out ${1}cert.pem -days 1095
H A Droot.sh13 openssl x509 -req -in rootreq.pem -sha1 -extfile openssl.cnf -extensions v3_ca -signkey rootkey.pem -out cacert.pem -days 1095
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dgpo.h88 char **extensions; member in struct:GP_EXT
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_crl.c70 ASN1_SEQUENCE_OF_OPT(X509_REVOKED,extensions, X509_EXTENSION)
101 ASN1_EXP_SEQUENCE_OF_OPT(X509_CRL_INFO, extensions, X509_EXTENSION, 0)

Completed in 115 milliseconds

1234567891011>>