Home
last modified time | relevance | path

Searched refs:cipher_para (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c75 struct virtio_crypto_cipher_session_para *cipher_para, in virtio_crypto_cipher_session_helper() argument
81 info->cipher_alg = ldl_le_p(&cipher_para->algo); in virtio_crypto_cipher_session_helper()
82 info->key_len = ldl_le_p(&cipher_para->keylen); in virtio_crypto_cipher_session_helper()
83 info->direction = ldl_le_p(&cipher_para->op); in virtio_crypto_cipher_session_helper()
600 struct virtio_crypto_cipher_para *cipher_para, in virtio_crypto_sym_op_helper() argument
616 if (cipher_para) { in virtio_crypto_sym_op_helper()
617 iv_len = ldl_le_p(&cipher_para->iv_len); in virtio_crypto_sym_op_helper()
618 src_len = ldl_le_p(&cipher_para->src_data_len); in virtio_crypto_sym_op_helper()
619 dst_len = ldl_le_p(&cipher_para->dst_data_len); in virtio_crypto_sym_op_helper()