Manuel Pégourié-Gonnard ed36d20ea6 Save code size by calling get_type only once
This is an external function, so in the absence of link-time
optimisation (LTO) the compiler can't know anything about it and has to
call it the number of times it's called in the source code.

This only matters for pk_ec, but change pk_rsa as well for the sake of
uniformity.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2022-06-23 09:50:30 +02:00
..
2021-12-07 12:16:33 +00:00
2021-11-11 11:33:19 +01:00
2021-12-11 15:02:06 +01:00
2022-01-24 10:31:06 -05:00
2021-12-13 11:14:45 +00:00
2021-09-30 12:29:27 +02:00
2021-11-22 15:35:58 +00:00
2021-12-15 11:55:31 +00:00