Home
last modified time | relevance | path

Searched refs:BORINGSSL_API_VERSION (Results 1 – 4 of 4) sorted by relevance

/external/honggfuzz/examples/openssl/
Dhf_ssl_lib.h15 #if defined(BORINGSSL_API_VERSION)
18 #if !defined(LIBRESSL_VERSION_NUMBER) && !defined(BORINGSSL_API_VERSION) && \
22 #if !defined(LIBRESSL_VERSION_NUMBER) && !defined(BORINGSSL_API_VERSION) && \
/external/boringssl/src/
DBREAKING-CHANGES.md43 … breaking change to Gerrit, but do not submit it yet. Increment the `BORINGSSL_API_VERSION` symbol.
44 2. Update the consuming repository with `#if BORINGSSL_API_VERSION < N` preprocessor logic. Leave a…
45 3. When the `BORINGSSL_API_VERSION` check has propagated to relevant copies of the consuming reposi…
/external/boringssl/src/include/openssl/
Dbase.h187 #define BORINGSSL_API_VERSION 9 macro
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c71 !defined(BORINGSSL_API_VERSION)
5259 #if !defined(LIBRESSL_VERSION_NUMBER) && !defined(BORINGSSL_API_VERSION)
5323 #if !defined(LIBRESSL_VERSION_NUMBER) && !defined(BORINGSSL_API_VERSION) in openssl_debug_dump_certificate_chains()