Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dssl3.h210 #ifndef SSL3_ALIGN_PAYLOAD
216 #define SSL3_ALIGN_PAYLOAD 8 macro
218 #if (SSL3_ALIGN_PAYLOAD & (SSL3_ALIGN_PAYLOAD - 1)) != 0
220 #undef SSL3_ALIGN_PAYLOAD
/external/boringssl/src/ssl/
Dssl_buffer.c32 OPENSSL_COMPILE_ASSERT((SSL3_ALIGN_PAYLOAD & (SSL3_ALIGN_PAYLOAD - 1)) == 0,
45 buf->buf = OPENSSL_malloc(cap + SSL3_ALIGN_PAYLOAD - 1); in setup_buffer()
53 (SSL3_ALIGN_PAYLOAD - 1); in setup_buffer()