SSL_CIPHER_get_cipher_nid function

  1. @Native<Int Function(Pointer<ssl_cipher_st>)>(ffi.Pointer<ssl_cipher_st>)>()
int SSL_CIPHER_get_cipher_nid(
  1. Pointer<ssl_cipher_st> c
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<ssl_cipher_st>)>()
external int SSL_CIPHER_get_cipher_nid(ffi.Pointer<ssl_cipher_st> c);