Home
last modified time | relevance | path

Searched refs:cra_refcnt (Results 1 – 25 of 27) sorted by relevance

12

/dports/multimedia/v4l-utils/linux-5.13-rc2/crypto/
H A Dinternal.h101 refcount_inc(&alg->cra_refcnt); in crypto_alg_get()
107 if (refcount_dec_and_test(&alg->cra_refcnt) && alg->cra_destroy) in crypto_alg_put()
H A Dproc.c44 seq_printf(m, "refcnt : %u\n", refcount_read(&alg->cra_refcnt)); in c_show()
H A Dcrypto_user_base.c113 ualg->cru_refcnt = refcount_read(&alg->cra_refcnt); in crypto_report_one()
323 if (refcount_read(&alg->cra_refcnt) > 2) in crypto_del_alg()
H A Dalgapi.c61 refcount_set(&alg->cra_refcnt, 1); in crypto_check_alg()
263 refcount_set(&larval->alg.cra_refcnt, 1); in __crypto_register_alg()
459 BUG_ON(refcount_read(&alg->cra_refcnt) != 1); in crypto_unregister_alg()
558 BUG_ON(refcount_read(&inst->alg.cra_refcnt) != 1); in crypto_unregister_template()
H A Dcrypto_user_stat.c193 ualg->cru_refcnt = refcount_read(&alg->cra_refcnt); in crypto_reportstat_one()
H A Dapi.c135 refcount_set(&larval->alg.cra_refcnt, 2); in crypto_larval_add()
/dports/multimedia/v4l_compat/linux-5.13-rc2/crypto/
H A Dinternal.h101 refcount_inc(&alg->cra_refcnt); in crypto_alg_get()
107 if (refcount_dec_and_test(&alg->cra_refcnt) && alg->cra_destroy) in crypto_alg_put()
H A Dproc.c44 seq_printf(m, "refcnt : %u\n", refcount_read(&alg->cra_refcnt)); in c_show()
H A Dcrypto_user_base.c113 ualg->cru_refcnt = refcount_read(&alg->cra_refcnt); in crypto_report_one()
323 if (refcount_read(&alg->cra_refcnt) > 2) in crypto_del_alg()
H A Dalgapi.c61 refcount_set(&alg->cra_refcnt, 1); in crypto_check_alg()
263 refcount_set(&larval->alg.cra_refcnt, 1); in __crypto_register_alg()
459 BUG_ON(refcount_read(&alg->cra_refcnt) != 1); in crypto_unregister_alg()
558 BUG_ON(refcount_read(&inst->alg.cra_refcnt) != 1); in crypto_unregister_template()
H A Dcrypto_user_stat.c193 ualg->cru_refcnt = refcount_read(&alg->cra_refcnt); in crypto_reportstat_one()
H A Dapi.c135 refcount_set(&larval->alg.cra_refcnt, 2); in crypto_larval_add()
/dports/multimedia/libv4l/linux-5.13-rc2/crypto/
H A Dinternal.h101 refcount_inc(&alg->cra_refcnt); in crypto_alg_get()
107 if (refcount_dec_and_test(&alg->cra_refcnt) && alg->cra_destroy) in crypto_alg_put()
H A Dproc.c44 seq_printf(m, "refcnt : %u\n", refcount_read(&alg->cra_refcnt)); in c_show()
H A Dcrypto_user_base.c113 ualg->cru_refcnt = refcount_read(&alg->cra_refcnt); in crypto_report_one()
323 if (refcount_read(&alg->cra_refcnt) > 2) in crypto_del_alg()
H A Dalgapi.c61 refcount_set(&alg->cra_refcnt, 1); in crypto_check_alg()
263 refcount_set(&larval->alg.cra_refcnt, 1); in __crypto_register_alg()
459 BUG_ON(refcount_read(&alg->cra_refcnt) != 1); in crypto_unregister_alg()
558 BUG_ON(refcount_read(&inst->alg.cra_refcnt) != 1); in crypto_unregister_template()
H A Dcrypto_user_stat.c193 ualg->cru_refcnt = refcount_read(&alg->cra_refcnt); in crypto_reportstat_one()
H A Dapi.c135 refcount_set(&larval->alg.cra_refcnt, 2); in crypto_larval_add()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dcrypto.h479 refcount_t cra_refcnt; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dcrypto.h479 refcount_t cra_refcnt; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dcrypto.h479 refcount_t cra_refcnt; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c1584 if (refcount_read(&otx_cpt_skciphers[i].base.cra_refcnt) != 1) in is_any_alg_used()
1587 if (refcount_read(&otx_cpt_aeads[i].base.cra_refcnt) != 1) in is_any_alg_used()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c1584 if (refcount_read(&otx_cpt_skciphers[i].base.cra_refcnt) != 1) in is_any_alg_used()
1587 if (refcount_read(&otx_cpt_aeads[i].base.cra_refcnt) != 1) in is_any_alg_used()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c1584 if (refcount_read(&otx_cpt_skciphers[i].base.cra_refcnt) != 1) in is_any_alg_used()
1587 if (refcount_read(&otx_cpt_aeads[i].base.cra_refcnt) != 1) in is_any_alg_used()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/chelsio/
H A Dchcr_algo.c4391 &driver_algs[i].alg.skcipher.base.cra_refcnt) in chcr_unregister_alg()
4400 &driver_algs[i].alg.aead.base.cra_refcnt) == 1) { in chcr_unregister_alg()
4408 &driver_algs[i].alg.hash.halg.base.cra_refcnt) in chcr_unregister_alg()

12