Home
last modified time | relevance | path

Searched defs:virtio_crypto_config (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dvirtio_crypto.h275 struct virtio_crypto_config { struct
276 __le32 status;
277 __le32 max_dataqueues;
278 __le32 crypto_services;
279 __le32 cipher_algo_l;
280 __le32 cipher_algo_h;
281 __le32 hash_algo;
282 __le32 mac_algo_l;
283 __le32 mac_algo_h;
284 __le32 aead_algo;
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dvirtio_crypto.h275 struct virtio_crypto_config { struct
276 __le32 status;
277 __le32 max_dataqueues;
278 __le32 crypto_services;
279 __le32 cipher_algo_l;
280 __le32 cipher_algo_h;
281 __le32 hash_algo;
282 __le32 mac_algo_l;
283 __le32 mac_algo_h;
284 __le32 aead_algo;
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dvirtio_crypto.h321 struct virtio_crypto_config { struct
323 __u32 status;
325 __u32 max_dataqueues;
327 __u32 crypto_services;
329 __u32 cipher_algo_l;
330 __u32 cipher_algo_h;
331 __u32 hash_algo;
332 __u32 mac_algo_l;
333 __u32 mac_algo_h;
334 __u32 aead_algo;
[all …]
/kernel/linux/linux-6.6/include/uapi/linux/
Dvirtio_crypto.h495 struct virtio_crypto_config { struct
497 __le32 status;
502 __le32 max_dataqueues;
508 __le32 crypto_services;
511 __le32 cipher_algo_l;
512 __le32 cipher_algo_h;
513 __le32 hash_algo;
514 __le32 mac_algo_l;
515 __le32 mac_algo_h;
516 __le32 aead_algo;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dvirtio_crypto.h495 struct virtio_crypto_config { struct
497 __le32 status;
502 __le32 max_dataqueues;
508 __le32 crypto_services;
511 __le32 cipher_algo_l;
512 __le32 cipher_algo_h;
513 __le32 hash_algo;
514 __le32 mac_algo_l;
515 __le32 mac_algo_h;
516 __le32 aead_algo;
[all …]