| /optee_os/core/drivers/crypto/se050/glue/ |
| H A D | i2c.c | 17 static int i2c_transfer(uint8_t *buffer, int len, enum rpc_i2c_mode mode) in i2c_transfer() 38 int glue_i2c_read(uint8_t *buffer, int len) in glue_i2c_read() 43 int glue_i2c_write(uint8_t *buffer, int len) in glue_i2c_write()
|
| /optee_os/core/kernel/ |
| H A D | otp_stubs.c | 29 __weak int tee_otp_get_die_id(uint8_t *buffer, size_t len) in tee_otp_get_die_id() 48 uint8_t *buffer, size_t len) in tee_otp_get_ta_enc_key()
|
| H A D | msg_param.c | 62 static bool msg_param_extract_pages(paddr_t buffer, paddr_t *pages, in msg_param_extract_pages()
|
| H A D | huk_subkey.c | 19 static TEE_Result get_otp_die_id(uint8_t *buffer, size_t len) in get_otp_die_id()
|
| /optee_os/core/drivers/crypto/se050/core/ |
| H A D | die_id.c | 13 int tee_otp_get_die_id(uint8_t *buffer, size_t len) in tee_otp_get_die_id()
|
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ecc_ssh_ecdsa_encode_name.c | 20 int ecc_ssh_ecdsa_encode_name(char *buffer, unsigned long *buflen, const ecc_key *key) in ecc_ssh_ecdsa_encode_name()
|
| /optee_os/core/arch/arm/plat-rockchip/ |
| H A D | platform_rk3588.c | 176 uint8_t buffer[HW_UNIQUE_KEY_LENGTH] = { }; in generate_huk() local 201 uint32_t buffer[ROCKCHIP_OTP_HUK_SIZE] = { }; in persist_huk() local 218 uint32_t buffer[ROCKCHIP_OTP_HUK_SIZE] = { }; in read_huk() local
|
| /optee_os/lib/libutils/isoc/newlib/ |
| H A D | memset.c | 81 unsigned long buffer; variable
|
| /optee_os/core/arch/arm/plat-rcar/ |
| H A D | hw_rng.c | 30 uint8_t *buffer = buf; in hw_get_random_bytes() local
|
| /optee_os/core/crypto/ |
| H A D | sm3.h | 21 uint8_t buffer[64]; /* data block being processed */ member
|
| /optee_os/core/drivers/nvmem/ |
| H A D | nvmem_die_id.c | 19 int tee_otp_get_die_id(uint8_t *buffer, size_t len) in tee_otp_get_die_id()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_objects.c | 198 uint32_t attributeID, void *buffer, in TEE_GetObjectBufferAttribute() 235 void *buffer, uint32_t *size) in __GP11_TEE_GetObjectBufferAttribute() 440 const void *buffer, size_t length) in TEE_InitRefAttribute() 453 const void *buffer, uint32_t length) in __GP11_TEE_InitRefAttribute() 894 TEE_Result TEE_ReadObjectData(TEE_ObjectHandle object, void *buffer, in TEE_ReadObjectData() 920 TEE_Result __GP11_TEE_ReadObjectData(TEE_ObjectHandle object, void *buffer, in __GP11_TEE_ReadObjectData() 933 TEE_Result TEE_WriteObjectData(TEE_ObjectHandle object, const void *buffer, in TEE_WriteObjectData() 962 const void *buffer, uint32_t size) in __GP11_TEE_WriteObjectData()
|
| H A D | tee_api.c | 561 TEE_Result TEE_CheckMemoryAccessRights(uint32_t accessFlags, void *buffer, in TEE_CheckMemoryAccessRights() 595 void *buffer, uint32_t size) in __GP11_TEE_CheckMemoryAccessRights() 754 void *TEE_Realloc(void *buffer, size_t newSize) in TEE_Realloc() 782 void *__GP11_TEE_Realloc(void *buffer, uint32_t newSize) in __GP11_TEE_Realloc() 787 void TEE_Free(void *buffer) in TEE_Free()
|
| H A D | tee_api_arith_mpi.c | 140 const uint8_t *buffer, in TEE_BigIntConvertFromOctetString() 165 const uint8_t *buffer, in __GP11_TEE_BigIntConvertFromOctetString() 172 TEE_Result TEE_BigIntConvertToOctetString(uint8_t *buffer, size_t *bufferLen, in TEE_BigIntConvertToOctetString() 194 TEE_Result __GP11_TEE_BigIntConvertToOctetString(uint8_t *buffer, in __GP11_TEE_BigIntConvertToOctetString()
|
| /optee_os/core/include/kernel/ |
| H A D | rpc_io_i2c.h | 32 uint8_t *buffer; member
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_core.h | 926 uint8_t *buffer; member 956 uint8_t *buffer; member
|
| H A D | base64.c | 282 unsigned char buffer[128]; in mbedtls_base64_self_test() local
|
| /optee_os/core/arch/arm/plat-stm/ |
| H A D | rng_support.c | 95 uint8_t *buffer = buf; in hw_get_random_bytes() local
|
| /optee_os/lib/libutee/include/ |
| H A D | tee_api_types.h | 51 void *buffer; member 62 void *buffer; member 126 void *buffer; member 139 void *buffer; member 209 uint8_t *buffer; member
|
| /optee_os/core/drivers/ |
| H A D | hi16xx_rng.c | 74 uint8_t *buffer = buf; in hw_get_random_bytes() local
|
| H A D | imx_ocotp.c | 235 int tee_otp_get_die_id(uint8_t *buffer, size_t len) in tee_otp_get_die_id()
|
| H A D | dra7_rng.c | 112 uint8_t *buffer = buf; in hw_get_random_bytes() local
|
| /optee_os/core/arch/arm/plat-k3/drivers/ |
| H A D | eip76d_trng.c | 132 uint8_t *buffer = buf; in hw_get_random_bytes() local
|
| /optee_os/core/include/drivers/ |
| H A D | ls_i2c.h | 139 uint8_t *buffer; member
|
| /optee_os/core/tee/ |
| H A D | tee_svc_cryp.c | 720 static TEE_Result op_attr_secret_value_from_user(void *attr, const void *buffer, in op_attr_secret_value_from_user() 738 void *buffer, uint64_t *size) in op_attr_secret_value_to_user() 823 static TEE_Result op_attr_bignum_from_user(void *attr, const void *buffer, in op_attr_bignum_from_user() 843 void *buffer, uint64_t *size) in op_attr_bignum_to_user() 941 static TEE_Result op_attr_value_from_user(void *attr, const void *buffer, in op_attr_value_from_user() 956 void *buffer, uint64_t *size) in op_attr_value_to_user() 1006 static TEE_Result op_attr_25519_from_user(void *attr, const void *buffer, in op_attr_25519_from_user() 1019 void *buffer, uint64_t *size) in op_attr_25519_to_user() 1283 void *buffer, uint64_t *size) in syscall_cryp_obj_get_attr()
|