Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/test/regression/nx_secure_test/
Dnx_secure_sha_additional_test.c68 status = _nx_crypto_method_sha1_operation(NX_CRYPTO_HASH_INITIALIZE, in thread_0_entry()
83 status = _nx_crypto_method_sha1_operation(NX_CRYPTO_HASH_UPDATE, in thread_0_entry()
98 status = _nx_crypto_method_sha1_operation(NX_CRYPTO_HASH_CALCULATE, in thread_0_entry()
310 status = _nx_crypto_method_sha1_operation(0, NX_CRYPTO_NULL, in thread_0_entry()
321 status = _nx_crypto_method_sha1_operation(0, NX_CRYPTO_NULL, in thread_0_entry()
332 status = _nx_crypto_method_sha1_operation(0, NX_CRYPTO_NULL, in thread_0_entry()
343 status = _nx_crypto_method_sha1_operation(NX_CRYPTO_HASH_INITIALIZE, NX_CRYPTO_NULL, in thread_0_entry()
363 status = _nx_crypto_method_sha1_operation(0, NX_CRYPTO_NULL, in thread_0_entry()
374 status = _nx_crypto_method_sha1_operation(NX_CRYPTO_HASH_CALCULATE, NX_CRYPTO_NULL, in thread_0_entry()
385 status = _nx_crypto_method_sha1_operation(NX_CRYPTO_HASH_UPDATE, NX_CRYPTO_NULL, in thread_0_entry()
[all …]
Dnx_secure_tls_test_init_utility.c188 _nx_crypto_method_sha1_operation /* SHA1 operation */
Dnx_secure_tls_1_3_session_create_ext_test.c220 _nx_crypto_method_sha1_operation /* SHA1 operation */
Dnx_secure_tls_cert_verify_test.c466 _nx_crypto_method_sha1_operation, /* SHA256 operation */
/NetX-Duo-v6.4.1/crypto_libraries/inc/
Dnx_crypto_sha1.h136 UINT _nx_crypto_method_sha1_operation(UINT op, /* Encrypt, Decrypt, Authenticate */
/NetX-Duo-v6.4.1/crypto_libraries/src/
Dnx_crypto_methods.c600 _nx_crypto_method_sha1_operation /* SHA1 operation */
Dnx_crypto_sha1.c722 NX_CRYPTO_KEEP UINT _nx_crypto_method_sha1_operation(UINT op, /* Encrypt, Decrypt, Authentica… in _nx_crypto_method_sha1_operation() function