Searched refs:coap_decode_var_bytes8 (Results 1 – 12 of 12) sorted by relevance
/third_party/libcoap/tests/ |
D | test_encode.c | 38 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/ |
D | coap_encode.h | 69 uint64_t coap_decode_var_bytes8(const uint8_t *buf, size_t length);
|
/third_party/libcoap/man/ |
D | coap_pdu_access.txt.in | 16 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/ |
D | coap_encode.c | 67 coap_decode_var_bytes8(const uint8_t *buf, size_t len) { in coap_decode_var_bytes8() function
|
D | coap_block.c | 499 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()
|
D | coap_oscore.c | 1005 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()
|
D | coap_session.c | 1715 session->tx_token = coap_decode_var_bytes8(data, len); in coap_session_init_token()
|
/third_party/libcoap/ |
D | libcoap-3.map | 64 coap_decode_var_bytes8;
|
D | libcoap-3.sym | 62 coap_decode_var_bytes8
|
/third_party/libcoap/src/oscore/ |
D | oscore.c | 368 coap_decode_var_bytes8(cose->partial_iv.s, cose->partial_iv.length); in oscore_validate_sender_seq()
|
/third_party/libcoap/examples/ |
D | oscore-interop-server.c | 188 etag = coap_decode_var_bytes8(coap_opt_value(option), in hnd_put_hello_7()
|
D | coap-server.c | 1680 etag = coap_decode_var_bytes8(coap_opt_value(option), in proxy_response_handler()
|