OSSL_CMP_CTX_set1_untrusted function
- @Native<Int Function(Pointer<
ossl_cmp_ctx_st> , Pointer<stack_st_X509> )>(ffi.Pointer<ossl_cmp_ctx_st>, ffi.Pointer<stack_st_X509>)>()
- Pointer<
ossl_cmp_ctx_st> ctx, - Pointer<
stack_st_X509> certs
Implementation
@ffi.Native<
ffi.Int Function(ffi.Pointer<ossl_cmp_ctx_st>, ffi.Pointer<stack_st_X509>)
>()
external int OSSL_CMP_CTX_set1_untrusted(
ffi.Pointer<ossl_cmp_ctx_st> ctx,
ffi.Pointer<stack_st_X509> certs,
);