Lines Matching refs:pointer
923 * Fix bug in mbedtls_rsa_rsaes_pkcs1_v15_encrypt that made null pointer
935 the need to pass -fomit-frame-pointer to avoid a build error with -O0.
1064 * Fix possible client-side NULL pointer dereference (read) when the client
1075 * Made X509 profile pointer const in mbedtls_ssl_conf_cert_profile() to allow
1189 pointer, parameters reordered).
1369 * Fix potential NULL pointer dereference (not trigerrable remotely) when
1413 * NULL pointer dereference in the buffer-based allocator when the buffer is
1417 * Fix remotely-triggerable uninitialised pointer dereference caused by
1663 * Prevent potential NULL pointer dereference in ssl_read_record() (found by
1742 * ssl_init() was leaving a dirty pointer in ssl_context if malloc of
1887 * Internals for SSL module adapted to have separate IV pointer that is
1940 * Fix remotely-triggerable uninitialised pointer dereference caused by
2024 * Prevent potential NULL pointer dereference in ssl_read_record() (found by
2049 * ssl_init() was leaving a dirty pointer in ssl_context if malloc of
2421 * Changed the used random function pointer to more flexible format. Renamed