Searched defs:SSL_VERIFY_PEER (Results 1 - 4 of 4) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java1100 public static final int SSL_VERIFY_PEER = 0x01; field in class:NativeCrypto
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dssl.h1521 /* use either SSL_VERIFY_NONE or SSL_VERIFY_PEER, the last 3 options
1522 * are 'ored' with SSL_VERIFY_PEER if they are desired */
1524 #define SSL_VERIFY_PEER 0x01 macro
/external/openssl/include/openssl/
H A Dssl.h1553 /* use either SSL_VERIFY_NONE or SSL_VERIFY_PEER, the last 2 options
1554 * are 'ored' with SSL_VERIFY_PEER if they are desired */
1556 #define SSL_VERIFY_PEER 0x01 macro
/external/openssl/ssl/
H A Dssl.h1553 /* use either SSL_VERIFY_NONE or SSL_VERIFY_PEER, the last 2 options
1554 * are 'ored' with SSL_VERIFY_PEER if they are desired */
1556 #define SSL_VERIFY_PEER 0x01 macro

Completed in 1099 milliseconds