Home
last modified time | relevance | path

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

/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_core.c358 u32 crypto_services = 0; in virtcrypto_probe() local
396 crypto_services, &crypto_services); in virtcrypto_probe()
409 if (crypto_services & (1 << VIRTIO_CRYPTO_SERVICE_AKCIPHER)) in virtcrypto_probe()
431 vcrypto->crypto_services = crypto_services; in virtcrypto_probe()
H A Dvirtio_crypto_common.h56 u32 crypto_services; member
H A Dvirtio_crypto_mgr.c261 if (!(vcrypto->crypto_services & service_mask)) in virtcrypto_algo_is_supported()
/linux/include/uapi/linux/
H A Dvirtio_crypto.h509 __le32 crypto_services; member