Searched refs:from_binary (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/tee/ |
| H A D | tee_svc_cryp.c | 681 bool (*from_binary)(void *attr, const void *data, size_t data_len, member 1117 .from_binary = op_attr_secret_value_from_binary, 1126 .from_binary = op_attr_bignum_from_binary, 1135 .from_binary = op_attr_value_from_binary, 1144 .from_binary = op_attr_25519_from_binary, 1420 if (!attr_ops[ta->ops_index].from_binary(attr, data, data_len, in tee_obj_attr_from_binary()
|