Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/virtio/
Dvirtio_crypto_core.c352 u32 crypto_services = 0; in virtcrypto_probe() local
390 crypto_services, &crypto_services); in virtcrypto_probe()
403 if (crypto_services & (1 << VIRTIO_CRYPTO_SERVICE_AKCIPHER)) in virtcrypto_probe()
425 vcrypto->crypto_services = crypto_services; in virtcrypto_probe()
Dvirtio_crypto_common.h51 u32 crypto_services; member
Dvirtio_crypto_mgr.c297 if (!(vcrypto->crypto_services & service_mask)) in virtcrypto_algo_is_supported()
/linux-5.19.10/include/uapi/linux/
Dvirtio_crypto.h508 __le32 crypto_services; member