Searched refs:aux (Results 1 – 7 of 7) sorted by relevance
| /optee_os/core/pta/tests/ |
| H A D | fs_htree.c | 92 static TEE_Result test_read_init(void *aux, struct tee_fs_rpc_operation *op, in test_read_init() argument 97 struct test_aux *a = aux; in test_read_init() 104 op->params[0].u.value.a = (vaddr_t)aux; in test_read_init() 136 static TEE_Result test_write_init(void *aux, struct tee_fs_rpc_operation *op, in test_write_init() argument 140 return test_read_init(aux, op, type, idx, vers, data); in test_write_init() 254 static TEE_Result htree_test_rewrite(struct test_aux *aux, size_t num_blocks, in htree_test_rewrite() argument 266 aux->data_len = 0; in htree_test_rewrite() 267 memset(aux->data, 0xce, aux->data_alloced); in htree_test_rewrite() 269 res = tee_fs_htree_open(true, hash, 0, uuid, &test_htree_ops, aux, &ht); in htree_test_rewrite() 318 res = tee_fs_htree_open(false, hash, 0, uuid, &test_htree_ops, aux, in htree_test_rewrite() [all …]
|
| /optee_os/core/drivers/ |
| H A D | versal_puf.c | 117 versal_mbox_alloc(sizeof(buf->aux), &buf->aux, &aux_addr); in versal_puf_register() 156 memcpy(&buf->aux, aux_addr.buf, sizeof(buf->aux)); in versal_puf_register() 197 versal_mbox_alloc(sizeof(buf->aux), &buf->aux, &aux_addr); in versal_puf_regenerate()
|
| /optee_os/core/include/tee/ |
| H A D | fs_htree.h | 89 TEE_Result (*rpc_read_init)(void *aux, struct tee_fs_rpc_operation *op, 94 TEE_Result (*rpc_write_init)(void *aux, struct tee_fs_rpc_operation *op,
|
| /optee_os/core/include/drivers/ |
| H A D | versal_puf.h | 34 uint32_t aux; member
|
| H A D | versal_nvm.h | 214 uint32_t aux; member
|
| /optee_os/core/tee/ |
| H A D | tee_ree_fs.c | 225 static TEE_Result ree_fs_rpc_read_init(void *aux, in ree_fs_rpc_read_init() argument 230 struct tee_fs_fd *fdp = aux; in ree_fs_rpc_read_init() 243 static TEE_Result ree_fs_rpc_write_init(void *aux, in ree_fs_rpc_write_init() argument 248 struct tee_fs_fd *fdp = aux; in ree_fs_rpc_write_init()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ssl_msg.c | 218 mbedtls_md_context_t aux; in mbedtls_ct_hmac() local 222 mbedtls_md_init(&aux); in mbedtls_ct_hmac() 231 MD_CHK(mbedtls_md_setup(&aux, ctx->md_info, 0)); in mbedtls_ct_hmac() 246 MD_CHK(mbedtls_md_clone(&aux, ctx)); in mbedtls_ct_hmac() 247 MD_CHK(mbedtls_md_finish(&aux, aux_out)); in mbedtls_ct_hmac() 272 mbedtls_md_free(&aux); in mbedtls_ct_hmac()
|