Function
Gckmechanisms_check
Declaration [src]
gboolean
gck_mechanisms_check (
GArray* mechanisms,
...
)
Description [src]
Check whether all the mechanism types are in the list.
The arguments should be a list of CKM_XXX mechanism types. The last argument should be GCK_INVALID.
This function is not directly available to language bindings |