Searched refs:CryptodevAsymStatInc (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/include/sysemu/ |
H A D | cryptodev.h | 296 #define CryptodevAsymStatInc(be, op, bytes) do { \ macro 302 CryptodevAsymStatInc(be, encrypt, bytes) 305 CryptodevAsymStatInc(be, decrypt, bytes) 308 CryptodevAsymStatInc(be, sign, bytes) 311 CryptodevAsymStatInc(be, verify, bytes)
|