Searched refs:otx_cpt_skciphers (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c1297 static struct skcipher_alg otx_cpt_skciphers[] = { { variable in typeref:struct:skcipher_alg
1561 for (i = 0; i < ARRAY_SIZE(otx_cpt_skciphers); i++)
1562 if (refcount_read(&otx_cpt_skciphers[i].base.cra_refcnt) != 1)
1575 for (i = 0; i < ARRAY_SIZE(otx_cpt_skciphers); i++)
1576 otx_cpt_skciphers[i].base.cra_flags &= ~CRYPTO_ALG_DEAD;
1578 err = crypto_register_skciphers(otx_cpt_skciphers,
1579 ARRAY_SIZE(otx_cpt_skciphers));
1589 crypto_unregister_skciphers(otx_cpt_skciphers,
1590 ARRAY_SIZE(otx_cpt_skciphers));
1599 crypto_unregister_skciphers(otx_cpt_skciphers,
[all...]

Completed in 132 milliseconds