Searched defs:bytes (Results 1 – 15 of 15) sorted by relevance
/optee_os-3.20.0/core/drivers/crypto/se050/glue/ |
A D | i2c_imx.c | 12 size_t *bytes) in native_i2c_transfer()
|
A D | i2c_stm32.c | 18 TEE_Result native_i2c_transfer(struct rpc_i2c_request *req, size_t *bytes) in native_i2c_transfer()
|
A D | i2c.c | 27 size_t bytes = 0; in i2c_transfer() local
|
/optee_os-3.20.0/scripts/ |
A D | sign_helper_kms.py | 45 def sign(self, data: bytes, padding: AsymmetricPadding, 86 def decrypt(self, ciphertext: bytes, padding: AsymmetricPadding) -> bytes:
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/prngs/ |
A D | rng_make_prng.c | 28 unsigned long bytes; in rng_make_prng() local
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | tee_time_arm_cntpct.c | 53 int bytes = 0, n; in REGISTER_TIME_SOURCE() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/ |
A D | rand_bn.c | 12 int res, bytes; in rand_bn_bits() local
|
/optee_os-3.20.0/core/drivers/crypto/versal/ |
A D | ecc.c | 84 static TEE_Result ecc_get_key_size(uint32_t curve, size_t *bytes, size_t *bits) in ecc_get_key_size() 110 size_t bytes = 0; in crypto_bignum_bn2bin_eswap() local 177 size_t bytes = 0; in verify() local 253 size_t bytes = 0; in sign() local
|
/optee_os-3.20.0/core/drivers/ |
A D | zynqmp_pm.c | 86 uint32_t bytes; member
|
A D | versal_trng.c | 192 uint64_t bytes; member
|
/optee_os-3.20.0/core/drivers/crypto/se050/core/ |
A D | ecc.c | 137 size_t *bytes, size_t *bits) in ecc_get_key_size() 654 size_t bytes = 0; in gen_keypair() local
|
/optee_os-3.20.0/core/tee/ |
A D | tee_svc_storage.c | 89 size_t bytes; in tee_svc_storage_read_head() local 696 size_t bytes = 0; in syscall_storage_obj_read() local
|
A D | tee_rpmb_fs.c | 338 static void u32_to_bytes(uint32_t u32, uint8_t *bytes) in u32_to_bytes() 346 static void bytes_to_u32(uint8_t *bytes, uint32_t *u32) in bytes_to_u32() 353 static void u16_to_bytes(uint16_t u16, uint8_t *bytes) in u16_to_bytes() 359 static void bytes_to_u16(uint8_t *bytes, uint16_t *u16) in bytes_to_u16() 364 static void get_op_result_bits(uint8_t *bytes, uint8_t *res) in get_op_result_bits()
|
A D | fs_htree.c | 113 size_t bytes; in rpc_read() local
|
/optee_os-3.20.0/core/pta/tests/ |
A D | fs_htree.c | 119 size_t *bytes) in test_read_final()
|
Completed in 22 milliseconds