Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 6 of 6) sorted by relevance

/optee_client/tee-supplicant/src/
A Dhmac_sha2.c43 void hmac_sha256_init(hmac_sha256_ctx *ctx, const unsigned char *key, in hmac_sha256_init()
89 void hmac_sha256_reinit(hmac_sha256_ctx *ctx) in hmac_sha256_reinit()
97 void hmac_sha256_update(hmac_sha256_ctx *ctx, const unsigned char *message, in hmac_sha256_update()
103 void hmac_sha256_final(hmac_sha256_ctx *ctx, unsigned char *mac, in hmac_sha256_final()
119 hmac_sha256_ctx ctx; in hmac_sha256() local
A Dsha2.c121 static void sha256_transf(sha256_ctx *ctx, const unsigned char *message, in sha256_transf()
170 sha256_ctx ctx; in sha256() local
179 void sha256_init(sha256_ctx *ctx) in sha256_init()
191 void sha256_update(sha256_ctx *ctx, const unsigned char *message, in sha256_update()
227 void sha256_final(sha256_ctx *ctx, unsigned char *digest) in sha256_final()
A Drpmb.c306 static void hmac_update_frm(hmac_sha256_ctx *ctx, struct rpmb_data_frame *frm) in hmac_update_frm()
322 hmac_sha256_ctx ctx; in is_hmac_valid() local
353 hmac_sha256_ctx ctx; in compute_hmac() local
/optee_client/libteec/src/
A Dtee_client_api.c160 TEEC_Result TEEC_InitializeContext(const char *name, TEEC_Context *ctx) in TEEC_InitializeContext()
185 void TEEC_FinalizeContext(TEEC_Context *ctx) in TEEC_FinalizeContext()
192 static TEEC_Result teec_pre_process_tmpref(TEEC_Context *ctx, in teec_pre_process_tmpref()
330 static TEEC_Result teec_pre_process_operation(TEEC_Context *ctx, in teec_pre_process_operation()
594 TEEC_Result TEEC_OpenSession(TEEC_Context *ctx, TEEC_Session *session, in TEEC_OpenSession()
776 TEEC_Result TEEC_RegisterSharedMemory(TEEC_Context *ctx, TEEC_SharedMemory *shm) in TEEC_RegisterSharedMemory()
851 TEEC_Result TEEC_RegisterSharedMemoryFileDescriptor(TEEC_Context *ctx, in TEEC_RegisterSharedMemoryFileDescriptor()
879 TEEC_Result TEEC_AllocateSharedMemory(TEEC_Context *ctx, TEEC_SharedMemory *shm) in TEEC_AllocateSharedMemory()
/optee_client/libseteec/src/
A Dse.c42 static bool open_session(struct ta_context *ctx) in open_session()
/optee_client/public/
A Dtee_client_api.h386 TEEC_Context *ctx; member

Completed in 9 milliseconds