Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dd1_both.c126 #define RSMBLY_BITMASK_SIZE(msg_len) (((msg_len) + 7) / 8) macro
200 bitmask = (unsigned char *)OPENSSL_malloc(RSMBLY_BITMASK_SIZE(frag_len)); in dtls1_hm_fragment_new()
207 memset(bitmask, 0, RSMBLY_BITMASK_SIZE(frag_len)); in dtls1_hm_fragment_new()