Cryptodbm_internals.OperationsSourceval add :
?may_overwrite:bool ->
Types.full handler ->
Kinds.key_kind ->
max_extra_data:int ->
key:string ->
data:string ->
unitval iter_uncrypted :
'a handler ->
Cipher.passwd ->
(Kinds.location -> string -> unit) ->
unitval iter_subtable :
'a handler ->
Cipher.passwd ->
subt:int ->
subpass:Cipher.passwd ->
(Kinds.location -> string -> unit) ->
unitval iter_subtable_encrypted :
'a handler ->
Cipher.passwd ->
subt:int ->
(Kinds.location -> Kinds.encoded_key -> unit) ->
unit