Searched refs:_nx_crypto_ecdsa_verify (Results 1 – 4 of 4) sorted by relevance
/NetX-Duo-v6.4.1/test/regression/nx_secure_test/ |
D | nx_secure_ecdsa_test.c | 117 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()
|
D | nx_secure_ecdsa_error_checking_test.c | 219 …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/ |
D | nx_crypto_ecdsa.h | 95 UINT _nx_crypto_ecdsa_verify(NX_CRYPTO_EC *curve,
|
/NetX-Duo-v6.4.1/crypto_libraries/src/ |
D | nx_crypto_ecdsa.c | 315 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()
|