Home
last modified time | relevance | path

Searched refs:OSCORE_CRYPTO_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_pdu_internal.h50 #define OSCORE_CRYPTO_BUFFER_SIZE (COAP_MAX_CHUNK_SIZE+16) macro
/third_party/libcoap/src/
Dcoap_oscore.c590 coap_malloc_type(COAP_OSCORE_BUF, OSCORE_CRYPTO_BUFFER_SIZE); in coap_oscore_new_pdu_encrypted()
601 assert(ciphertext_len < OSCORE_CRYPTO_BUFFER_SIZE); in coap_oscore_new_pdu_encrypted()