Home
last modified time | relevance | path

Searched defs:size (Results 26 – 50 of 251) sorted by relevance

1234567891011

/optee_os/ta/pkcs11/src/
H A Dattributes.c31 void *data, size_t size) in add_attribute()
173 uint32_t size = 0; in get_attribute() local
195 void *data, size_t size) in set_attribute()
236 uint32_t size = sizeof(bbool); in get_bool() local
262 uint32_t size = 0; in attributes_match_reference() local
295 uint32_t size = 0; in attributes_match_add_reference() local
H A Dpersistent_token.c28 char *name, size_t size) in get_db_file_name()
346 TEE_UUID *array, size_t *size) in get_persistent_objects_list()
429 size_t size = 0; in register_persistent_object() local
557 size_t size = 0; in update_persistent_object_attributes() local
611 size_t size = 0; in init_persistent_db() local
/optee_os/lib/libutils/ext/
H A Dbase64.c11 size_t base64_enc_len(size_t size) in base64_enc_len()
73 bool base64_dec(const char *data, size_t size, void *buf, size_t *blen) in base64_dec()
H A Dsnprintk.c112 snprintk(char *bf, size_t size, const char *fmt, ...) in snprintk()
129 vsnprintk(char *bf, size_t size, const char *fmt, va_list ap) in vsnprintk()
135 __vsnprintf(char *bf, size_t size, const char *fmt, va_list ap, in __vsnprintf()
220 static int uuid2str(char *dst, size_t size, void *ptr) in uuid2str()
259 int size; /* size of converted field or string */ in kprintf() local
/optee_os/core/lib/libtomcrypt/src/pk/pkcs1/
H A Dpkcs_1_i2osp.c25 unsigned long size; in pkcs_1_i2osp() local
/optee_os/lib/libutils/isoc/
H A Dbget_malloc.c563 size_t nmemb, size_t size, const char *fname, in mem_alloc_unlocked()
609 size_t nmemb, size_t size, const char *fname, int lineno) in mem_alloc()
645 static void *get_payload_start_size(void *raw_buf, size_t *size) in get_payload_start_size()
660 #define realloc_unlocked(ctx, ptr, size) \ argument
666 size_t size, const char *fname, int lineno) in __mdbg_alloc()
712 void *malloc(size_t size) in malloc()
718 void *malloc_flags(uint32_t flags, void *ptr, size_t alignment, size_t size) in malloc_flags()
724 void *calloc(size_t nmemb, size_t size) in calloc()
731 void *realloc(void *ptr, size_t size) in realloc()
737 void *memalign(size_t alignment, size_t size) in memalign()
[all …]
H A Dfwrite.c10 size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream) in fwrite()
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Decc_sizes.c15 int i, size; in ecc_sizes() local
H A Decc_ssh_ecdsa_encode_name.c24 int err, size = 0; in ecc_ssh_ecdsa_encode_name() local
H A Decc_get_key.c18 unsigned long size, ksize; in ecc_get_key() local
H A Decc_set_curve.c44 int ecc_set_curve_by_size(int size, ecc_key *key) in ecc_set_curve_by_size()
H A Dltc_ecc_export_point.c8 …point(unsigned char *out, unsigned long *outlen, void *x, void *y, unsigned long size, int compres… in ltc_ecc_export_point()
/optee_os/core/drivers/crypto/caam/hal/common/
H A Dhal_sm_dt.c21 size_t size = 0; in caam_hal_sm_get_base_dt() local
/optee_os/core/lib/zlib/
H A Dzutil.c218 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc()
281 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc()
306 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument
/optee_os/core/include/mm/
H A Dtee_mmu_types.h89 size_t size; member
103 size_t size; member
121 size_t size; member
135 static inline void mattr_perm_to_str(char *str, size_t size, uint32_t attr) in mattr_perm_to_str()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dmd_wrap.h34 unsigned char size; member
/optee_os/core/tee/
H A Dtee_cryp_utl.c19 TEE_Result tee_alg_get_digest_size(uint32_t algo, size_t *size) in tee_alg_get_digest_size()
59 TEE_Result tee_cipher_get_block_size(uint32_t algo, size_t *size) in tee_cipher_get_block_size()
/optee_os/core/drivers/
H A Dcbmem_console.c22 uint32_t size; member
31 uint32_t size; member
53 uint32_t size; member
/optee_os/lib/libutils/ext/include/
H A Dmempool.h24 size_t size; member
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/choice/
H A Dder_decode_choice.c23 unsigned long size, x, z; in der_decode_choice() local
/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.c389 static struct mobj *thread_rpc_alloc_arg(size_t size) in thread_rpc_alloc_arg()
611 unsigned int bt, size_t size) in get_rpc_alloc_res()
659 static struct mobj *thread_rpc_alloc(size_t size, size_t align, unsigned int bt) in thread_rpc_alloc()
677 struct mobj *thread_rpc_alloc_payload(size_t size) in thread_rpc_alloc_payload()
682 struct mobj *thread_rpc_alloc_kernel_payload(size_t size) in thread_rpc_alloc_kernel_payload()
706 struct mobj *thread_rpc_alloc_global_payload(size_t size) in thread_rpc_alloc_global_payload()
/optee_os/core/arch/arm/kernel/
H A Dthread_optee_smc.c388 static struct mobj *thread_rpc_alloc_arg(size_t size) in thread_rpc_alloc_arg()
610 unsigned int bt, size_t size) in get_rpc_alloc_res()
658 static struct mobj *thread_rpc_alloc(size_t size, size_t align, unsigned int bt) in thread_rpc_alloc()
676 struct mobj *thread_rpc_alloc_payload(size_t size) in thread_rpc_alloc_payload()
681 struct mobj *thread_rpc_alloc_kernel_payload(size_t size) in thread_rpc_alloc_kernel_payload()
700 struct mobj *thread_rpc_alloc_global_payload(size_t size) in thread_rpc_alloc_global_payload()
/optee_os/core/mm/
H A Dtee_mm.c15 bool tee_mm_init(tee_mm_pool_t *pool, paddr_t lo, paddr_size_t size, in tee_mm_init()
122 tee_mm_entry_t *tee_mm_alloc_flags(tee_mm_pool_t *pool, size_t size, in tee_mm_alloc_flags()
233 tee_mm_entry_t *tee_mm_alloc2(tee_mm_pool_t *pool, paddr_t base, size_t size) in tee_mm_alloc2()
/optee_os/core/include/drivers/
H A Dimx_mu.h23 uint8_t size; member
30 uint8_t size; member
/optee_os/core/arch/arm/plat-rzn1/
H A Drzn1_regauth.h12 uint32_t size; member

1234567891011