OSSL_CMP_exec_certreq function
- @Native<Pointer<
x509_st> Function(Pointer<ossl_cmp_ctx_st> , Int, Pointer<ossl_crmf_msg_st> )>(ffi.Pointer<ossl_cmp_ctx_st>, ffi.Int, ffi.Pointer<ossl_crmf_msg_st>)>()
- Pointer<
ossl_cmp_ctx_st> ctx, - int req_type,
- Pointer<
ossl_crmf_msg_st> crm
Implementation
@ffi.Native<
ffi.Pointer<x509_st> Function(
ffi.Pointer<ossl_cmp_ctx_st>,
ffi.Int,
ffi.Pointer<ossl_crmf_msg_st>,
)
>()
external ffi.Pointer<x509_st> OSSL_CMP_exec_certreq(
ffi.Pointer<ossl_cmp_ctx_st> ctx,
int req_type,
ffi.Pointer<ossl_crmf_msg_st> crm,
);