Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/test/regression/nx_secure_test/
Dnx_secure_ecdsa_test.c117 status = _nx_crypto_ecdsa_verify(curve, hash, sizeof(hash), in thread_0_entry()
123 status = _nx_crypto_ecdsa_verify(curve, hash, sizeof(hash), in thread_0_entry()
174 …EXPECT_EQ(NX_CRYPTO_SUCCESS, _nx_crypto_ecdsa_verify(curve, hash_data, sizeof(hash_data), pubkey, … in thread_0_entry()
Dnx_secure_ecdsa_error_checking_test.c219 …status = _nx_crypto_ecdsa_verify((NX_CRYPTO_EC *)&_nx_crypto_ec_secp521r1, NX_CRYPTO_NULL, 0, NX_C… in thread_0_entry()
224 …status = _nx_crypto_ecdsa_verify((NX_CRYPTO_EC *)&_nx_crypto_ec_secp521r1, NX_CRYPTO_NULL, 0, NX_C… in thread_0_entry()
231 …status = _nx_crypto_ecdsa_verify((NX_CRYPTO_EC *)&_nx_crypto_ec_secp521r1, NX_CRYPTO_NULL, 0, NX_C… in thread_0_entry()
237 …status = _nx_crypto_ecdsa_verify((NX_CRYPTO_EC *)&_nx_crypto_ec_secp521r1, NX_CRYPTO_NULL, 0, NX_C… in thread_0_entry()
/NetX-Duo-v6.4.1/crypto_libraries/inc/
Dnx_crypto_ecdsa.h95 UINT _nx_crypto_ecdsa_verify(NX_CRYPTO_EC *curve,
/NetX-Duo-v6.4.1/crypto_libraries/src/
Dnx_crypto_ecdsa.c315 NX_CRYPTO_KEEP UINT _nx_crypto_ecdsa_verify(NX_CRYPTO_EC *curve, UCHAR *hash, UINT hash_length, in _nx_crypto_ecdsa_verify() function
761 status = _nx_crypto_ecdsa_verify(ecdsa->nx_crypto_ecdsa_curve, in _nx_crypto_method_ecdsa_operation()
885 status = _nx_crypto_ecdsa_verify(ecdsa->nx_crypto_ecdsa_curve, in _nx_crypto_method_ecdsa_operation()