Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/kernel/
A Dhuk_subkey.c13 static TEE_Result mac_usage(void *ctx, uint32_t usage) in mac_usage() argument
15 return crypto_mac_update(ctx, (const void *)&usage, sizeof(usage)); in mac_usage()
37 static TEE_Result huk_compat(void *ctx, enum huk_subkey_usage usage) in huk_compat() argument
43 switch (usage) { in huk_compat()
55 return mac_usage(ctx, usage); in huk_compat()
61 TEE_Result huk_subkey_derive(enum huk_subkey_usage usage, in huk_subkey_derive() argument
87 res = huk_compat(ctx, usage); in huk_subkey_derive()
89 res = mac_usage(ctx, usage); in huk_subkey_derive()
/optee_os-3.20.0/scripts/
A Dcheckpatch.sh24 usage() { function
49 usage
A Dgen_ld_sects.py11 def usage(): function
19 usage()
A Dsign_encrypt.py195 usage='%(prog)s <command> ...',
/optee_os-3.20.0/core/tee/
A Dtee_pobj.c61 uint32_t flags, enum tee_pobj_usage usage, in tee_pobj_get() argument
82 if (usage == TEE_POBJ_USAGE_ENUM) { in tee_pobj_get()
86 if ((*obj)->creating || (usage == TEE_POBJ_USAGE_CREATE && in tee_pobj_get()
109 if (usage == TEE_POBJ_USAGE_CREATE) { in tee_pobj_get()
A Dtee_svc_cryp.c1137 unsigned long usage) in syscall_cryp_obj_restrict_usage() argument
1147 o->info.objectUsage &= usage; in syscall_cryp_obj_restrict_usage()
1677 static TEE_Result tee_svc_cryp_check_attr(enum attr_usage usage, in tee_svc_cryp_check_attr() argument
1694 if (usage == ATTR_USAGE_POPULATE) { in tee_svc_cryp_check_attr()
/optee_os-3.20.0/ta/pkcs11/scripts/
A Dverify-helpers.sh56 usage() { function
77 usage
/optee_os-3.20.0/core/include/kernel/
A Dhuk_subkey.h55 TEE_Result huk_subkey_derive(enum huk_subkey_usage usage,
/optee_os-3.20.0/core/include/tee/
A Dtee_pobj.h35 uint32_t flags, enum tee_pobj_usage usage,
A Dtee_svc_cryp.h17 unsigned long usage);
/optee_os-3.20.0/core/arch/arm/dts/
A Dstm32mp15xx-dhcom-pdk2.dtsi155 /* spare dmas for other usage */
166 /* spare dmas for other usage */
266 /* spare dmas for other usage (un-delete to enable pwm capture) */
A Dstm32mp157c-ed1.dts162 /* spare dmas for other usage */
386 /* spare dmas for other usage */
A Dstm32mp15xx-dkx.dtsi246 /* spare dmas for other usage */
425 /* spare dmas for other usage */
570 /* spare dmas for other usage */
A Dstm32mp157c-ev1.dts297 /* spare dmas for other usage (un-delete to enable pwm capture) */
A Dstm32mp15xx-dhcom-som.dtsi249 /* spare dmas for other usage */
/optee_os-3.20.0/lib/libutee/include/
A Dutee_syscalls.h108 unsigned long usage);
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dx509_crt.h793 unsigned int usage );
/optee_os-3.20.0/core/lib/libfdt/
A DREADME.license25 encourage widespread and correct usage of flattened device trees,
/optee_os-3.20.0/core/arch/arm/mm/
A Dtee_pager.c422 size_t usage = 0; in tbl_usage_count() local
427 usage++; in tbl_usage_count()
429 return usage; in tbl_usage_count()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dssl_tls.c7404 int usage = 0; in mbedtls_ssl_check_cert_usage() local
7426 usage = MBEDTLS_X509_KU_KEY_ENCIPHERMENT; in mbedtls_ssl_check_cert_usage()
7432 usage = MBEDTLS_X509_KU_DIGITAL_SIGNATURE; in mbedtls_ssl_check_cert_usage()
7437 usage = MBEDTLS_X509_KU_KEY_AGREEMENT; in mbedtls_ssl_check_cert_usage()
7446 usage = 0; in mbedtls_ssl_check_cert_usage()
7452 usage = MBEDTLS_X509_KU_DIGITAL_SIGNATURE; in mbedtls_ssl_check_cert_usage()
7455 if( mbedtls_x509_crt_check_key_usage( cert, usage ) != 0 ) in mbedtls_ssl_check_cert_usage()
A Dx509_crt.c2257 unsigned int usage ) in mbedtls_x509_crt_check_key_usage() argument
2266 usage_must = usage & ~may_mask; in mbedtls_x509_crt_check_key_usage()
2271 usage_may = usage & may_mask; in mbedtls_x509_crt_check_key_usage()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog198 * The key usage flags PSA_KEY_USAGE_SIGN_MESSAGE now allows the MAC
200 * The key usage flags PSA_KEY_USAGE_VERIFY_MESSAGE now allows the MAC
1303 * Reduce stack usage of hkdf tests. Fixes #2195.
1388 * Reduce stack usage of `mpi_write_hlp()` by eliminating recursion.
1636 conflict with C runtime usage. Found and fixed by irwir.
2185 * Deprecate usage of RSA primitives with non-matching key-type
2189 * Deprecate usage of message digest functions that return void
3068 speed and RAM (heap only for now) usage.
3288 usage pattern
3510 * Memory usage optimizations in ECP module
[all …]
A DCONTRIBUTING.md42 … API extensions which may introduce issues or change the code size or RAM usage, which can be sign…
A DREADME.md11 …ogrammatic way using the Python 3 script `scripts/config.py` (use `--help` for usage instructions).
/optee_os-3.20.0/
A DCHANGELOG.md1588 elements design, the build system, GitHub usage, key derivation extensions,
1589 ARM-Trusted Firmware usage within OP-TEE and GlobalPlatform usage within

Completed in 53 milliseconds