Lines Matching defs:rep
495 struct ep11_cprb *rep, size_t rep_len)
501 u->resp = (u8 __user *)rep;
594 struct ep11_cprb *req = NULL, *rep = NULL;
612 rep = alloc_cprb(sizeof(struct ep11_info_rep_pl) + buflen);
613 if (!rep)
615 rep_pl = (struct ep11_info_rep_pl *)(((u8 *)rep) + sizeof(*rep));
625 rep, sizeof(*rep) + sizeof(*rep_pl) + buflen);
654 kfree(rep);
806 struct ep11_cprb *req = NULL, *rep = NULL;
864 rep = alloc_cprb(sizeof(struct keygen_rep_pl));
865 if (!rep)
867 rep_pl = (struct keygen_rep_pl *)(((u8 *)rep) + sizeof(*rep));
877 rep, sizeof(*rep) + sizeof(*rep_pl));
908 kfree(rep);
980 struct ep11_cprb *req = NULL, *rep = NULL;
1016 rep = alloc_cprb(rep_pl_size);
1017 if (!rep)
1019 rep_pl = (struct crypt_rep_pl *)(((u8 *)rep) + sizeof(*rep));
1029 rep, sizeof(*rep) + rep_pl_size);
1073 kfree(rep);
1117 struct ep11_cprb *req = NULL, *rep = NULL;
1174 rep = alloc_cprb(sizeof(struct uw_rep_pl));
1175 if (!rep)
1177 rep_pl = (struct uw_rep_pl *)(((u8 *)rep) + sizeof(*rep));
1187 rep, sizeof(*rep) + sizeof(*rep_pl));
1218 kfree(rep);
1289 struct ep11_cprb *req = NULL, *rep = NULL;
1329 rep = alloc_cprb(sizeof(struct wk_rep_pl));
1330 if (!rep)
1332 rep_pl = (struct wk_rep_pl *)(((u8 *)rep) + sizeof(*rep));
1342 rep, sizeof(*rep) + sizeof(*rep_pl));
1373 kfree(rep);