EVP_PKEY_CTX_set_rsa_padding function
- @Native<Int Function(Pointer<
evp_pkey_ctx_st> , Int)>(ffi.Pointer<evp_pkey_ctx_st>, ffi.Int)>()
- Pointer<
evp_pkey_ctx_st> ctx, - int pad_mode
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<evp_pkey_ctx_st>, ffi.Int)>()
external int EVP_PKEY_CTX_set_rsa_padding(
ffi.Pointer<evp_pkey_ctx_st> ctx,
int pad_mode,
);