Searched refs:size_bytes (Results 1 – 5 of 5) sorted by relevance
161 size_t size_bytes = 0; in ecc_sign() local173 if (!size_bytes) in ecc_sign()180 *sig_len = 2 * size_bytes; in ecc_sign()196 sdata.size_sec = size_bytes; in ecc_sign()233 size_t size_bytes = 0; in ecc_verify() local245 if (!size_bytes) in ecc_verify()259 sdata.size_sec = size_bytes; in ecc_verify()291 size_t size_bytes = 0; in ecc_shared_secret() local306 if (!size_bytes) in ecc_shared_secret()310 *secret_len = size_bytes; in ecc_shared_secret()[all …]
36 size_t size_bytes = 0; in ecc_get_curve_info() local57 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()
26 size_t size_bytes; member170 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()
148 TEE_Result (*gen_keypair)(struct ecc_keypair *key, size_t size_bytes);
710 static TEE_Result do_gen_keypair(struct ecc_keypair *key, size_t size_bytes) in do_gen_keypair() argument712 return gen_keypair(key, size_bytes); in do_gen_keypair()
Completed in 9 milliseconds