Home
last modified time | relevance | path

Searched refs:orig_next (Results 1 – 1 of 1) sorted by relevance

/optee_os-3.20.0/ta/pkcs11/src/
A Dserializer.c39 static enum pkcs11_rc alloc_and_get(struct serialargs *args, char *orig_next, in alloc_and_get() argument
62 args->next = orig_next; in alloc_and_get()
112 char *orig_next = args->next; in serialargs_alloc_get_one_attribute() local
119 rc = alloc_and_get(args, orig_next, &head, sizeof(head), &p, head.size); in serialargs_alloc_get_one_attribute()
133 char *orig_next = args->next; in serialargs_alloc_get_attributes() local
140 rc = alloc_and_get(args, orig_next, &attr, sizeof(attr), &p, in serialargs_alloc_get_attributes()

Completed in 2 milliseconds