Home
last modified time | relevance | path

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

/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/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dbase.h187 #define BORINGSSL_API_VERSION 10 macro
/external/boringssl/src/include/openssl/
Dbase.h194 #define BORINGSSL_API_VERSION 14 macro
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c71 !defined(BORINGSSL_API_VERSION)
5355 #if !defined(LIBRESSL_VERSION_NUMBER) && !defined(BORINGSSL_API_VERSION)
5422 #if !defined(LIBRESSL_VERSION_NUMBER) && !defined(BORINGSSL_API_VERSION) in openssl_debug_dump_certificate_chains()