Searched refs:op_u32_to_binary_helper (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/tee/ |
| H A D | tee_svc_cryp.c | 688 static TEE_Result op_u32_to_binary_helper(uint32_t v, uint8_t *data, in op_u32_to_binary_helper() function 767 res = op_u32_to_binary_helper(key->key_size, data, data_len, offs); in op_attr_secret_value_to_binary() 887 res = op_u32_to_binary_helper(n, data, data_len, offs); in op_attr_bignum_to_binary() 979 return op_u32_to_binary_helper(*v, data, data_len, offs); in op_attr_value_to_binary() 1048 res = op_u32_to_binary_helper(key_size, data, data_len, offs); in op_attr_25519_to_binary()
|