Searched refs:crypto_register_acomps (Results 1 – 3 of 3) sorted by relevance
215 int crypto_register_acomps(struct acomp_alg *algs, int count) in crypto_register_acomps() function233 EXPORT_SYMBOL_GPL(crypto_register_acomps);
109 int crypto_register_acomps(struct acomp_alg *algs, int count);
478 ret = crypto_register_acomps(qat_acomp, ARRAY_SIZE(qat_acomp)); in qat_comp_algs_register()