Searched refs:RSMBLY_BITMASK_SIZE (Results 1 – 1 of 1) sorted by relevance
22 #define RSMBLY_BITMASK_SIZE(msg_len) (((msg_len) + 7) / 8) macro82 bitmask = OPENSSL_zalloc(RSMBLY_BITMASK_SIZE(frag_len)); in dtls1_hm_fragment_new()
Completed in 7 milliseconds