Home
last modified time | relevance | path

Searched refs:coap_decode_var_bytes8 (Results 1 – 12 of 12) sorted by relevance

/third_party/libcoap/tests/
Dtest_encode.c38 result = coap_decode_var_bytes8(teststr.s, teststr.length); in t_decode2()
70 result = coap_decode_var_bytes8(teststr.s, teststr.length); in t_decode5()
81 result = coap_decode_var_bytes8(teststr.s, teststr.length); in t_decode6()
92 result = coap_decode_var_bytes8(teststr.s, teststr.length); in t_decode7()
103 result = coap_decode_var_bytes8(teststr.s, teststr.length); in t_decode8()
/third_party/libcoap/include/coap3/
Dcoap_encode.h69 uint64_t coap_decode_var_bytes8(const uint8_t *buf, size_t length);
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in16 coap_decode_var_bytes8,
42 *uint64_t coap_decode_var_bytes8(const uint8_t *_buf_, size_t _length_);*
297 *Function: coap_decode_var_bytes8()*
299 The *coap_decode_var_bytes8*() function will decode an option value up to 8
325 *coap_decode_var_bytes*() and *coap_decode_var_bytes8*() return the decoded
/third_party/libcoap/src/
Dcoap_encode.c67 coap_decode_var_bytes8(const uint8_t *buf, size_t len) { in coap_decode_var_bytes8() function
Dcoap_block.c499 STATE_TOKEN_BASE(coap_decode_var_bytes8(pdu->actual_token.s, in coap_retransmit_oscore_pdu()
1646 uint64_t token = coap_decode_var_bytes8(pdu->actual_token.s, in coap_send_q_blocks()
1936 STATE_TOKEN_BASE(coap_decode_var_bytes8(request->actual_token.s, in coap_send_q_block1()
1943 STATE_TOKEN_BASE(coap_decode_var_bytes8(lg_xmit->b.b1.app_token->s, in coap_send_q_block1()
2275 uint64_t etag = coap_decode_var_bytes8(coap_opt_value(etag_opt), in coap_handle_request_send_block()
3027 STATE_TOKEN_BASE(coap_decode_var_bytes8(rcvd->actual_token.s, in coap_handle_response_send_block()
3035 STATE_TOKEN_BASE(coap_decode_var_bytes8(p->b.b1.app_token->s, in coap_handle_response_send_block()
3201 uint64_t token = coap_decode_var_bytes8(rcvd->actual_token.s, in coap_handle_response_send_block()
3350 STATE_TOKEN_BASE(coap_decode_var_bytes8(rcvd->actual_token.s, in coap_handle_response_get_block()
3871 STATE_TOKEN_BASE(coap_decode_var_bytes8(pdu->actual_token.s, in coap_check_update_token()
Dcoap_oscore.c1005 coap_decode_var_bytes8(cose->partial_iv.s, cose->partial_iv.length); in coap_oscore_decrypt_pdu()
1188 coap_decode_var_bytes8(cose->partial_iv.s, cose->partial_iv.length); in coap_oscore_decrypt_pdu()
Dcoap_session.c1715 session->tx_token = coap_decode_var_bytes8(data, len); in coap_session_init_token()
/third_party/libcoap/
Dlibcoap-3.map64 coap_decode_var_bytes8;
Dlibcoap-3.sym62 coap_decode_var_bytes8
/third_party/libcoap/src/oscore/
Doscore.c368 coap_decode_var_bytes8(cose->partial_iv.s, cose->partial_iv.length); in oscore_validate_sender_seq()
/third_party/libcoap/examples/
Doscore-interop-server.c188 etag = coap_decode_var_bytes8(coap_opt_value(option), in hnd_put_hello_7()
Dcoap-server.c1680 etag = coap_decode_var_bytes8(coap_opt_value(option), in proxy_response_handler()