OSSL_STORE_INFO_get1_PKEY function
- @Native<Pointer<
evp_pkey_st> Function(Pointer<ossl_store_info_st> )>(ffi.Pointer<ossl_store_info_st>)>()
- 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,
);