Searched refs:virtcrypto_algo_is_supported (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/crypto/virtio/ |
| H A D | virtio_crypto_mgr.c | 197 virtcrypto_algo_is_supported(tmp_dev, service, algo)) { in virtcrypto_get_dev_node() 213 virtcrypto_algo_is_supported(tmp_dev, in virtcrypto_get_dev_node() 284 bool virtcrypto_algo_is_supported(struct virtio_crypto *vcrypto, in virtcrypto_algo_is_supported() function
|
| H A D | virtio_crypto_common.h | 121 bool virtcrypto_algo_is_supported(struct virtio_crypto *vcrypto_dev,
|
| H A D | virtio_crypto_akcipher_algs.c | 527 if (!virtcrypto_algo_is_supported(vcrypto, service, algonum)) in virtio_crypto_akcipher_algs_register() 557 !virtcrypto_algo_is_supported(vcrypto, service, algonum)) in virtio_crypto_akcipher_algs_unregister()
|
| H A D | virtio_crypto_skcipher_algs.c | 603 if (!virtcrypto_algo_is_supported(vcrypto, service, algonum)) in virtio_crypto_skcipher_algs_register() 634 !virtcrypto_algo_is_supported(vcrypto, service, algonum)) in virtio_crypto_skcipher_algs_unregister()
|