Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 20 of 20) sorted by relevance

/optee_os/core/drivers/crypto/stm32/
H A Decc.c76 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 Dstm32_pka.c981 TEE_Result stm32_pka_get_max_size(size_t *bytes, size_t *bits, in stm32_pka_get_max_size()
/optee_os/scripts/
H A Dsign_helper_kms.py45 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 Di2c_imx.c12 size_t *bytes) in native_i2c_transfer()
H A Di2c_stm32.c19 TEE_Result native_i2c_transfer(struct rpc_i2c_request *req, size_t *bytes) in native_i2c_transfer()
H A Di2c.c27 size_t bytes = 0; in i2c_transfer() local
/optee_os/core/lib/libtomcrypt/src/prngs/
H A Drng_make_prng.c28 unsigned long bytes; in rng_make_prng() local
/optee_os/core/arch/arm/kernel/
H A Dtee_time_arm_cntpct.c49 int bytes = 0, n; in plat_prng_add_jitter_entropy() local
/optee_os/core/drivers/crypto/versal/
H A Decc.c84 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 Drand_bn.c12 int res, bytes; in rand_bn_bits() local
/optee_os/core/drivers/
H A Dzynqmp_pm.c86 uint32_t bytes; member
H A Dversal_trng.c192 uint64_t bytes; member
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_core.h151 size_t bytes; member
H A Dpsa_crypto.c6565 size_t bytes = PSA_BITS_TO_BYTES(bits); in psa_generate_derived_key_internal() local
/optee_os/core/drivers/crypto/se050/core/
H A Decc.c135 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 Dtee_svc_storage.c86 size_t bytes; in tee_svc_storage_read_head() local
723 size_t bytes = 0; in syscall_storage_obj_read() local
H A Dtee_rpmb_fs.c344 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 Dfs_htree.c114 size_t bytes; in rpc_read() local
/optee_os/core/pta/tests/
H A Dfs_htree.c119 size_t *bytes) in test_read_final()
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_sizes.h41 #define PSA_BYTES_TO_BITS(bytes) ((bytes) * 8u) argument