Lines Matching full:providers
29 * providers.
43 * This routine is used to add cryptographic providers to the KEF framework.
44 * Providers pass a crypto_provider_info structure to crypto_register_provider()
47 * provider entry points. Providers call this routine in their _init() routine.
74 * Add provider to providers tables, also sets the descriptor in crypto_register_provider()
83 * The global queue is used for providers. We handle ordering in crypto_register_provider()
103 * removed. Providers call this routine in their _fini() routine.
157 /* remove provider from providers table */ in crypto_unregister_provider()
235 * Don't allow multiple providers with disabled mechanisms in init_prov_mechs()
237 * an unsupported configuration, i.e. multiple providers in init_prov_mechs()
277 /* remove provider from providers table */ in undo_register_provider()