Lines Matching defs:alloc_cprb
314 static inline struct ep11_cprb *alloc_cprb(size_t payload_len)
496 req = alloc_cprb(sizeof(struct ep11_info_req_pl));
508 rep = alloc_cprb(sizeof(struct ep11_info_rep_pl) + buflen);
722 req = alloc_cprb(sizeof(struct keygen_req_pl));
746 rep = alloc_cprb(sizeof(struct keygen_rep_pl));
844 req = alloc_cprb(req_pl_size);
866 rep = alloc_cprb(rep_pl_size);
978 req = alloc_cprb(req_pl_size);
1014 rep = alloc_cprb(sizeof(struct uw_rep_pl));
1118 req = alloc_cprb(req_pl_size);
1152 rep = alloc_cprb(sizeof(struct wk_rep_pl));