SSL_CTX_set1_compressed_cert function
- @Native<Int Function(Pointer<
ssl_ctx_st> , Int, Pointer<UnsignedChar> , Size, Size)>(ffi.Pointer<ssl_ctx_st>, ffi.Int, ffi.Pointer<ffi.UnsignedChar>, ffi.Size, ffi.Size)>()
- Pointer<
ssl_ctx_st> ctx, - int algorithm,
- Pointer<
UnsignedChar> comp_data, - int comp_length,
- int orig_length,
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<ssl_ctx_st>,
ffi.Int,
ffi.Pointer<ffi.UnsignedChar>,
ffi.Size,
ffi.Size,
)
>()
external int SSL_CTX_set1_compressed_cert(
ffi.Pointer<ssl_ctx_st> ctx,
int algorithm,
ffi.Pointer<ffi.UnsignedChar> comp_data,
int comp_length,
int orig_length,
);