Home
last modified time | relevance | path

Searched refs:virtio_crypto_akcipher_algs (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c462 static struct virtio_crypto_akcipher_algo virtio_crypto_akcipher_algs[] = { variable
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()
531 ret = crypto_engine_register_akcipher(&virtio_crypto_akcipher_algs[i].algo); 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()
552 for (i = 0; i < ARRAY_SIZE(virtio_crypto_akcipher_algs); i++) { in virtio_crypto_akcipher_algs_unregister()
553 uint32_t service = virtio_crypto_akcipher_algs[i].service; in virtio_crypto_akcipher_algs_unregister()
[all …]
H A DMakefile5 virtio_crypto_akcipher_algs.o \