Searched defs:SSL_get_current_cipher (Results 1 – 8 of 8) sorted by relevance
291 #define SSL_get_current_cipher SSL_GET_CURRENT_CIPHER macro
924 fn SSL_get_current_cipher(ssl: *mut SSL) -> *const SSL_CIPHER; in SSL_get_current_cipher() function
2383 const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl) { in SSL_get_current_cipher() function
2466 const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl) { in SSL_get_current_cipher() function
1198 public static native String SSL_get_current_cipher(long ssl, NativeSsl ssl_holder); in SSL_get_current_cipher() method in NativeCrypto
1165 public static native String SSL_get_current_cipher(long ssl, NativeSsl ssl_holder); in SSL_get_current_cipher() method in NativeCrypto
221 #define SSL_get_current_cipher GRPC_SHADOW_SSL_get_current_cipher macro
323 #define SSL_get_current_cipher BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_current_cipher) macro