Searched refs:to_binary (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/tee/ |
| H A D | tee_svc_cryp.c | 679 TEE_Result (*to_binary)(void *attr, void *data, size_t data_len, member 1116 .to_binary = op_attr_secret_value_to_binary, 1125 .to_binary = op_attr_bignum_to_binary, 1134 .to_binary = op_attr_value_to_binary, 1143 .to_binary = op_attr_25519_to_binary, 1390 res = attr_ops[ta->ops_index].to_binary(attr, data, len, &offs); in tee_obj_attr_to_binary()
|