Lines Matching refs:ep11_cprb
314 static inline struct ep11_cprb *alloc_cprb(size_t payload_len) in alloc_cprb()
316 size_t len = sizeof(struct ep11_cprb) + payload_len; in alloc_cprb()
317 struct ep11_cprb *cprb; in alloc_cprb()
323 cprb->cprb_len = sizeof(struct ep11_cprb); in alloc_cprb()
389 struct ep11_cprb *req, size_t req_len, in prep_urb()
390 struct ep11_cprb *rep, size_t rep_len) in prep_urb()
490 struct ep11_cprb *req = NULL, *rep = NULL; in ep11_query_info()
702 struct ep11_cprb *req = NULL, *rep = NULL; in ep11_genaeskey()
830 struct ep11_cprb *req = NULL, *rep = NULL; in ep11_cryptsingle()
967 struct ep11_cprb *req = NULL, *rep = NULL; in ep11_unwrapkey()
1098 struct ep11_cprb *req = NULL, *rep = NULL; in ep11_wrapkey()