Searched refs:pubkey_length (Results 1 – 3 of 3) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/nx_secure_test/ |
| D | nx_secure_ecdsa_test.c | 101 UINT pubkey_length; in thread_0_entry() local 164 pubkey_length = 0; in thread_0_entry() 165 …pto_ec_point_extract_uncompressed(curve, &public_key, pubkey, 4 + 2 * buffer_size, &pubkey_length); in thread_0_entry() 166 EXPECT_TRUE(pubkey_length != 0); in thread_0_entry() 174 … _nx_crypto_ecdsa_verify(curve, hash_data, sizeof(hash_data), pubkey, pubkey_length, signature, si… in thread_0_entry()
|
| D | nx_secure_ecdsa_error_checking_test.c | 78 UINT pubkey_length; in thread_0_entry() local
|
| /NetX-Duo-v6.2.1/crypto_libraries/src/ |
| D | nx_crypto_method_self_test_ecdsa.c | 103 UINT pubkey_length; in _nx_crypto_method_self_test_ecdsa() local 242 pubkey_length = 0; in _nx_crypto_method_self_test_ecdsa() 243 …pto_ec_point_extract_uncompressed(curve, &public_key, pubkey, 4 + 2 * buffer_size, &pubkey_length); in _nx_crypto_method_self_test_ecdsa() 275 pubkey_length << 3, in _nx_crypto_method_self_test_ecdsa()
|