| /optee_os/core/drivers/crypto/stm32/ |
| H A D | ecc.c | 76 size_t bytes = 0; in stm32_gen_keypair() local 156 size_t bytes = 0; in sign() local 231 size_t bytes = 0; in verify() local 395 size_t bytes = 0; in shared_secret() local
|
| H A D | stm32_pka.c | 981 TEE_Result stm32_pka_get_max_size(size_t *bytes, size_t *bits, in stm32_pka_get_max_size()
|
| /optee_os/scripts/ |
| H 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/core/drivers/crypto/se050/glue/ |
| H A D | i2c_imx.c | 12 size_t *bytes) in native_i2c_transfer()
|
| H A D | i2c_stm32.c | 19 TEE_Result native_i2c_transfer(struct rpc_i2c_request *req, size_t *bytes) in native_i2c_transfer()
|
| H A D | i2c.c | 27 size_t bytes = 0; in i2c_transfer() local
|
| /optee_os/core/lib/libtomcrypt/src/prngs/ |
| H A D | rng_make_prng.c | 28 unsigned long bytes; in rng_make_prng() local
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | tee_time_arm_cntpct.c | 49 int bytes = 0, n; in plat_prng_add_jitter_entropy() local
|
| /optee_os/core/drivers/crypto/versal/ |
| H 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() 115 size_t bytes = 0; in crypto_bignum_bn2bin_eswap() local 158 size_t bytes = 0; in verify() local 240 size_t bytes = 0; in sign() local
|
| /optee_os/core/lib/libtomcrypt/src/math/ |
| H A D | rand_bn.c | 12 int res, bytes; in rand_bn_bits() local
|
| /optee_os/core/drivers/ |
| H A D | zynqmp_pm.c | 86 uint32_t bytes; member
|
| H A D | versal_trng.c | 192 uint64_t bytes; member
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_core.h | 151 size_t bytes; member
|
| H A D | psa_crypto.c | 6565 size_t bytes = PSA_BITS_TO_BYTES(bits); in psa_generate_derived_key_internal() local
|
| /optee_os/core/drivers/crypto/se050/core/ |
| H A D | ecc.c | 135 size_t *bytes, size_t *bits) in ecc_get_key_size() 640 size_t bytes = 0; in gen_keypair() local
|
| /optee_os/core/tee/ |
| H A D | tee_svc_storage.c | 86 size_t bytes; in tee_svc_storage_read_head() local 723 size_t bytes = 0; in syscall_storage_obj_read() local
|
| H A D | tee_rpmb_fs.c | 344 static void u32_to_bytes(uint32_t u32, uint8_t *bytes) in u32_to_bytes() 352 static void bytes_to_u32(uint8_t *bytes, uint32_t *u32) in bytes_to_u32() 359 static void u16_to_bytes(uint16_t u16, uint8_t *bytes) in u16_to_bytes() 365 static void bytes_to_u16(uint8_t *bytes, uint16_t *u16) in bytes_to_u16() 370 static void get_op_result_bits(uint8_t *bytes, uint8_t *res) in get_op_result_bits()
|
| H A D | fs_htree.c | 114 size_t bytes; in rpc_read() local
|
| /optee_os/core/pta/tests/ |
| H A D | fs_htree.c | 119 size_t *bytes) in test_read_final()
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto_sizes.h | 41 #define PSA_BYTES_TO_BITS(bytes) ((bytes) * 8u) argument
|