Home
last modified time | relevance | path

Searched refs:size_bytes (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/drivers/crypto/crypto_api/acipher/
A Decc.c138 size_t size_bytes = 0; in ecc_sign() local
150 if (!size_bytes) in ecc_sign()
157 *sig_len = 2 * size_bytes; in ecc_sign()
173 sdata.size_sec = size_bytes; in ecc_sign()
210 size_t size_bytes = 0; in ecc_verify() local
222 if (!size_bytes) in ecc_verify()
236 sdata.size_sec = size_bytes; in ecc_verify()
268 size_t size_bytes = 0; in ecc_shared_secret() local
283 if (!size_bytes) in ecc_shared_secret()
287 *secret_len = size_bytes; in ecc_shared_secret()
[all …]
/optee_os/core/lib/libtomcrypt/
A Decc.c36 size_t size_bytes = 0; in ecc_get_curve_info() local
57 size_bytes = 24; in ecc_get_curve_info()
65 size_bytes = 28; in ecc_get_curve_info()
73 size_bytes = 32; in ecc_get_curve_info()
81 size_bytes = 48; in ecc_get_curve_info()
89 size_bytes = 66; in ecc_get_curve_info()
97 size_bytes = 32; in ecc_get_curve_info()
109 *key_size_bytes = size_bytes; in ecc_get_curve_info()
/optee_os/core/kernel/
A Dldelf_syscalls.c26 size_t size_bytes; member
170 res = binh->op->get_size(binh->h, &binh->size_bytes); in ldelf_syscall_open_bin()
208 if (binh->offs_bytes < binh->size_bytes) in ldelf_syscall_close_bin()
210 binh->size_bytes - binh->offs_bytes); in ldelf_syscall_close_bin()
242 if (next_offs > binh->size_bytes) { in binh_copy_to()
243 size_t rb = binh->size_bytes - binh->offs_bytes; in binh_copy_to()
249 binh->offs_bytes = binh->size_bytes; in binh_copy_to()
/optee_os/core/drivers/crypto/crypto_api/include/
A Ddrvcrypt_acipher.h147 TEE_Result (*gen_keypair)(struct ecc_keypair *key, size_t size_bytes);
/optee_os/core/drivers/crypto/se050/core/
A Decc.c596 static TEE_Result do_gen_keypair(struct ecc_keypair *key, size_t size_bytes) in do_gen_keypair() argument
598 return gen_keypair(key, size_bytes); in do_gen_keypair()

Completed in 8 milliseconds