Searched refs:SSL3_ALIGN_PAYLOAD (Results 1 – 6 of 6) sorted by relevance
208 #ifndef SSL3_ALIGN_PAYLOAD214 #define SSL3_ALIGN_PAYLOAD 8 macro216 #if (SSL3_ALIGN_PAYLOAD & (SSL3_ALIGN_PAYLOAD - 1)) != 0218 #undef SSL3_ALIGN_PAYLOAD
210 #ifndef SSL3_ALIGN_PAYLOAD216 #define SSL3_ALIGN_PAYLOAD 8 macro218 #if (SSL3_ALIGN_PAYLOAD & (SSL3_ALIGN_PAYLOAD - 1)) != 0220 #undef SSL3_ALIGN_PAYLOAD
36 static_assert((SSL3_ALIGN_PAYLOAD & (SSL3_ALIGN_PAYLOAD - 1)) == 0,75 new_buf = (uint8_t *)malloc(new_cap + SSL3_ALIGN_PAYLOAD - 1); in EnsureCap()84 (0 - header_len - (uintptr_t)new_buf) & (SSL3_ALIGN_PAYLOAD - 1); in EnsureCap()