Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ecdsa.c90 UINT curve_size; in _nx_crypto_ecdsa_sign() local
103 curve_size = curve -> nx_crypto_ec_bits >> 3; in _nx_crypto_ecdsa_sign()
106 curve_size++; in _nx_crypto_ecdsa_sign()
110 if (signature_length < ((curve_size << 1) + 9)) in _nx_crypto_ecdsa_sign()
179 …status = _nx_crypto_huge_number_extract(&pt.nx_crypto_ec_point_x, signature_r, (curve_size + 3), &… in _nx_crypto_ecdsa_sign()
185 signature_s = signature + (curve_size + 6); in _nx_crypto_ecdsa_sign()
186 status = _nx_crypto_huge_number_extract(&temp, signature_s, (curve_size + 3), &s_size); in _nx_crypto_ecdsa_sign()
Dnx_crypto_method_self_test_ecdsa.c107 UINT curve_size; in _nx_crypto_method_self_test_ecdsa() local
214 curve_size = curve -> nx_crypto_ec_bits >> 3; in _nx_crypto_method_self_test_ecdsa()
217 curve_size++; in _nx_crypto_method_self_test_ecdsa()
Dnx_crypto_ecjpake.c171 UINT curve_size = (curve -> nx_crypto_ec_bits + 7) >> 3; in _nx_crypto_ecjpake_hello_generate() local
221 length = curve_size; in _nx_crypto_ecjpake_hello_generate()
273 length = curve_size; in _nx_crypto_ecjpake_hello_generate()
499 UINT curve_size = (curve -> nx_crypto_ec_bits + 7) >> 3; in _nx_crypto_ecjpake_key_exchange_generate() local
560 length = curve_size; in _nx_crypto_ecjpake_key_exchange_generate()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_crypto_method_cleanup_test.c585 UINT curve_size; in crypto_method_cleanup_ecdsa_test() local
636 curve_size = curve -> nx_crypto_ec_bits >> 3; in crypto_method_cleanup_ecdsa_test()
639 curve_size++; in crypto_method_cleanup_ecdsa_test()