EVP_PKEY_new_mac_key function
- @Native<Pointer<
evp_pkey_st> Function(Int, Pointer<engine_st> , Pointer<UnsignedChar> , Int)>(ffi.Int, ffi.Pointer<engine_st>, ffi.Pointer<ffi.UnsignedChar>, ffi.Int)>()
Implementation
@ffi.Native<
ffi.Pointer<evp_pkey_st> Function(
ffi.Int,
ffi.Pointer<engine_st>,
ffi.Pointer<ffi.UnsignedChar>,
ffi.Int,
)
>()
external ffi.Pointer<evp_pkey_st> EVP_PKEY_new_mac_key(
int type,
ffi.Pointer<engine_st> e,
ffi.Pointer<ffi.UnsignedChar> key,
int keylen,
);