Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_svc_cryp.c504 uint8_t quanta; /* may only be an multiple of this */ member
510 #define PROP(obj_type, quanta, min_size, max_size, alloc_size, type_attrs) \ argument
511 { (obj_type), (min_size), (max_size), (alloc_size), (quanta), \
1539 if (sz % props->quanta != 0) in check_key_size()