| /optee_os/core/drivers/crypto/se050/core/ |
| H A D | rng.c | 12 static TEE_Result do_rng_read(void *buf, size_t blen) in do_rng_read() 31 TEE_Result hw_get_random_bytes(void *buf, size_t blen) in hw_get_random_bytes()
|
| H A D | rsa.c | 332 size_t blen = 0; in decrypt_nopad() local 396 size_t blen = 0; in encrypt_nopad() local
|
| /optee_os/ldelf/ |
| H A D | main.c | 63 size_t blen; member 72 size_t blen = 0; in print_to_pbuf() local 90 size_t blen = 0; in copy_to_pbuf() local 102 static void __noreturn ftrace_dump(void *buf, size_t *blen) in ftrace_dump()
|
| H A D | sys.c | 86 TEE_Result sys_gen_random_num(void *buf, size_t blen) in sys_gen_random_num()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ecdh.c | 275 unsigned char *buf, size_t blen, in ecdh_make_params_internal() 338 unsigned char *buf, size_t blen, in mbedtls_ecdh_make_params() 494 unsigned char *buf, size_t blen, in ecdh_make_public_internal() 538 unsigned char *buf, size_t blen, in mbedtls_ecdh_make_public() 569 const unsigned char *buf, size_t blen) in ecdh_read_public_internal() 590 const unsigned char *buf, size_t blen) in mbedtls_ecdh_read_public() 612 size_t blen, in ecdh_calc_secret_internal() 666 unsigned char *buf, size_t blen, in mbedtls_ecdh_calc_secret()
|
| H A D | ecdsa.c | 204 const unsigned char *buf, size_t blen) in derive_mpi() 245 const mbedtls_mpi *d, const unsigned char *buf, size_t blen, in mbedtls_ecdsa_sign_restartable() 381 const mbedtls_mpi *d, const unsigned char *buf, size_t blen, in mbedtls_ecdsa_sign() 399 const mbedtls_mpi *d, const unsigned char *buf, size_t blen, in mbedtls_ecdsa_sign_det_restartable() 472 const unsigned char *buf, size_t blen, in mbedtls_ecdsa_sign_det_ext() 489 const unsigned char *buf, size_t blen, in mbedtls_ecdsa_verify_restartable() 597 const unsigned char *buf, size_t blen, in mbedtls_ecdsa_verify()
|
| /optee_os/core/pta/ |
| H A D | device.c | 25 uint32_t blen, uint32_t *pos, uint32_t rflags) in add_ta() 51 uint32_t blen = 0; in get_devices() local
|
| /optee_os/lib/libutils/ext/ |
| H A D | base64.c | 16 bool base64_enc(const void *data, size_t dlen, char *buf, size_t *blen) in base64_enc() 73 bool base64_dec(const char *data, size_t size, void *buf, size_t *blen) in base64_dec()
|
| /optee_os/core/tee/ |
| H A D | tee_svc.c | 114 void *buf, size_t *blen) in get_prop_tee_dev_id() 157 void *buf, size_t *blen) in get_prop_tee_sys_time_prot_level() 171 void *buf, size_t *blen) in get_prop_client_id() 183 void *buf, size_t *blen) in get_prop_client_endian() 196 void *buf, size_t *blen) in get_prop_ta_app_id() 209 size_t *blen) in get_prop_feat_bti_implemented() 227 size_t *blen) in get_prop_feat_pauth_implemented() 245 size_t *blen) in get_prop_feat_memtag_implemented() 465 void *buf, uint32_t *blen, in syscall_get_property()
|
| H A D | tee_fs_rpc.c | 24 static TEE_Result create_filename(void *buf, size_t blen, in create_filename()
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/bit/ |
| H A D | der_decode_bit_string.c | 24 unsigned long dlen, blen, x, y; in der_decode_bit_string() local
|
| H A D | der_decode_raw_bit_string.c | 27 unsigned long dlen, blen, x, y; in der_decode_raw_bit_string() local
|
| /optee_os/core/crypto/ |
| H A D | rng_hw.c | 25 TEE_Result crypto_rng_read(void *buf, size_t blen) in crypto_rng_read()
|
| H A D | rng_fortuna.c | 341 static TEE_Result generate_random_data(void *buf, size_t blen) in generate_random_data() 476 static TEE_Result fortuna_read(void *buf, size_t blen) in fortuna_read() 514 TEE_Result crypto_rng_read(void *buf, size_t blen) in crypto_rng_read()
|
| /optee_os/core/arch/arm/plat-vexpress/ |
| H A D | vendor_props.c | 29 void *buf, size_t *blen) in get_prop_endorsement()
|
| /optee_os/core/kernel/ |
| H A D | tee_misc.c | 34 uint32_t tee_b2hs(uint8_t *b, uint8_t *hs, uint32_t blen, uint32_t hslen) in tee_b2hs() 50 uint32_t tee_hs2b(uint8_t *hs, uint8_t *b, uint32_t hslen, uint32_t blen) in tee_hs2b()
|
| H A D | ldelf_loader.c | 316 void *buf, size_t *blen) in ldelf_dump_ftrace()
|
| H A D | user_ta.c | 298 size_t blen = 0, ld_addr_len = 0; in user_ta_dump_ftrace() local
|
| /optee_os/lib/libmbedtls/core/ |
| H A D | rsa.c | 346 unsigned long blen = 0; in sw_crypto_acipher_rsanopad_encrypt() local 411 unsigned long blen = 0; in sw_crypto_acipher_rsanopad_decrypt() local 474 size_t blen = 0; in sw_crypto_acipher_rsaes_decrypt() local
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | rsa.c | 218 unsigned long blen, offset; in rsadorep() local 346 unsigned long blen; in sw_crypto_acipher_rsaes_decrypt() local
|
| /optee_os/core/drivers/crypto/caam/ |
| H A D | caam_rng.c | 366 TEE_Result hw_get_random_bytes(void *buf, size_t blen) in hw_get_random_bytes()
|
| /optee_os/ta/pkcs11/src/ |
| H A D | serializer.c | 176 enum pkcs11_rc serialize(char **bstart, size_t *blen, void *data, size_t len) in serialize()
|
| H A D | sanitize_object.c | 49 static enum pkcs11_rc read_attr_advance(void *buf, size_t blen, size_t *pos, in read_attr_advance()
|
| /optee_os/core/arch/arm/plat-rockchip/ |
| H A D | platform_rk3588.c | 104 TEE_Result hw_get_random_bytes(void *buf, size_t blen) in hw_get_random_bytes()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread_spmc.c | 529 TEE_Result spmc_fill_partition_entry(uint32_t ffa_vers, void *buf, size_t blen, in spmc_fill_partition_entry() argument 954 int spmc_read_mem_transaction(uint32_t ffa_vers, void *buf, size_t blen, in spmc_read_mem_transaction() argument 1042 void *buf, size_t blen, unsigned int *page_count, in mem_op_init() argument 1169 tee_mm_entry_t *mm, void *buf, size_t blen, size_t flen, in add_mem_op() argument 1244 handle_mem_op_tmem(bool share_mem,paddr_t pbuf,size_t blen,size_t flen,unsigned int page_count,uint64_t * global_handle,struct ffa_rxtx * rxtx) handle_mem_op_tmem() argument 1316 handle_mem_op_rxbuf(bool share_mem,size_t blen,size_t flen,uint64_t * global_handle,struct ffa_rxtx * rxtx) handle_mem_op_rxbuf() argument [all...] |