Home
last modified time | relevance | path

Searched defs:size (Results 76 – 100 of 251) sorted by relevance

1234567891011

/optee_os/core/kernel/
H A Dmsg_param.c115 struct mobj *msg_param_mobj_from_noncontig(paddr_t buf_ptr, size_t size, in msg_param_mobj_from_noncontig()
H A Dembedded_ts.c27 unsigned int size) in zalloc()
83 TEE_Result emb_ts_get_size(const struct ts_store_handle *h, size_t *size) in emb_ts_get_size()
H A Dsecstor_ta.c42 size_t *size) in secstor_ta_get_size()
/optee_os/core/drivers/crypto/stm32/
H A Dstm32_pka.h36 size_t size; member
/optee_os/core/arch/arm/plat-synquacer/
H A Drng_pta.c125 static void pool_add_entropy(uint8_t *entropy, uint32_t size) in pool_add_entropy()
142 static void pool_get_entropy(uint8_t *buf, uint32_t size) in pool_get_entropy()
/optee_os/lib/libutils/ext/include/
H A Dutil.h59 #define ROUNDUP2(v, size) \ argument
78 #define ROUNDUP_OVERFLOW(v, size, res) \ argument
101 #define ROUNDUP2_OVERFLOW(v, size, res) \ argument
142 #define ROUNDDOWN2(v, size) \ argument
/optee_os/core/drivers/
H A Dhisi_trng.c47 size_t size = 0; in hw_get_random_bytes() local
/optee_os/core/drivers/crypto/caam/mp/
H A Dcaam_mp.c90 TEE_Result caam_mp_export_mpmr(uint8_t *mpmr, size_t *size) in caam_mp_export_mpmr()
106 TEE_Result caam_mp_export_publickey(uint8_t *pubkey, size_t *size) in caam_mp_export_publickey()
/optee_os/lib/libmbedtls/core/
H A Dsm2-pke.c95 static bool is_zero(const uint8_t *buf, size_t size) in is_zero()
271 static TEE_Result sm2_point_to_bytes(uint8_t *buf, size_t *size, in sm2_point_to_bytes()
/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_dh.c139 size_t size = 0; in round_key_size_to_hw_size() local
178 uint32_t size = HPRE_DH_TOTAL_BUF_SIZE(msg->key_bytes); in hpre_dh_params_alloc() local
/optee_os/core/arch/arm/kernel/
H A Dunwind_arm32.c58 size_t size = 0; in unw_get_kernel_stack() local
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
H A Dder_decode_custom_type.c50 unsigned long size, x, y, z, blksize; in der_decode_custom_type_ex() local
/optee_os/core/drivers/crypto/caam/hal/common/
H A Dhal_cfg_dt.c56 size_t size = 0; in caam_hal_cfg_get_ctrl_dt() local
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_sizes.c17 const unsigned int size; member
/optee_os/core/tee/
H A Dtee_fs_key_manager.c74 const uint8_t *in_key, size_t size, in tee_fs_fek_crypt()
230 const uint8_t *in, size_t size, in tee_fs_crypt_block()
/optee_os/lib/libutee/arch/arm/gprof/
H A Dgprof.c210 static void _gprof_write_buf(void *buf, size_t size) in _gprof_write_buf()
222 size_t size = sizeof(struct gmon_hdr); in _gprof_write_header() local
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/set/
H A Dder_encode_setof.c14 unsigned long size; member
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509.c812 int mbedtls_x509_dn_gets(char *buf, size_t size, const mbedtls_x509_name *dn) in mbedtls_x509_dn_gets()
945 int mbedtls_x509_serial_gets(char *buf, size_t size, const mbedtls_x509_buf *serial) in mbedtls_x509_serial_gets()
979 int mbedtls_x509_sig_alg_gets(char *buf, size_t size, const mbedtls_x509_buf *sig_oid, in mbedtls_x509_sig_alg_gets()
1511 int mbedtls_x509_info_subject_alt_name(char **buf, size_t *size, in mbedtls_x509_info_subject_alt_name()
1721 int mbedtls_x509_info_cert_type(char **buf, size_t *size, in mbedtls_x509_info_cert_type()
1751 int mbedtls_x509_info_key_usage(char **buf, size_t *size, in mbedtls_x509_info_key_usage()
/optee_os/core/include/drivers/
H A Dimsic.h34 uint32_t size; member
/optee_os/core/arch/arm/plat-ls/
H A Dmain.c133 size_t size = 0; in get_gic_base_addr_from_dt() local
/optee_os/core/lib/libtomcrypt/src/misc/
H A Dcrc32.c157 void crc32_finish(const crc32_state *ctx, void *hash, unsigned long size) in crc32_finish()
/optee_os/core/lib/libtomcrypt/
H A Dsm2-pke.c94 static bool is_zero(const uint8_t *buf, size_t size) in is_zero()
306 static TEE_Result sm2_point_to_bytes(uint8_t *buf, size_t *size, in sm2_point_to_bytes()
/optee_os/ta/pkcs11/src/
H A Dsanitize_object.c249 size_t size, uint32_t class_hint, in sanitize_client_object()
396 void trace_attributes_from_api_head(const char *prefix, void *ref, size_t size) in trace_attributes_from_api_head()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_decode_sequence_multi.c27 unsigned long size, x; in s_der_decode_sequence_va() local
/optee_os/core/lib/libfdt/
H A Dfdt_addresses.c58 const char *name, uint64_t addr, uint64_t size) in fdt_appendprop_addrrange()

1234567891011