EVP_PKEY_assign function
Implementation
@ffi.Native<
ffi.Int Function(ffi.Pointer<evp_pkey_st>, ffi.Int, ffi.Pointer<ffi.Void>)
>()
external int EVP_PKEY_assign(
ffi.Pointer<evp_pkey_st> pkey,
int type,
ffi.Pointer<ffi.Void> key,
);
@ffi.Native<
ffi.Int Function(ffi.Pointer<evp_pkey_st>, ffi.Int, ffi.Pointer<ffi.Void>)
>()
external int EVP_PKEY_assign(
ffi.Pointer<evp_pkey_st> pkey,
int type,
ffi.Pointer<ffi.Void> key,
);