Searched refs:virtio_crypto_akcipher_algs (Results 1 – 2 of 2) sorted by relevance
555 for (i = 0; i < ARRAY_SIZE(virtio_crypto_akcipher_algs); i++) { in virtio_crypto_akcipher_algs_register()556 uint32_t service = virtio_crypto_akcipher_algs[i].service; in virtio_crypto_akcipher_algs_register()557 uint32_t algonum = virtio_crypto_akcipher_algs[i].algonum; in virtio_crypto_akcipher_algs_register()562 if (virtio_crypto_akcipher_algs[i].active_devs == 0) { in virtio_crypto_akcipher_algs_register()568 virtio_crypto_akcipher_algs[i].active_devs++; in virtio_crypto_akcipher_algs_register()570 virtio_crypto_akcipher_algs[i].algo.base.base.cra_name); in virtio_crypto_akcipher_algs_register()585 uint32_t service = virtio_crypto_akcipher_algs[i].service; in virtio_crypto_akcipher_algs_unregister()586 uint32_t algonum = virtio_crypto_akcipher_algs[i].algonum; in virtio_crypto_akcipher_algs_unregister()588 if (virtio_crypto_akcipher_algs[i].active_devs == 0 || in virtio_crypto_akcipher_algs_unregister()592 if (virtio_crypto_akcipher_algs[i].active_devs == 1) in virtio_crypto_akcipher_algs_unregister()[all …]
5 virtio_crypto_akcipher_algs.o \