Searched refs:context (Results 1 – 12 of 12) sorted by relevance
/optee_os-3.20.0/core/drivers/crypto/se050/core/ |
A D | cipher.c | 38 static void do_final(void *context) in do_final() argument 40 struct crypto_cipher_ctx *ctx = context; in do_final() 45 static void do_free(void *context) in do_free() argument 47 struct crypto_cipher_ctx *ctx = context; in do_free()
|
/optee_os-3.20.0/core/arch/arm/plat-k3/drivers/ |
A D | ti_sci.c | 333 const char *context, const char *label, in ti_sci_get_dkek() argument 348 req.kdf_context_len = strlen(context); in ti_sci_get_dkek() 355 memcpy(req.kdf_label_and_context + strlen(label), context, in ti_sci_get_dkek() 356 strlen(context)); in ti_sci_get_dkek()
|
A D | ti_sci.h | 124 const char *context, const char *label,
|
/optee_os-3.20.0/core/drivers/crypto/caam/include/ |
A D | caam_jr.h | 21 void *context; /* caller job context */ member
|
/optee_os-3.20.0/lib/libutee/include/ |
A D | tee_internal_api.h | 354 void TEE_BigIntInitFMMContext(TEE_BigIntFMMContext *context, uint32_t len, 437 const TEE_BigIntFMMContext *context); 441 const TEE_BigIntFMMContext *context); 445 const TEE_BigIntFMMContext *context); 449 const TEE_BigIntFMMContext *context);
|
/optee_os-3.20.0/core/drivers/crypto/caam/ |
A D | caam_rng.c | 132 struct rngdata *rng = jobctx->context; in rng_data_done() 178 rng->jobctx.context = rng; in prepare_gen_desc()
|
A D | caam_jr.c | 477 jobctx->context = jobctx; in caam_jr_enqueue()
|
/optee_os-3.20.0/lib/libutee/ |
A D | tee_api_arith_mpi.c | 793 void TEE_BigIntInitFMMContext(TEE_BigIntFMMContext *context __unused, in TEE_BigIntInitFMMContext() 812 const TEE_BigIntFMMContext *context __unused) in TEE_BigIntConvertToFMM() 819 const TEE_BigIntFMMContext *context __unused) in TEE_BigIntConvertFromFMM() 836 const TEE_BigIntFMMContext *context __unused) in TEE_BigIntComputeFMM()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 311 defined to specific values. If the code is used in a context 826 dump of an SSL context saved with mbedtls_ssl_context_save(). 891 * Update iv and len context pointers manually when reallocating buffers 1333 provided SSL context is unset. 2269 * In mbedtls_entropy_free(), properly free the message digest context. 2310 and the context struct mbedtls_platform_context to perform 2806 handshake with the same context. (See RFC 6347 section 4.2.8.) 2911 * mbedtls_ssl_conf_session_cache() changed prototype (only one context 3082 once on the same context. 4275 * Added reading of DHM context from memory and file [all …]
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | ssl_tls.c | 6817 int mbedtls_ssl_context_load( mbedtls_ssl_context *context, in mbedtls_ssl_context_load() argument 6821 int ret = ssl_context_load( context, buf, len ); in mbedtls_ssl_context_load() 6824 mbedtls_ssl_free( context ); in mbedtls_ssl_context_load()
|
/optee_os-3.20.0/core/arch/arm/dts/ |
A D | fsl-lx2160a.dtsi | 1180 // per context interrupt, 64 interrupts
|
/optee_os-3.20.0/ |
A D | CHANGELOG.md | 535 * PSCI: pass non-secure context to psci_system_suspend() ([#1916])
|
Completed in 33 milliseconds