Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_des_error_checking_test.c24 _nx_crypto_method_des_operation /* DES operation */
57 …return _nx_crypto_method_des_operation(op, handler, method, key, key_size_in_bits, input, input_le… in test_nx_crypto_operation_failed()
66 …return _nx_crypto_method_des_operation(op, handler, method, key, key_size_in_bits, input, input_le… in test_nx_crypto_operation_succeed()
Dnx_secure_crypto_self_test.c35 _nx_crypto_method_des_operation /* DES operation */
Dnx_secure_des_test.c25 _nx_crypto_method_des_operation /* DES operation */
Dnx_secure_crypto_method_cleanup_test.c114 _nx_crypto_method_des_operation /* DES operation */
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_des.h83 UINT _nx_crypto_method_des_operation(UINT op, /* Encrypt, Decrypt, Authenticate */
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_methods.c785 _nx_crypto_method_des_operation /* 3DES operation */
Dnx_crypto_des.c776 NX_CRYPTO_KEEP UINT _nx_crypto_method_des_operation(UINT op, /* Encrypt, Decrypt, Authentica… in _nx_crypto_method_des_operation() function