Lines Matching defs:provider
59 * No provider is capable of a function or a mechanism.
67 * pd: pointer to the descriptor of the provider to use for this
69 * sid: provider session id.
83 * provider with the specified session.
85 * The caller should hold a reference on the specified provider
95 crypto_digest_prov(crypto_provider_t provider, crypto_session_id_t sid,
100 kcf_provider_desc_t *pd = provider;
127 * choose a provider. See crypto_digest_prov() comments for more information.
188 * pd: pointer to the descriptor of the provider to use for this
190 * sid: provider session id.
202 * provider with the specified session.
205 * The caller should hold a reference on the specified provider
209 crypto_digest_init_prov(crypto_provider_t provider, crypto_session_id_t sid,
215 kcf_provider_desc_t *pd = provider;
268 * to choose a provider. See crypto_digest_init_prov() comments for
291 * The hardware provider has limited digest support.
292 * So, we fallback early here to using a software provider.
296 * exceeds the maximum size digestable by hardware provider.