Searched refs:virtcrypto_algo_is_supported (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/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 | 559 if (!virtcrypto_algo_is_supported(vcrypto, service, algonum)) in virtio_crypto_akcipher_algs_register() 589 !virtcrypto_algo_is_supported(vcrypto, service, algonum)) in virtio_crypto_akcipher_algs_unregister()
|
H A D | virtio_crypto_skcipher_algs.c | 612 if (!virtcrypto_algo_is_supported(vcrypto, service, algonum)) in virtio_crypto_skcipher_algs_register() 643 !virtcrypto_algo_is_supported(vcrypto, service, algonum)) in virtio_crypto_skcipher_algs_unregister()
|