Home
last modified time | relevance | path

Searched defs:SSL_get_current_cipher (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/
Dsetup-vms.h291 #define SSL_get_current_cipher SSL_GET_CURRENT_CIPHER macro
/external/boringssl/src/ssl/
Dssl_lib.cc2345 const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl) { in SSL_get_current_cipher() function
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java1132 public static native String SSL_get_current_cipher(long ssl, NativeSsl ssl_holder); in SSL_get_current_cipher() method in NativeCrypto
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeCrypto.java1172 public static native String SSL_get_current_cipher(long ssl, NativeSsl ssl_holder); in SSL_get_current_cipher() method in NativeCrypto
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h221 #define SSL_get_current_cipher GRPC_SHADOW_SSL_get_current_cipher macro