Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A 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 …]
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h496 struct virtio_crypto_config { struct
498 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 …]