Searched defs:SSL3_ALIGN_PAYLOAD (Results 1 - 2 of 2) sorted by relevance

/external/openssl/include/openssl/
H A Dssl3.h254 #ifndef SSL3_ALIGN_PAYLOAD
261 # define SSL3_ALIGN_PAYLOAD 8 macro
263 # if (SSL3_ALIGN_PAYLOAD&(SSL3_ALIGN_PAYLOAD-1))!=0
264 # error "insane SSL3_ALIGN_PAYLOAD"
265 # undef SSL3_ALIGN_PAYLOAD macro
/external/openssl/ssl/
H A Dssl3.h254 #ifndef SSL3_ALIGN_PAYLOAD
261 # define SSL3_ALIGN_PAYLOAD 8 macro
263 # if (SSL3_ALIGN_PAYLOAD&(SSL3_ALIGN_PAYLOAD-1))!=0
264 # error "insane SSL3_ALIGN_PAYLOAD"
265 # undef SSL3_ALIGN_PAYLOAD macro

Completed in 101 milliseconds