Home
last modified time | relevance | path

Searched refs:input_output_length (Results 1 – 1 of 1) sorted by relevance

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_method_self_test_3des.c141 UINT input_output_length; in _nx_crypto_method_self_test_3des() local
169 input_output_length = sizeof(plain_1); in _nx_crypto_method_self_test_3des()
177 input_output_length, in _nx_crypto_method_self_test_3des()
180 input_output_length, in _nx_crypto_method_self_test_3des()
190 if (NX_CRYPTO_MEMCMP(output, secret_1, input_output_length) != 0) in _nx_crypto_method_self_test_3des()
221 input_output_length = sizeof(secret_2); in _nx_crypto_method_self_test_3des()
229 input_output_length, in _nx_crypto_method_self_test_3des()
232 input_output_length, in _nx_crypto_method_self_test_3des()
242 if (NX_CRYPTO_MEMCMP(output, plain_2, input_output_length) != 0) in _nx_crypto_method_self_test_3des()