Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/linux/
Dvirtio_crypto.h415 struct virtio_crypto_config { struct
417 __le32 status;
422 __le32 max_dataqueues;
428 __le32 crypto_services;
431 __le32 cipher_algo_l;
432 __le32 cipher_algo_h;
433 __le32 hash_algo;
434 __le32 mac_algo_l;
435 __le32 mac_algo_h;
436 __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/linux-4.19/include/uapi/linux/
Dvirtio_crypto.h415 struct virtio_crypto_config { struct
417 __u32 status;
422 __u32 max_dataqueues;
428 __u32 crypto_services;
431 __u32 cipher_algo_l;
432 __u32 cipher_algo_h;
433 __u32 hash_algo;
434 __u32 mac_algo_l;
435 __u32 mac_algo_h;
436 __u32 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 …]