HomeSort by relevance Sort by last modified time
    Searched defs:SSL3_ALIGN_PAYLOAD (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl3.h 206 #ifndef SSL3_ALIGN_PAYLOAD
213 # define SSL3_ALIGN_PAYLOAD 8
215 # if (SSL3_ALIGN_PAYLOAD&(SSL3_ALIGN_PAYLOAD-1))!=0
216 # error "insane SSL3_ALIGN_PAYLOAD"
217 # undef SSL3_ALIGN_PAYLOAD
  /external/openssl/include/openssl/
ssl3.h 259 #ifndef SSL3_ALIGN_PAYLOAD
266 # define SSL3_ALIGN_PAYLOAD 8
268 # if (SSL3_ALIGN_PAYLOAD&(SSL3_ALIGN_PAYLOAD-1))!=0
269 # error "insane SSL3_ALIGN_PAYLOAD"
270 # undef SSL3_ALIGN_PAYLOAD
  /external/openssl/ssl/
ssl3.h 259 #ifndef SSL3_ALIGN_PAYLOAD
266 # define SSL3_ALIGN_PAYLOAD 8
268 # if (SSL3_ALIGN_PAYLOAD&(SSL3_ALIGN_PAYLOAD-1))!=0
269 # error "insane SSL3_ALIGN_PAYLOAD"
270 # undef SSL3_ALIGN_PAYLOAD

Completed in 160 milliseconds