Home
last modified time | relevance | path

Searched refs:length (Results 1 – 4 of 4) sorted by relevance

/uoscore-uedhoc-3.5.0/
DREADME.MD83 * @param data_len length of the data
90 * The length of the buffer <data> must be
92 * After copying the length of the received data should be written
99 * @param data_len length of the received data. When this function is
101 * available length of the <data>.
178 * OSCORE_MAX_PLAINTEXT_LEN - expected maximal length of OSCORE packet
179 * E_OPTIONS_BUFF_MAX_LEN - expected maximal length of buffer with all encrypted CoAP options
180 * I_OPTIONS_BUFF_MAX_LEN - expected maximal length of buffer with all not encrypted CoAP options
/uoscore-uedhoc-3.5.0/src/oscore/
Dcoap2oscore.c252 uint32_t length = piv_len + kid_len + kid_context_len; in get_oscore_opt_val_len() local
253 if (length) { in get_oscore_opt_val_len()
255 length++; in get_oscore_opt_val_len()
259 length++; in get_oscore_opt_val_len()
261 return length; in get_oscore_opt_val_len()
/uoscore-uedhoc-3.5.0/cddl_models/
Dedhoc_info.cddl15 length: uint
/uoscore-uedhoc-3.5.0/src/common/
Dcrypto_wrapper.c786 size_t length; in ephemeral_dh_key_gen() local
789 &length), in ephemeral_dh_key_gen()
791 if (length != 32) { in ephemeral_dh_key_gen()
876 size_t length; in hash() local
878 HASH_DEFAULT_SIZE, &length), in hash()
880 if (length != HASH_DEFAULT_SIZE) { in hash()