Lines Matching refs:strscpy
37 strscpy(raead.type, "aead", sizeof(raead.type));
54 strscpy(rcipher.type, "cipher", sizeof(rcipher.type));
71 strscpy(rcomp.type, "compression", sizeof(rcomp.type));
87 strscpy(racomp.type, "acomp", sizeof(racomp.type));
103 strscpy(rakcipher.type, "akcipher", sizeof(rakcipher.type));
122 strscpy(rkpp.type, "kpp", sizeof(rkpp.type));
138 strscpy(rhash.type, "ahash", sizeof(rhash.type));
153 strscpy(rhash.type, "shash", sizeof(rhash.type));
168 strscpy(rrng.type, "rng", sizeof(rrng.type));
184 strscpy(ualg->cru_name, alg->cra_name, sizeof(ualg->cru_name));
185 strscpy(ualg->cru_driver_name, alg->cra_driver_name,
187 strscpy(ualg->cru_module_name, module_name(alg->cra_module),
201 strscpy(rl.type, "larval", sizeof(rl.type));