Home
last modified time | relevance | path

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

/net-tools-latest/tinydtls-0.8.2/
Dccm.h35 #define DTLS_CCM_NONCE_SIZE 12 /**< size of nonce */ macro
Dcrypto.c292 max(2, 15 - DTLS_CCM_NONCE_SIZE), in dtls_ccm_encrypt()
309 max(2, 15 - DTLS_CCM_NONCE_SIZE), in dtls_ccm_decrypt()