Home
last modified time | relevance | path

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

/Linux-v4.19/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.c117 struct crypto_report_acomp racomp; in crypto_report_acomp() local
119 strlcpy(racomp.type, "acomp", sizeof(racomp.type)); in crypto_report_acomp()
122 sizeof(struct crypto_report_acomp), &racomp)) in crypto_report_acomp()