Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dacompress.c34 struct crypto_report_acomp racomp; in crypto_acomp_report() local
36 strncpy(racomp.type, "acomp", sizeof(racomp.type)); in crypto_acomp_report()
39 sizeof(struct crypto_report_acomp), &racomp)) in crypto_acomp_report()
Dcrypto_user.c120 struct crypto_report_acomp racomp; in crypto_report_acomp() local
122 strncpy(racomp.type, "acomp", sizeof(racomp.type)); in crypto_report_acomp()
125 sizeof(struct crypto_report_acomp), &racomp)) in crypto_report_acomp()