Searched refs:curve_size (Results 1 – 4 of 4) sorted by relevance
90 UINT curve_size; in _nx_crypto_ecdsa_sign() local103 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()
107 UINT curve_size; in _nx_crypto_method_self_test_ecdsa() local214 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()
171 UINT curve_size = (curve -> nx_crypto_ec_bits + 7) >> 3; in _nx_crypto_ecjpake_hello_generate() local221 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() local560 length = curve_size; in _nx_crypto_ecjpake_key_exchange_generate()
585 UINT curve_size; in crypto_method_cleanup_ecdsa_test() local636 curve_size = curve -> nx_crypto_ec_bits >> 3; in crypto_method_cleanup_ecdsa_test()639 curve_size++; in crypto_method_cleanup_ecdsa_test()