Lines Matching defs:alloc_cprb
419 static inline struct ep11_cprb *alloc_cprb(size_t payload_len)
600 req = alloc_cprb(sizeof(struct ep11_info_req_pl));
612 rep = alloc_cprb(sizeof(struct ep11_info_rep_pl) + buflen);
838 req = alloc_cprb(req_pl_size);
864 rep = alloc_cprb(sizeof(struct keygen_rep_pl));
994 req = alloc_cprb(req_pl_size);
1016 rep = alloc_cprb(rep_pl_size);
1138 req = alloc_cprb(req_pl_size);
1174 rep = alloc_cprb(sizeof(struct uw_rep_pl));
1299 req = alloc_cprb(req_pl_size);
1329 rep = alloc_cprb(sizeof(struct wk_rep_pl));