Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dcryptouser.h61 CRYPTOCFGA_STAT_COMPRESS, /* struct crypto_stat */ enumerator
/openbmc/linux/crypto/
H A Dcrypto_user_stat.c46 return nla_put(skb, CRYPTOCFGA_STAT_COMPRESS, sizeof(rcomp), &rcomp); in crypto_report_comp()