Module Pkcs11_data
Data: input and output of encryption functions.
val to_string : t -> stringval of_string : string -> tval string_of_raw : 'a Ctypes.ptr -> Unsigned.ULong.t -> stringval create : unit -> tcreate ()allocates a newtwith length 0, and content the null pointer.
val allocate : t -> unitallocate tupdates the content of thetstructure to point to freshly allocated memory.
val get_content : t -> Pkcs11_CK_BYTE.t Ctypes.ptrval get_length : t -> P11_ulong.tval get_length_addr : t -> P11_ulong.t Ctypes.ptr