CMS_unsigned_add1_attr_by_OBJ function
- @Native<Int Function(Pointer<
CMS_SignerInfo_st> , Pointer<asn1_object_st> , Int, Pointer<Void> , Int)>(ffi.Pointer<CMS_SignerInfo_st>, ffi.Pointer<asn1_object_st>, ffi.Int, ffi.Pointer<ffi.Void>, ffi.Int)>()
- Pointer<
CMS_SignerInfo_st> si, - Pointer<
asn1_object_st> obj, - int type,
- Pointer<
Void> bytes, - int len,
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<CMS_SignerInfo_st>,
ffi.Pointer<asn1_object_st>,
ffi.Int,
ffi.Pointer<ffi.Void>,
ffi.Int,
)
>()
external int CMS_unsigned_add1_attr_by_OBJ(
ffi.Pointer<CMS_SignerInfo_st> si,
ffi.Pointer<asn1_object_st> obj,
int type,
ffi.Pointer<ffi.Void> bytes,
int len,
);