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

  /external/openssl/include/openssl/
ssl3.h 254 #ifndef SSL3_ALIGN_PAYLOAD
261 # define SSL3_ALIGN_PAYLOAD 8
263 # if (SSL3_ALIGN_PAYLOAD&(SSL3_ALIGN_PAYLOAD-1))!=0
264 # error "insane SSL3_ALIGN_PAYLOAD"
265 # undef SSL3_ALIGN_PAYLOAD
  /external/openssl/ssl/
ssl3.h 254 #ifndef SSL3_ALIGN_PAYLOAD
261 # define SSL3_ALIGN_PAYLOAD 8
263 # if (SSL3_ALIGN_PAYLOAD&(SSL3_ALIGN_PAYLOAD-1))!=0
264 # error "insane SSL3_ALIGN_PAYLOAD"
265 # undef SSL3_ALIGN_PAYLOAD

Completed in 219 milliseconds