Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
A Dobject.c474 uint32_t *hdls = TEE_Realloc(find_ctx->handles, in find_ctx_add() local
475 (find_ctx->count + 1) * sizeof(*hdls)); in find_ctx_add()
477 if (!hdls) in find_ctx_add()
480 find_ctx->handles = hdls; in find_ctx_add()

Completed in 4 milliseconds