Searched defs:virtio_crypto_config (Results 1 – 2 of 2) sorted by relevance
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 …]
496 struct virtio_crypto_config { struct498 uint32_t status;503 uint32_t max_dataqueues;509 uint32_t crypto_services;512 uint32_t cipher_algo_l;513 uint32_t cipher_algo_h;514 uint32_t hash_algo;515 uint32_t mac_algo_l;516 uint32_t mac_algo_h;517 uint32_t aead_algo;[all …]