EVP_PKEY_CTX_settable_params function
- @Native<Pointer<
ossl_param_st> Function(Pointer<evp_pkey_ctx_st> )>(ffi.Pointer<evp_pkey_ctx_st>)>()
- Pointer<
evp_pkey_ctx_st> ctx
Implementation
@ffi.Native<ffi.Pointer<ossl_param_st> Function(ffi.Pointer<evp_pkey_ctx_st>)>()
external ffi.Pointer<ossl_param_st> EVP_PKEY_CTX_settable_params(
ffi.Pointer<evp_pkey_ctx_st> ctx,
);