Home
last modified time | relevance | path

Searched refs:virtcrypto_algo_is_supported (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/crypto/virtio/
Dvirtio_crypto_mgr.c197 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
Dvirtio_crypto_common.h116 bool virtcrypto_algo_is_supported(struct virtio_crypto *vcrypto_dev,
Dvirtio_crypto_akcipher_algs.c554 if (!virtcrypto_algo_is_supported(vcrypto, service, algonum)) in virtio_crypto_akcipher_algs_register()
584 !virtcrypto_algo_is_supported(vcrypto, service, algonum)) in virtio_crypto_akcipher_algs_unregister()
Dvirtio_crypto_skcipher_algs.c614 if (!virtcrypto_algo_is_supported(vcrypto, service, algonum)) in virtio_crypto_skcipher_algs_register()
645 !virtcrypto_algo_is_supported(vcrypto, service, algonum)) in virtio_crypto_skcipher_algs_unregister()