Searched defs:virtio_crypto_config (Results 1 – 5 of 5) sorted by relevance
275 struct virtio_crypto_config { struct276 __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 …]
321 struct virtio_crypto_config { struct323 __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 …]
495 struct virtio_crypto_config { struct497 __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 …]