i2d_PKCS8PrivateKey_bio function
- @Native<Int Function(Pointer<bio_st>, Pointer<evp_pkey_st>, Pointer<evp_cipher_st>, Pointer<Char>, Int, Pointer<NativeFunction<Int Function(Pointer<Char> buf, Int size, Int rwflag, Pointer<Void> userdata)>>, Pointer<Void>)>(ffi.Pointer<bio_st>, ffi.Pointer<evp_pkey_st>, ffi.Pointer<evp_cipher_st>, ffi.Pointer<ffi.Char>, ffi.Int, ffi.Pointer<ffi.NativeFunction<ffi.Int Function(ffi.Pointer<ffi.Char> buf, ffi.Int size, ffi.Int rwflag, ffi.Pointer<ffi.Void> userdata)>>, ffi.Pointer<ffi.Void>)>()
int
i2d_PKCS8PrivateKey_bio(
- Pointer<bio_st> bp,
- Pointer<evp_pkey_st> x,
- Pointer<evp_cipher_st> enc,
- Pointer<Char> kstr,
- int klen,
- Pointer<NativeFunction<Int Function(Pointer<Char> buf, Int size, Int rwflag, Pointer<Void> userdata)>> cb,
- Pointer<Void> u,
)
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<bio_st>,
ffi.Pointer<evp_pkey_st>,
ffi.Pointer<evp_cipher_st>,
ffi.Pointer<ffi.Char>,
ffi.Int,
ffi.Pointer<
ffi.NativeFunction<
ffi.Int Function(
ffi.Pointer<ffi.Char> buf,
ffi.Int size,
ffi.Int rwflag,
ffi.Pointer<ffi.Void> userdata,
)
>
>,
ffi.Pointer<ffi.Void>,
)
>()
external int i2d_PKCS8PrivateKey_bio(
ffi.Pointer<bio_st> bp,
ffi.Pointer<evp_pkey_st> x,
ffi.Pointer<evp_cipher_st> enc,
ffi.Pointer<ffi.Char> kstr,
int klen,
ffi.Pointer<
ffi.NativeFunction<
ffi.Int Function(
ffi.Pointer<ffi.Char> buf,
ffi.Int size,
ffi.Int rwflag,
ffi.Pointer<ffi.Void> userdata,
)
>
>
cb,
ffi.Pointer<ffi.Void> u,
);