OSSL_STORE_INFO_get1_PKEY function

  1. @Native<Pointer<evp_pkey_st> Function(Pointer<ossl_store_info_st>)>(ffi.Pointer<ossl_store_info_st>)>()
Pointer<evp_pkey_st> OSSL_STORE_INFO_get1_PKEY(
  1. Pointer<ossl_store_info_st> info
)

Implementation

@ffi.Native<
  ffi.Pointer<evp_pkey_st> Function(ffi.Pointer<ossl_store_info_st>)
>()
external ffi.Pointer<evp_pkey_st> OSSL_STORE_INFO_get1_PKEY(
  ffi.Pointer<ossl_store_info_st> info,
);