Searched refs:get_ecc_key_size_bytes (Results 1 – 1 of 1) sorted by relevance
18 static size_t get_ecc_key_size_bytes(uint32_t curve) in get_ecc_key_size_bytes() function54 return get_ecc_key_size_bytes(curve) * 8; in get_ecc_key_size_bits()172 size_bytes = get_ecc_key_size_bytes(key->curve); in ecc_sign()244 size_bytes = get_ecc_key_size_bytes(key->curve); in ecc_verify()305 size_bytes = get_ecc_key_size_bytes(public_key->curve); in ecc_shared_secret()
Completed in 3 milliseconds