Home
last modified time | relevance | path

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

/optee_os/scripts/
H A Dnotify_maintainers.py36 handles = set()
58 handles.add(handle)
61 allh.update(handles)
67 if handles:
69 " ".join(f"@{h}" for h in handles))
75 handles_to_mention = handles - the_rest_handles
/optee_os/ta/pkcs11/src/
H A Dobject.c474 TEE_Free(find_ctx->handles); in release_find_obj_context()
481 uint32_t *hdls = TEE_Realloc(find_ctx->handles, in find_ctx_add()
487 find_ctx->handles = hdls; in find_ctx_add()
489 *(find_ctx->handles + find_ctx->count) = handle; in find_ctx_add()
699 ctx->handles + ctx->next, sizeof(uint32_t)); in entry_find_objects()
H A Dpkcs11_token.h167 uint32_t *handles; member
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog3058 the child process closes the listening socket and handles the client
5372 * net module handles timeouts on blocking sockets better (found by Tilman
5405 * SSL now gracefully handles missing RNG
5644 * SSL now gracefully handles missing RNG
5732 * x509parse_crt() now better handles PEM error situations
5890 * mpi_exp_mod() now correctly handles negative base numbers (Closes ticket
5896 * mpi_add_abs() now correctly handles adding short numbers to long numbers
5921 * x509parse_crt() now better handles PEM error situations
5952 * mpi_add_abs() now correctly handles adding short numbers to long numbers
5956 * mpi_exp_mod() now correctly handles negative base numbers (Closes ticket
[all …]