Searched refs:line_ending (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_ec.c | 3538 const CHAR *line_ending) in _nx_crypto_ec_fixed_output() argument 3583 line_ending); in _nx_crypto_ec_fixed_output() 3584 output("{%s", line_ending); in _nx_crypto_ec_fixed_output() 3591 … output("%s%s/* %uG.%s */%s", line_ending, tab, i + 2, coordinate_name[j], line_ending); in _nx_crypto_ec_fixed_output() 3595 … output("%s%s/* 2^e * %uG.%s */%s", line_ending, tab, i + 1, coordinate_name[j], line_ending); in _nx_crypto_ec_fixed_output() 3597 output("%s{%s", tab, line_ending); in _nx_crypto_ec_fixed_output() 3630 output("%s", line_ending); in _nx_crypto_ec_fixed_output() 3636 output("%s%s}%s", line_ending, tab, line_ending); in _nx_crypto_ec_fixed_output() 3640 output("%s%s},%s", line_ending, tab, line_ending); in _nx_crypto_ec_fixed_output() 3644 output("};%s", line_ending); in _nx_crypto_ec_fixed_output() [all …]
|
/NetX-Duo-v6.3.0/crypto_libraries/inc/ |
D | nx_crypto_ec.h | 566 const CHAR *line_ending);
|