Files
mbedtls/include/mbedtls
Manuel Pégourié-Gonnard 57d96cddf5 Move NULL check inside accessor function
This achieves two related goals:

1. Those members are now only accessed via the accessor function (except in
code paths that we don't care about: those guarded by
MBEDTLS_PK_RSA_ALT_SUPPORT or MBEDTLS_ECP_RESTARTABLE)
2. When we turn on compile-time dispatch, we don't obviously don't want to
keep a runtime NULL check.

For debug this requires changing the signature or the accessor function to
return int; this is done without changing the signature of the accessed
function.
2019-09-19 10:45:14 +02:00
..
2019-09-04 16:19:49 +01:00
2019-04-24 10:51:54 +02:00
2019-04-24 10:51:54 +02:00
2018-07-01 10:22:53 +03:00
2019-09-06 07:58:36 +03:00
2018-12-16 12:02:50 +02:00
2019-09-09 09:45:57 +01:00
2019-02-21 16:58:20 +01:00
2019-09-09 09:45:57 +01:00
2019-09-09 09:45:57 +01:00
2018-12-16 12:02:50 +02:00
2019-04-24 10:51:54 +02:00
2018-12-16 12:02:50 +02:00
2018-12-28 11:11:10 +08:00
2019-09-06 07:58:36 +03:00
2019-06-11 17:27:32 +01:00
2019-06-18 11:05:44 +01:00