API Reference

Modules — Module loading and initializing
URIs — Parsing and formatting PKCS#11 URIs
PIN Callbacks — PIN Callbacks
Utilities — PKCS#11 utilities
Future — Future Unstable API
API Index
Annotation Glossary

API Index

P

P11KitIter
P11KitPin
P11KitPinFlags
P11KitUri
P11KitUriResult
P11KitUriType
p11_kit_be_loud
p11_kit_be_quiet
p11_kit_destroyer
p11_kit_finalize_module
p11_kit_finalize_registered
p11_kit_initialize_module
p11_kit_initialize_registered
p11_kit_iter_add_callback
p11_kit_iter_add_filter
p11_kit_iter_begin
p11_kit_iter_begin_with
p11_kit_iter_callback
p11_kit_iter_free
p11_kit_iter_get_module
p11_kit_iter_get_object
p11_kit_iter_get_session
p11_kit_iter_get_slot
p11_kit_iter_keep_session
p11_kit_iter_load_attributes
p11_kit_iter_new
p11_kit_iter_next
p11_kit_iter_set_session_flags
p11_kit_load_initialize_module
p11_kit_message
p11_kit_pin_callback
p11_kit_pin_destroy_func
P11_KIT_PIN_FALLBACK
p11_kit_pin_file_callback
p11_kit_pin_get_length
p11_kit_pin_get_value
p11_kit_pin_new
p11_kit_pin_new_for_buffer
p11_kit_pin_new_for_string
p11_kit_pin_ref
p11_kit_pin_register_callback
p11_kit_pin_request
p11_kit_pin_unref
p11_kit_pin_unregister_callback
p11_kit_registered_modules
p11_kit_registered_module_to_name
p11_kit_registered_name_to_module
p11_kit_registered_option
p11_kit_set_progname
p11_kit_space_strdup
p11_kit_space_strlen
p11_kit_strerror
p11_kit_uri_any_unrecognized
p11_kit_uri_clear_attribute
p11_kit_uri_clear_attributes
p11_kit_uri_format
p11_kit_uri_free
p11_kit_uri_get_attribute
p11_kit_uri_get_attributes
p11_kit_uri_get_module_info
p11_kit_uri_get_pinfile
p11_kit_uri_get_pin_source
p11_kit_uri_get_token_info
p11_kit_uri_match_attributes
p11_kit_uri_match_module_info
p11_kit_uri_match_token_info
p11_kit_uri_message
p11_kit_uri_new
P11_KIT_URI_NO_MEMORY
p11_kit_uri_parse
P11_KIT_URI_SCHEME
P11_KIT_URI_SCHEME_LEN
p11_kit_uri_set_attribute
p11_kit_uri_set_attributes
p11_kit_uri_set_pinfile
p11_kit_uri_set_pin_source
p11_kit_uri_set_unrecognized

Annotation Glossary

A

allow-none

NULL is ok, both for passing and for returning.

array

Parameter points to an array of items.

E

element-type

Generics and defining elements of containers and arrays.

I

inout

Parameter for input and for returning results. Default is transfer full.

O

out

Parameter for returning results. Default is transfer full.

T

transfer full

Free data after the code is done.

type

Override the parsed C type with given type

transfer none

Don't free data after the code is done.