Searched refs:crypto_register_acomps (Results 1 – 3 of 3) sorted by relevance
98 int crypto_register_acomps(struct acomp_alg *algs, int count);
408 int crypto_register_acomps(struct acomp_alg *algs, int count) in crypto_register_acomps() function426 EXPORT_SYMBOL_GPL(crypto_register_acomps);
259 ret = crypto_register_acomps(qat_acomp, ARRAY_SIZE(qat_acomp)); in qat_comp_algs_register()