Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 23 of 23) sorted by relevance

/net-tools-2.7.6/libcoap/
Dlibcoap-1.pc.in1 prefix=@prefix@
/net-tools-2.7.6/mbedtls-2.4.0/scripts/
Dmalloc-init.pl38 my $prefix = qr/\s(?:\*?|\&?|\([a-z_]* \*\))\s*/;
59 } elsif( $name && /(?:$inits)\($prefix\Q$name\E\b/ ) {
/net-tools-2.7.6/tinydtls-0.8.2/doc/
DMakefile.in12 prefix = @prefix@
DDoxyfile.in756 # In case all classes in a project start with a common prefix, all
/net-tools-2.7.6/mbedtls-2.4.0/tests/scripts/
Drun-test-suites.pl42 my $prefix = $^O eq "MSWin32" ? '' : './';
51 my $result = `$prefix$suite`;
/net-tools-2.7.6/mbedtls-2.4.0/library/
Dx509_csr.c340 int mbedtls_x509_csr_info( char *buf, size_t size, const char *prefix, in mbedtls_x509_csr_info() argument
352 prefix, csr->version ); in mbedtls_x509_csr_info()
355 ret = mbedtls_snprintf( p, n, "\n%ssubject name : ", prefix ); in mbedtls_x509_csr_info()
360 ret = mbedtls_snprintf( p, n, "\n%ssigned using : ", prefix ); in mbedtls_x509_csr_info()
373 ret = mbedtls_snprintf( p, n, "\n%s%-" BC "s: %d bits\n", prefix, key_size_str, in mbedtls_x509_csr_info()
Dx509_crl.c580 int mbedtls_x509_crl_info( char *buf, size_t size, const char *prefix, in mbedtls_x509_crl_info() argument
592 prefix, crl->version ); in mbedtls_x509_crl_info()
595 ret = mbedtls_snprintf( p, n, "\n%sissuer name : ", prefix ); in mbedtls_x509_crl_info()
601 "%04d-%02d-%02d %02d:%02d:%02d", prefix, in mbedtls_x509_crl_info()
608 "%04d-%02d-%02d %02d:%02d:%02d", prefix, in mbedtls_x509_crl_info()
617 prefix ); in mbedtls_x509_crl_info()
623 prefix ); in mbedtls_x509_crl_info()
639 ret = mbedtls_snprintf( p, n, "\n%ssigned using : ", prefix ); in mbedtls_x509_crl_info()
Dx509_crt.c1356 int mbedtls_x509_crt_info( char *buf, size_t size, const char *prefix, in mbedtls_x509_crt_info() argument
1376 prefix, crt->version ); in mbedtls_x509_crt_info()
1379 prefix ); in mbedtls_x509_crt_info()
1385 ret = mbedtls_snprintf( p, n, "\n%sissuer name : ", prefix ); in mbedtls_x509_crt_info()
1390 ret = mbedtls_snprintf( p, n, "\n%ssubject name : ", prefix ); in mbedtls_x509_crt_info()
1396 "%04d-%02d-%02d %02d:%02d:%02d", prefix, in mbedtls_x509_crt_info()
1403 "%04d-%02d-%02d %02d:%02d:%02d", prefix, in mbedtls_x509_crt_info()
1409 ret = mbedtls_snprintf( p, n, "\n%ssigned using : ", prefix ); in mbedtls_x509_crt_info()
1423 ret = mbedtls_snprintf( p, n, "\n%s%-" BC "s: %d bits", prefix, key_size_str, in mbedtls_x509_crt_info()
1433 ret = mbedtls_snprintf( p, n, "\n%sbasic constraints : CA=%s", prefix, in mbedtls_x509_crt_info()
[all …]
/net-tools-2.7.6/mbedtls-2.4.0/tests/suites/
Dtest_suite_debug.function139 char *prefix, char *result_str )
157 mbedtls_debug_print_crt( &ssl, 0, file, line, prefix, &crt);
170 char *prefix, char *result_str )
189 mbedtls_debug_print_mpi( &ssl, 0, file, line, prefix, &val);
Dtest_suite_x509parse.function190 void x509_verify_info( int flags, char *prefix, char *result_str )
197 res = mbedtls_x509_crt_verify_info( buf, sizeof( buf ), prefix, flags );
Dtest_suite_x509parse.data281 X509 Verify Information: empty, with prefix
284 X509 Verify Information: one issue, with prefix
287 X509 Verify Information: two issues, with prefix
/net-tools-2.7.6/tinydtls-0.8.2/examples/contiki/
Ddtls-server.c230 uip_ipaddr_t prefix;
234 uip_ip6addr(&prefix, 0xaaaa, 0, 0, 0, 0, 0, 0, 0);
235 rpl_set_prefix(dag, &prefix, 64);
/net-tools-2.7.6/libcoap/examples/contiki/
Dradvd.conf.sample7 prefix aaaa::/64
/net-tools-2.7.6/
Dtunslip6.c783 char * prefix = index(itfaddr, '/'); in cleanup() local
788 if ( prefix != NULL ) *prefix = '\0'; in cleanup()
895 char * prefix = index(itfaddr, '/'); in ifconf() local
896 if ( prefix != NULL ) { in ifconf()
897 *prefix = '\0'; in ifconf()
898 prefix++; in ifconf()
900 prefix = "64"; in ifconf()
Dradvd_native_posix.conf15 prefix 2001:db8::/64 {
Dradvd_slip.conf15 prefix 2001:db8::/64 {
/net-tools-2.7.6/mbedtls-2.4.0/include/mbedtls/
Dx509_crt.h237 int mbedtls_x509_crt_info( char *buf, size_t size, const char *prefix,
252 int mbedtls_x509_crt_verify_info( char *buf, size_t size, const char *prefix,
Dx509_crl.h149 int mbedtls_x509_crl_info( char *buf, size_t size, const char *prefix,
Dx509_csr.h137 int mbedtls_x509_csr_info( char *buf, size_t size, const char *prefix,
/net-tools-2.7.6/tinydtls-0.8.2/
DMakefile.in34 prefix = @prefix@
Dconfigure711 prefix=NONE
845 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
849 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
938 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
939 ac_prev=prefix ;;
940 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
941 prefix=$ac_optarg ;;
943 -program-prefix | --program-prefix | --program-prefi | --program-pref \
946 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1122 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
[all …]
/net-tools-2.7.6/libcoap/doc/
DDoxyfile.in1019 # In case all classes in a project start with a common prefix, all classes will
1021 # can be used to specify a prefix (or a list of prefixes) that should be ignored
/net-tools-2.7.6/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile866 # In case all classes in a project start with a common prefix, all