Home
last modified time | relevance | path

Searched full:options (Results 1 – 25 of 89) sorted by relevance

1234

/net-tools-2.7.6/libcoap/include/coap/
Doption.h2 * option.h -- helpers for handling options in CoAP PDUs
12 * @brief Helpers for handling options in CoAP PDUs
28 /** Representation of CoAP options. */
58 * @c 0 as options need at least one byte storage space.
68 * @param pdu The PDU containing the options.
90 * ((COAP_OPT_FILTER_SHORT + 1) / 2) * 2 bytes for short options.
98 * COAP_OPT_FILTER_LONG * 2 bytes for short options.
137 /** Pre-defined filter that includes all options. */
238 * Iterator to run through PDU options. This object must be
240 * coap_option_next() to walk through the list of options until
[all …]
Dnet.h227 * Creates a new ACK PDU with specified error @p code. The options specified by
238 * @param opts An option filter that specifies which options to copy from
268 * @p opts will be passed to coap_new_error_response() to copy marked options
278 * @param opts A filter that specifies the options to copy from the
474 * Verifies that @p pdu contains no unknown critical options. Options must be
476 * of options is registered automatically by coap_new_context(). This function
478 * unknown will be updated with the unknown options. As only @c COAP_MAX_OPT
479 * options can be signalled this way, remaining options must be examined
497 * @param ctx The context where all known options are registered.
500 * unknown critical options found in @p pdu.
Dpdu.h55 /* CoAP option types (be sure to update check_critical when adding options */
210 * Structures for more convenient handling of options. (To be used with ordered
228 size_t max_size; /**< allocated storage for options and data */
234 unsigned short length; /**< PDU length (including header, options, data) */
250 * Options in coap_pdu_t are accessed with the macro COAP_OPTION.
252 #define COAP_OPTION(node) ((coap_option *)(node)->options)
331 * Adding the token destroys any following contents of the pdu. Hence options
350 * after all options have been added. As coap_add_token() destroys the options
Dblock.h31 * Structure of Block options.
41 * For zero-length options (i.e. num == m == szx == 0), COAP_OPT_BLOCK_LAST
101 * options should be added after coap_write_block_opt() has returned.
/net-tools-2.7.6/docker/
Dgptp.cfg32 # Run time options
46 # Servo options
63 # Transport options
70 # Default interface options
/net-tools-2.7.6/mbedtls-2.4.0/
DREADME.md7 mbed TLS should build out of the box on most systems. Some platform specific options are available …
9 Compiler options can be set using conventional environment variables such as `CC` and `CFLAGS` when…
77 …you do so, essential parts such as `-I` will still be preserved. Warning options may be overridden…
79 …. Please check the Makefiles in `library/`, `programs/` and `tests/` for options to manually add o…
121 To list other available CMake options, use:
125 Note that, with CMake, if you want to change the compiler or its options after you already ran CMak…
148 …integration tests for various TLS options (renegotiation, resumption, etc.) and tests interoperabi…
152 …uns a combination of the above tests, plus some more, with various build options (such as ASan, fu…
/net-tools-2.7.6/libcoap/
DChangeLog68 * net.c (wellknown_response): Added support for Block2 options
72 options. COAP_OPT_BLOCK_LAST now returns NULL when the option
164 several functions to access fields of options (possibly preceeded
183 * pdu.c (coap_add_option): allow more than 15 options.
188 make it easier to include these options in subsequent requests for
210 * examples/client.c (usage): new command line options
Dconfigure.ac95 # Adding some default warning options for code QS
96 # see https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
128 # configure options
197 # configure options
232 # configure options
251 # end configure options
/net-tools-2.7.6/mbedtls-2.4.0/library/
Dpk.c193 * Verify a signature with options
195 int mbedtls_pk_verify_ext( mbedtls_pk_type_t type, const void *options, in mbedtls_pk_verify_ext() argument
212 if( options == NULL ) in mbedtls_pk_verify_ext()
215 pss_opts = (const mbedtls_pk_rsassa_pss_options *) options; in mbedtls_pk_verify_ext()
238 /* General case: no options */ in mbedtls_pk_verify_ext()
239 if( options != NULL ) in mbedtls_pk_verify_ext()
/net-tools-2.7.6/libcoap/examples/
DREADME.etsi_iot25 [+] TD_COAP_CORE_12 Handle request containing several Uri-Path options
26 [+] TD_COAP_CORE_13 Handle request containing several Uri-Query options
Dcoap_list.c27 * options during sort */ in coap_insert()
/net-tools-2.7.6/libcoap/tests/
Dtest_pdu.c87 /* PDU with options */ in t_parse_pdu5()
105 /* FIXME: check options */ in t_parse_pdu5()
110 /* PDU with options that exceed the PDU */ in t_parse_pdu6()
122 /* PDU with options and payload */ in t_parse_pdu7()
140 /* FIXME: check options */ in t_parse_pdu7()
148 /* PDU without options but with payload */ in t_parse_pdu8()
165 /* FIXME: check options */ in t_parse_pdu8()
173 /* PDU without options and payload but with payload start marker */ in t_parse_pdu9()
183 /* PDU without payload but with options and payload start marker */ in t_parse_pdu10()
301 /* PDU with options */ in t_encode_pdu4()
[all …]
/net-tools-2.7.6/mbedtls-2.4.0/tests/suites/
Dtest_suite_pk.data113 Verify ext RSA #8 (PKCS1 v2.1, RSASSA-PSS without options)
117 Verify ext RSA #9 (PKCS1 v2.1, RSA with options)
121 Verify ext RSA #10 (PKCS1 v2.1, RSA without options)
Dtest_suite_pkcs1_v21.data742 RSASSA-PSS Signature verify options #1 (OK)
745 RSASSA-PSS Signature verify options #2 (ctx_hash none)
748 RSASSA-PSS Signature verify options #3 (ctx_hash diverging)
752 RSASSA-PSS Signature verify options #4 (mgf1_hash diverging)
756 RSASSA-PSS Signature verify options #5 (wrong msg_hash)
760 RSASSA-PSS Signature verify options #6 (wrong expected_salt_len)
763 RSASSA-PSS Signature verify options #7 (wrong expected_salt_len)
766 RSASSA-PSS Signature verify options #8 (non-default salt_len: max)
770 RSASSA-PSS Signature verify options #9 (non-default salt_len: 0)
774 RSASSA-PSS Signature verify options #10 (non-default salt_len: 0, ANY)
[all …]
/net-tools-2.7.6/libcoap/src/
Ddebug.c292 static struct option_desc_t options[] = { in msg_option_string() local
317 /* search option_type in list of known options */ in msg_option_string()
318 for (i = 0; i < sizeof(options)/sizeof(struct option_desc_t); i++) { in msg_option_string()
319 if (option_type == options[i].type) { in msg_option_string()
320 return options[i].name; in msg_option_string()
394 /* show options, if any */ in coap_show_pdu()
/net-tools-2.7.6/mbedtls-2.4.0/programs/x509/
Dcrl_app.c61 * global options
63 struct options struct
Dreq_app.c61 * global options
63 struct options struct
/net-tools-2.7.6/mbedtls-2.4.0/scripts/
Dconfig.pl64 'Module configuration options' section
67 Options
183 if ($line =~ /name SECTION: Module configuration options/) {
/net-tools-2.7.6/mbedtls-2.4.0/include/mbedtls/
Dpk.h85 * \brief Options for RSASSA-PSS signature verification.
288 * \brief Verify signature, with options.
292 * \param options Pointer to type-specific options, or NULL
312 * \note If type is MBEDTLS_PK_RSASSA_PSS, then options must point
316 int mbedtls_pk_verify_ext( mbedtls_pk_type_t type, const void *options,
Dconfig.h4 * \brief Configuration options (set of defines)
6 * This set of compile-time options may be used to enable
2474 * \name SECTION: Module configuration options
2477 * configuration options. The default values are already present in the
2480 * Our advice is to enable options and change their values here
2488 /* MPI / BIGNUM options */
2492 /* CTR_DRBG options */
2499 /* HMAC_DRBG options */
2505 /* ECP options */
2510 /* Entropy options */
[all …]
/net-tools-2.7.6/
D.shippable.yml17 options: "-e HOME=/home/buildslave --privileged=true --tty --net=bridge --user buildslave"
/net-tools-2.7.6/mbedtls-2.4.0/tests/
DDescriptions.txt20 The 'tests/ssl-opt.sh' script checks various options and/or operations not
/net-tools-2.7.6/tinydtls-0.8.2/doc/
DDoxyfile.in14 # Project related configuration options
292 # Build related configuration options
518 # configuration options related to warning and progress messages
569 # configuration options related to the input files
685 # configuration options related to source browsing
741 # configuration options related to the alphabetical class index
764 # configuration options related to the HTML output
1014 # configuration options related to the LaTeX output
1097 # configuration options related to the RTF output
1139 # configuration options related to the man page output
[all …]
/net-tools-2.7.6/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile16 # Project related configuration options
356 # Build related configuration options
608 # configuration options related to warning and progress messages
659 # configuration options related to the input files
795 # configuration options related to source browsing
851 # configuration options related to the alphabetical class index
874 # configuration options related to the HTML output
898 # needs, which is dependent on the configuration options used.
1293 # configuration options related to the LaTeX output
1399 # configuration options related to the RTF output
[all …]
/net-tools-2.7.6/libcoap/examples/contiki/
DMakefile.contiki2 # platform-specific options

1234