Lines Matching refs:provider
72 * but there is an unloaded software provider, this routine will attempt
100 * We get a list of mech names which have a hardware provider by walking
103 * is not disabled for the provider. Note that the hint list contains only
204 * may be the case that the caller never uses a provider.
494 * If more than one provider is capable of key checking for the mechanism,
497 * discovered with more recent providers. If at least one provider is
525 /* First let the software provider check this key */
581 crypto_key_check_prov(crypto_provider_t provider, crypto_mechanism_t *mech,
584 kcf_provider_desc_t *pd = provider;
611 * the specified mechanism provider descriptor. Used by
687 /* software provider, if present */
775 * Obtain ext info for specified provider and see if it matches.
809 * Find a provider based on its label, manufacturer ID, and serial number.
848 * Get the provider information given a provider handle. The caller
878 crypto_release_provider(crypto_provider_t provider)
880 KCF_PROV_REFRELE((kcf_provider_desc_t *)provider);