Home
last modified time | relevance | path

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

/uoscore-uedhoc-3.7.0/inc/edhoc/
Dbuffer_sizes.h18 #ifndef C_R_SIZE
19 #define C_R_SIZE 10 macro
74 (AS_BSTR_SIZE(C_R_SIZE) + ID_CRED_I_SIZE + \
89 #define MSG_2_SIZE (G_Y_SIZE + CIPHERTEXT2_SIZE + AS_BSTR_SIZE(C_R_SIZE))
114 AS_BSTR_SIZE(AS_BSTR_SIZE(C_R_SIZE) + AS_BSTR_SIZE(HASH_SIZE) + \
/uoscore-uedhoc-3.7.0/src/edhoc/
Dinitiator.c322 BYTE_ARRAY_NEW(c_r, C_R_SIZE, C_R_SIZE); in edhoc_initiator_run()
Dsignature_or_mac_msg.c65 BYTE_ARRAY_NEW(c_r_enc, AS_BSTR_SIZE(C_R_SIZE), in mac()