Searched refs:op_u32_from_binary_helper (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/tee/ |
| H A D | tee_svc_cryp.c | 706 static bool op_u32_from_binary_helper(uint32_t *v, const uint8_t *data, in op_u32_from_binary_helper() function 787 if (!op_u32_from_binary_helper(&s, data, data_len, offs)) in op_attr_secret_value_from_binary() 907 if (!op_u32_from_binary_helper(&n, data, data_len, offs)) in op_attr_bignum_from_binary() 987 return op_u32_from_binary_helper(v, data, data_len, offs); in op_attr_value_from_binary() 1068 if (!op_u32_from_binary_helper(&s, data, data_len, offs)) in op_attr_25519_from_binary()
|