Searched refs:virtio_crypto_akcipher_algs (Results 1 – 2 of 2) sorted by relevance
523 for (i = 0; i < ARRAY_SIZE(virtio_crypto_akcipher_algs); i++) { in virtio_crypto_akcipher_algs_register()524 uint32_t service = virtio_crypto_akcipher_algs[i].service; in virtio_crypto_akcipher_algs_register()525 uint32_t algonum = virtio_crypto_akcipher_algs[i].algonum; in virtio_crypto_akcipher_algs_register()530 if (virtio_crypto_akcipher_algs[i].active_devs == 0) { in virtio_crypto_akcipher_algs_register()536 virtio_crypto_akcipher_algs[i].active_devs++; in virtio_crypto_akcipher_algs_register()538 virtio_crypto_akcipher_algs[i].algo.base.base.cra_name); in virtio_crypto_akcipher_algs_register()553 uint32_t service = virtio_crypto_akcipher_algs[i].service; in virtio_crypto_akcipher_algs_unregister()554 uint32_t algonum = virtio_crypto_akcipher_algs[i].algonum; in virtio_crypto_akcipher_algs_unregister()556 if (virtio_crypto_akcipher_algs[i].active_devs == 0 || in virtio_crypto_akcipher_algs_unregister()560 if (virtio_crypto_akcipher_algs[i].active_devs == 1) in virtio_crypto_akcipher_algs_unregister()[all …]
5 virtio_crypto_akcipher_algs.o \
Completed in 5 milliseconds