Home
last modified time | relevance | path

Searched refs:hdls (Results 1 – 1 of 1) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dobject.c481 uint32_t *hdls = TEE_Realloc(find_ctx->handles, in find_ctx_add() local
482 (find_ctx->count + 1) * sizeof(*hdls)); in find_ctx_add()
484 if (!hdls) in find_ctx_add()
487 find_ctx->handles = hdls; in find_ctx_add()