Lines Matching refs:arguments
342 * Passing buffers that are stored in untrusted memory as arguments
915 arguments, access uninitialized memory in some cases. Fixes #6700 (which
1992 the arguments being negative and the other being 0. Fixes #4643.
2204 * Fix a resource leak in a bad-arguments case of mbedtls_rsa_gen_key()
2361 * Add missing arguments of debug message in mbedtls_ssl_decrypt_buf.
3838 line arguments.
4052 arguments. Found by inestlerode. #557.
4282 * Fix documentation and implementation missmatch for function arguments of
4329 arguments where the same (in-place doubling). Found and fixed by Janos
4611 * The SSL debug callback gained two new arguments (file name, line number).
4626 * In the NET module, all "int" and "int *" arguments for file descriptors
4628 * net_accept() gained new arguments for the size of the client_ip buffer.
6002 * Expanded ssl_client2 arguments for more flexibility