Home
last modified time | relevance | path

Searched defs:SSL_enable_ocsp_stapling (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_lib.cc2083 void SSL_enable_ocsp_stapling(SSL *ssl) { in SSL_enable_ocsp_stapling() function
/external/boringssl/src/ssl/
Dssl_lib.cc2126 void SSL_enable_ocsp_stapling(SSL *ssl) { in SSL_enable_ocsp_stapling() function
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeCrypto.java988 static native void SSL_enable_ocsp_stapling(long ssl, NativeSsl ssl_holder); in SSL_enable_ocsp_stapling() method in NativeCrypto
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java955 static native void SSL_enable_ocsp_stapling(long ssl, NativeSsl ssl_holder); in SSL_enable_ocsp_stapling() method in NativeCrypto
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h207 #define SSL_enable_ocsp_stapling GRPC_SHADOW_SSL_enable_ocsp_stapling macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h295 #define SSL_enable_ocsp_stapling BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_enable_ocsp_stapling) macro