Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Decc.c17 static size_t get_ecc_key_size_bytes(uint32_t curve) in get_ecc_key_size_bytes() function
55 return get_ecc_key_size_bytes(curve) * 8; in get_ecc_key_size_bits()
179 size_bytes = get_ecc_key_size_bytes(key->curve); in ecc_sign()
251 size_bytes = get_ecc_key_size_bytes(key->curve); in ecc_verify()
312 size_bytes = get_ecc_key_size_bytes(public_key->curve); in ecc_shared_secret()
362 size_bytes = get_ecc_key_size_bytes(key->curve); in ecc_sm2_encrypt()
427 size_bytes = get_ecc_key_size_bytes(key->curve); in ecc_sm2_decrypt()