Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dserializer.h79 serialargs_alloc_get_one_attribute(struct serialargs *args,
H A Dprocessing.c242 rc = serialargs_alloc_get_one_attribute(&ctrlargs, &proc_params); in entry_generate_secret()
431 rc = serialargs_alloc_get_one_attribute(&ctrlargs, &proc_params); in entry_generate_key_pair()
628 rc = serialargs_alloc_get_one_attribute(&ctrlargs, &proc_params); in entry_processing_init()
883 rc = serialargs_alloc_get_one_attribute(&ctrlargs, &proc_params); in entry_processing_key()
1159 rc = serialargs_alloc_get_one_attribute(&ctrlargs, &proc_params); in entry_wrap_key()
H A Dserializer.c107 serialargs_alloc_get_one_attribute(struct serialargs *args, in serialargs_alloc_get_one_attribute() function