Home
last modified time | relevance | path

Searched refs:rtag (Results 1 – 3 of 3) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_block_internal.h110 uint8_t rtag[8]; /**< RTag for block checking */ member
184 uint8_t rtag[8]; /**< RTag for block checking */ member
/third_party/libcoap/src/
Dcoap_block.c563 const uint8_t *rtag = rtag_opt ? coap_opt_value(rtag_opt) : NULL; in coap_find_lg_xmit_response() local
582 memcmp(lg_xmit->b.b2.rtag, rtag, rtag_length) != 0) in coap_find_lg_xmit_response()
859 sizeof(lg_xmit->b.b2.rtag)); in coap_add_data_large_internal()
860 memcpy(lg_xmit->b.b2.rtag, coap_opt_value(opt), coap_opt_length(opt)); in coap_add_data_large_internal()
2632 const uint8_t *rtag = rtag_opt ? coap_opt_value(rtag_opt) : NULL; in coap_handle_request_put_block() local
2648 memcmp(p->rtag, rtag, rtag_length) != 0) in coap_handle_request_put_block()
2695 memcpy(p->rtag, coap_opt_value(rtag_opt), p->rtag_length); in coap_handle_request_put_block()
/third_party/openssl/test/
Devp_test.c974 unsigned char rtag[16]; in cipher_test_enc() local
976 if (!TEST_size_t_le(expected->tag_len, sizeof(rtag))) { in cipher_test_enc()
981 expected->tag_len, rtag) <= 0) { in cipher_test_enc()
987 rtag, expected->tag_len)) in cipher_test_enc()