| /optee_os/core/kernel/ |
| H A D | msg_param.c | 115 struct mobj *msg_param_mobj_from_noncontig(paddr_t buf_ptr, size_t size, in msg_param_mobj_from_noncontig()
|
| H A D | embedded_ts.c | 27 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 D | secstor_ta.c | 42 size_t *size) in secstor_ta_get_size()
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | stm32_pka.h | 36 size_t size; member
|
| /optee_os/core/arch/arm/plat-synquacer/ |
| H A D | rng_pta.c | 125 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 D | util.h | 59 #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 D | hisi_trng.c | 47 size_t size = 0; in hw_get_random_bytes() local
|
| /optee_os/core/drivers/crypto/caam/mp/ |
| H A D | caam_mp.c | 90 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 D | sm2-pke.c | 95 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 D | hpre_dh.c | 139 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 D | unwind_arm32.c | 58 size_t size = 0; in unw_get_kernel_stack() local
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/ |
| H A D | der_decode_custom_type.c | 50 unsigned long size, x, y, z, blksize; in der_decode_custom_type_ex() local
|
| /optee_os/core/drivers/crypto/caam/hal/common/ |
| H A D | hal_cfg_dt.c | 56 size_t size = 0; in caam_hal_cfg_get_ctrl_dt() local
|
| /optee_os/core/lib/libtomcrypt/src/misc/crypt/ |
| H A D | crypt_sizes.c | 17 const unsigned int size; member
|
| /optee_os/core/tee/ |
| H A D | tee_fs_key_manager.c | 74 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 D | gprof.c | 210 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 D | der_encode_setof.c | 14 unsigned long size; member
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | x509.c | 812 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 D | imsic.h | 34 uint32_t size; member
|
| /optee_os/core/arch/arm/plat-ls/ |
| H A D | main.c | 133 size_t size = 0; in get_gic_base_addr_from_dt() local
|
| /optee_os/core/lib/libtomcrypt/src/misc/ |
| H A D | crc32.c | 157 void crc32_finish(const crc32_state *ctx, void *hash, unsigned long size) in crc32_finish()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | sm2-pke.c | 94 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 D | sanitize_object.c | 249 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 D | der_decode_sequence_multi.c | 27 unsigned long size, x; in s_der_decode_sequence_va() local
|
| /optee_os/core/lib/libfdt/ |
| H A D | fdt_addresses.c | 58 const char *name, uint64_t addr, uint64_t size) in fdt_appendprop_addrrange()
|