Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dcipherpriv.h20 struct QCryptoCipherDriver { struct
21 int (*cipher_encrypt)(QCryptoCipher *cipher,
27 int (*cipher_decrypt)(QCryptoCipher *cipher,
33 int (*cipher_setiv)(QCryptoCipher *cipher,
37 void (*cipher_free)(QCryptoCipher *cipher);
/openbmc/qemu/include/crypto/
H A Dcipher.h27 typedef struct QCryptoCipherDriver QCryptoCipherDriver; typedef