Searched refs:tr_rsakey_obj (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dobj_rsakey.c33 struct tr_rsakey_obj *rsakey = calloc(1, sizeof(struct tr_rsakey_obj));
38 LogError("malloc of %zd bytes failed.", sizeof(struct tr_rsakey_obj));
195 struct tr_rsakey_obj *rsakey = calloc(1, sizeof(struct tr_rsakey_obj));
198 LogError("malloc of %zd bytes failed.", sizeof(struct tr_rsakey_obj));
249 struct tr_rsakey_obj *rsakey;
260 rsakey = (struct tr_rsakey_obj *)obj->data;
272 struct tr_rsakey_obj *rsakey;
283 rsakey = (struct tr_rsakey_obj *)ob
[all...]
H A Dobj.c272 struct tr_rsakey_obj *rsakey = NULL;
279 rsakey = (struct tr_rsakey_obj *)obj->data;
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dobj_rsakey.h20 struct tr_rsakey_obj { struct

Completed in 146 milliseconds