On Wed, Sep 28, 2016 at 04:25:41PM +0800, Gonglei wrote: > This patch add session operation and crypto operation
s/add/adds/ > stuff in the cryptodev backend, including function > pointers and correpsonding structures. s/correpsonding/corresponding/ > +/** > + * QCryptoCryptoDevBackendSymOpInfo: > + * > + * @session_id: session index which was previously > + * created by qcrypto_cryptodev_backend_sym_create_session() > + * @aad_len: byte length of additional authenticated data > + * @iv_len: byte length of initialization vector or counter > + * @src_len: byte length of source data > + * @dst_len: byte length of destination data, which is equal to > + * src_len + hash_result_len if HASH alg configured > + * @op_type: operation type (refer to virtio_crypto.h) > + * @iv: pointer to the initialization vector or counter > + * @src: pointer to the source data > + * @dst: pointer to the destination data > + * @dst: pointer to the additional authenticated data s/dst/aad_data/
signature.asc
Description: PGP signature