Searched refs:pubkey (Results 1 – 6 of 6) sorted by relevance
| /NetX-Duo-v6.2.1/crypto_libraries/src/ |
| D | nx_crypto_method_self_test_ecdsa.c | 102 UCHAR *pubkey; in _nx_crypto_method_self_test_ecdsa() local 222 pubkey = &scratch_buffer[buffer_size]; in _nx_crypto_method_self_test_ecdsa() 243 …_nx_crypto_ec_point_extract_uncompressed(curve, &public_key, pubkey, 4 + 2 * buffer_size, &pubkey_… in _nx_crypto_method_self_test_ecdsa() 274 pubkey, in _nx_crypto_method_self_test_ecdsa()
|
| D | nx_crypto_ecdsa.c | 326 NX_CRYPTO_EC_POINT pubkey; in _nx_crypto_ecdsa_verify() local 373 NX_CRYPTO_EC_POINT_INITIALIZE(&pubkey, NX_CRYPTO_EC_POINT_AFFINE, scratch, buffer_size); in _nx_crypto_ecdsa_verify() 378 status = _nx_crypto_ec_point_setup(&pubkey, public_key, public_key_length); in _nx_crypto_ecdsa_verify() 385 status = _nx_crypto_ec_validate_public_key(&pubkey, curve, NX_CRYPTO_FALSE, scratch); in _nx_crypto_ecdsa_verify() 464 curve -> nx_crypto_ec_multiple(curve, &pubkey, &u2, &pt2, scratch); in _nx_crypto_ecdsa_verify()
|
| /NetX-Duo-v6.2.1/test/regression/nx_secure_test/ |
| D | nx_secure_ecdsa_test.c | 100 UCHAR *pubkey; in thread_0_entry() local 150 pubkey = &scratch_buffer[buffer_size]; in thread_0_entry() 165 …_nx_crypto_ec_point_extract_uncompressed(curve, &public_key, pubkey, 4 + 2 * buffer_size, &pubkey_… in thread_0_entry() 174 …TO_SUCCESS, _nx_crypto_ecdsa_verify(curve, hash_data, sizeof(hash_data), pubkey, pubkey_length, si… in thread_0_entry()
|
| D | nx_secure_ecdsa_error_checking_test.c | 77 UCHAR *pubkey; in thread_0_entry() local
|
| /NetX-Duo-v6.2.1/nx_secure/src/ |
| D | nx_secure_tls_process_serverhello_extensions.c | 823 UCHAR *pubkey; in _nx_secure_tls_proc_serverhello_keyshare_extension() local 897 pubkey = &packet_buffer[offset]; in _nx_secure_tls_proc_serverhello_keyshare_extension() 972 pubkey, key_length, NX_NULL, in _nx_secure_tls_proc_serverhello_keyshare_extension()
|
| D | nx_secure_tls_process_clienthello_extensions.c | 790 UCHAR *pubkey = NX_NULL; in _nx_secure_tls_proc_clienthello_keyshare_extension() local 872 pubkey = &packet_buffer[offset]; in _nx_secure_tls_proc_clienthello_keyshare_extension() 965 pubkey, key_length, NX_NULL, in _nx_secure_tls_proc_clienthello_keyshare_extension()
|