Home
last modified time | relevance | path

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

/uoscore-uedhoc-latest/src/oscore/
Doscore2coap.c356 uint32_t plaintext_bytes_len = ciphertext->len - AUTH_TAG_LEN; in oscore2coap() local
357 BYTE_ARRAY_NEW(plaintext, MAX_PLAINTEXT_LEN, plaintext_bytes_len); in oscore2coap()