Home
last modified time | relevance | path

Searched defs:src_ctx (Results 1 – 3 of 3) sorted by relevance

/base/tee/tee_os_framework/lib/teelib/libcrypto_hal/src/
Dcrypto_hal.c50 static int32_t tee_crypto_ctx_cache_copy(const struct ctx_handle_t *src_ctx, struct ctx_handle_t *d… in tee_crypto_ctx_cache_copy()
141 static void ctx_copy_normal(const struct ctx_handle_t *src_ctx, struct ctx_handle_t *dest_ctx) in ctx_copy_normal()
161 int32_t tee_crypto_ctx_copy(const struct ctx_handle_t *src_ctx, struct ctx_handle_t *dest_ctx) in tee_crypto_ctx_copy()
Dcrypto_mgr_manager.c38 int32_t driver_ctx_buffer_prepare(const struct ctx_handle_t *src_ctx, struct ctx_handle_t *dest_ctx) in driver_ctx_buffer_prepare()
252 int32_t crypto_driver_ctx_copy(const struct ctx_handle_t *src_ctx, struct ctx_handle_t *dest_ctx) in crypto_driver_ctx_copy()
/base/tee/tee_os_framework/lib/teelib/libcrypto_hal/src/boringssl/
Dsoft_common_api.c270 int32_t soft_crypto_ctx_copy(const struct ctx_handle_t *src_ctx, struct ctx_handle_t *dest_ctx) in soft_crypto_ctx_copy()