Home
last modified time | relevance | path

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

/common/
A Davb_verify.c750 struct tee_param param[2]; in read_rollback_index()
755 memset(param, 0, sizeof(param)); in read_rollback_index()
761 ARRAY_SIZE(param), param); in read_rollback_index()
792 struct tee_param param[2]; in write_rollback_index()
797 memset(param, 0, sizeof(param)); in write_rollback_index()
805 ARRAY_SIZE(param), param); in write_rollback_index()
920 struct tee_param param[2]; in read_persistent_value() local
943 memset(param, 0, sizeof(param)); in read_persistent_value()
952 2, param); in read_persistent_value()
1008 memset(param, 0, sizeof(param)); in write_persistent_value()
[all …]
A Dscp03.c18 struct tee_param param; in scp03_enable() local
30 memset(&param, 0, sizeof(param)); in scp03_enable()
31 param.attr = TEE_PARAM_ATTR_TYPE_VALUE_INPUT; in scp03_enable()
32 param.u.value.a = provision; in scp03_enable()
38 if (tee_invoke_func(tee, &invoke, 1, &param)) in scp03_enable()
A Ddlmalloc.src195 Define this if your system does not have a <sys/param.h>.
531 # include <sys/param.h>
3167 * Add 'LACKS_SYS_PARAM_H' for those systems without 'sys/param.h'

Completed in 15 milliseconds