OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL3_ALIGN_PAYLOAD
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/include/openssl/
ssl3.h
210
#ifndef
SSL3_ALIGN_PAYLOAD
216
#define
SSL3_ALIGN_PAYLOAD
8
218
#if (
SSL3_ALIGN_PAYLOAD
& (
SSL3_ALIGN_PAYLOAD
- 1)) != 0
219
#error "insane
SSL3_ALIGN_PAYLOAD
"
220
#undef
SSL3_ALIGN_PAYLOAD
/external/boringssl/src/ssl/
ssl_buffer.c
32
OPENSSL_COMPILE_ASSERT((
SSL3_ALIGN_PAYLOAD
& (
SSL3_ALIGN_PAYLOAD
- 1)) == 0,
36
* written after |header_len| is aligned to a |
SSL3_ALIGN_PAYLOAD
|-byte
44
/* Add up to |
SSL3_ALIGN_PAYLOAD
| - 1 bytes of slack for alignment. */
45
buf->buf = OPENSSL_malloc(cap +
SSL3_ALIGN_PAYLOAD
- 1);
53
(
SSL3_ALIGN_PAYLOAD
- 1);
Completed in 1179 milliseconds