Home
last modified time | relevance | path

Searched defs:size (Results 51 – 75 of 251) sorted by relevance

1234567891011

/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_encode_sequence_multi.c25 unsigned long size, x; in der_encode_sequence_multi() local
H A Dder_encode_sequence_ex.c27 unsigned long size, x, y, z, i; in der_encode_sequence_ex() local
H A Dder_length_sequence.c30 unsigned long size, x, y, i; in der_length_sequence_ex() local
/optee_os/ta/pkcs11/src/
H A Dserializer.h22 size_t size; member
H A Dprocessing_aes.c45 size_t size; member
196 size_t size = 0; in tee_ae_decrypt_update() local
378 size_t size = 0; in tee_ae_encrypt_final() local
/optee_os/core/arch/arm/plat-marvell/armada7k8k/
H A Dhal_sec_perf.c116 #define RANGE_SIZE_TO_CODE(size, code, i) \ argument
152 static int32_t set_range(uint32_t addr, uint32_t size, uint32_t perm) in set_range()
238 static uint32_t _find_granule(uint32_t addr, uint32_t size) in _find_granule()
255 static void _set_range(uint32_t addr, uint32_t size, uint32_t perm) in _set_range()
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_import_point.c11 unsigned long size; in ltc_ecc_import_point() local
/optee_os/core/drivers/crypto/ele/include/
H A Dmemutils.h27 size_t size; member
/optee_os/core/include/kernel/
H A Dembedded_ts.h18 uint32_t size; member
/optee_os/lib/libutee/
H A Dtee_api_objects.c199 size_t *size) in TEE_GetObjectBufferAttribute()
235 void *buffer, uint32_t *size) in __GP11_TEE_GetObjectBufferAttribute()
254 uint64_t size = sizeof(buf); in TEE_GetObjectValueAttribute() local
895 size_t size, size_t *count) in TEE_ReadObjectData()
921 uint32_t size, uint32_t *count) in __GP11_TEE_ReadObjectData()
934 size_t size) in TEE_WriteObjectData()
962 const void *buffer, uint32_t size) in __GP11_TEE_WriteObjectData()
967 TEE_Result TEE_TruncateObjectData(TEE_ObjectHandle object, size_t size) in TEE_TruncateObjectData()
989 uint32_t size) in __GP11_TEE_TruncateObjectData()
/optee_os/core/pta/stm32mp/
H A Dbsec_pta.c40 size_t size = params[1].memref.size; in bsec_read_mem() local
143 size_t size = params[1].memref.size; in bsec_write_mem() local
H A Dremoteproc_pta.c82 size_t size = params[1].memref.size; in rproc_pta_load_segment() local
130 size_t size = params[2].value.a; in rproc_pta_set_memory() local
164 size_t size = params[2].value.a; in rproc_pta_da_to_pa() local
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_its.h37 uint32_t size; /**< The size of the data associated with a uid **/ member
H A Dx509write_csr.c137 size_t size, in x509write_csr_der_internal()
290 size_t size, in mbedtls_x509write_csr_der()
314 int mbedtls_x509write_csr_pem(mbedtls_x509write_csr *ctx, unsigned char *buf, size_t size, in mbedtls_x509write_csr_pem()
H A Dpkwrite.c445 int mbedtls_pk_write_pubkey_der(const mbedtls_pk_context *key, unsigned char *buf, size_t size) in mbedtls_pk_write_pubkey_der()
512 int mbedtls_pk_write_key_der(const mbedtls_pk_context *key, unsigned char *buf, size_t size) in mbedtls_pk_write_key_der()
552 int mbedtls_pk_write_pubkey_pem(const mbedtls_pk_context *key, unsigned char *buf, size_t size) in mbedtls_pk_write_pubkey_pem()
579 int mbedtls_pk_write_key_pem(const mbedtls_pk_context *key, unsigned char *buf, size_t size) in mbedtls_pk_write_key_pem()
/optee_os/core/arch/arm/plat-bcm/
H A Dbcm_elog.c36 void bcm_elog_init(uintptr_t pa_base, uint32_t size) in bcm_elog_init()
/optee_os/core/lib/libtomcrypt/src/misc/ssh/
H A Dssh_encode_sequence_multi.c24 ulong32 size; in ssh_encode_sequence_multi() local
H A Dssh_decode_sequence_multi.c31 ulong32 size; in ssh_decode_sequence_multi() local
/optee_os/core/drivers/pm/sam/
H A Dat91_pm.c414 size_t size = 0; in at91_pm_dt_dram_init() local
435 size_t size = 0; in at91_pm_backup_init() local
458 size_t size = 0; in at91_pm_sram_init() local
497 size_t size = 0; in at91_securam_init() local
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
H A Dder_length_custom_type.c28 unsigned long size, x, y, i, inlen, id_len; in der_length_custom_type() local
H A Dder_encode_custom_type.c30 unsigned long size, x, y, z, i, inlen, id_len; in der_encode_custom_type() local
/optee_os/core/drivers/bnxt/
H A Dbnxt_fw.c152 uint32_t size; /* Size in bytes */ member
180 uint32_t size; member
215 static uint32_t ape_host_view_addr_get(uint32_t bnxt_view_addr, uint32_t size) in ape_host_view_addr_get()
423 size_t size = 0; in ape_section_copy() local
494 uint32_t size = section->org_data_len; in ape_section_zero() local
587 size_t size = 0; in bnxt_crash_config() local
638 uint32_t size = 0; in bnxt_load_fw() local
/optee_os/core/lib/libtomcrypt/src/misc/
H A Dadler32.c78 void adler32_finish(const adler32_state *ctx, void *hash, unsigned long size) in adler32_finish()
/optee_os/core/arch/arm/kernel/
H A Dunwind_arm64.c52 size_t size = 0; in unw_get_kernel_stack() local
/optee_os/core/arch/arm/plat-marvell/armada3700/
H A Dhal_sec_perf.c117 #define RANGE_SIZE_TO_CODE(size, code, i) \ argument
150 static int32_t set_range(uint32_t addr, uint32_t size, uint32_t perm) in set_range()
226 static void _set_range(uint32_t addr, uint32_t size, uint32_t perm) in _set_range()

1234567891011