Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dcryptouser.h51 CRYPTOCFGA_REPORT_COMPRESS, /* struct crypto_report_comp */ enumerator
/Linux-v5.10/crypto/
Dscompress.c50 return nla_put(skb, CRYPTOCFGA_REPORT_COMPRESS, in crypto_scomp_report()
Dcrypto_user_base.c96 return nla_put(skb, CRYPTOCFGA_REPORT_COMPRESS, sizeof(rcomp), &rcomp); in crypto_report_comp()