Searched refs:nx_crypto_ec_bits (Results 1 – 6 of 6) sorted by relevance
93 public_key_len = 1 + (((curve -> nx_crypto_ec_bits + 7) >> 3) << 1); in _nx_crypto_ecdh_key_pair_import()181 clen = (curve -> nx_crypto_ec_bits + 7) >> 3; in _nx_crypto_ecdh_private_key_export()266 public_key_len = 1 + (((curve -> nx_crypto_ec_bits + 7) >> 3) << 1); in _nx_crypto_ecdh_setup()398 clen = (curve -> nx_crypto_ec_bits + 7) >> 3; in _nx_crypto_ecdh_compute_secret()877 key_len = (curve -> nx_crypto_ec_bits + 7) >> 3; in _nx_crypto_ecdh_key_pair_import_x25519_448()956 clen = (curve -> nx_crypto_ec_bits + 7) >> 3; in _nx_crypto_ecdh_private_key_export_x25519_448()1036 key_len = (curve -> nx_crypto_ec_bits + 7) >> 3; in _nx_crypto_ecdh_setup_x25519_448()1162 clen = (curve -> nx_crypto_ec_bits + 7) >> 3; in _nx_crypto_ecdh_compute_secret_x25519_448()
104 curve_size = curve -> nx_crypto_ec_bits >> 3; in _nx_crypto_ecdsa_sign()105 if (curve -> nx_crypto_ec_bits & 7) in _nx_crypto_ecdsa_sign()149 if (curve -> nx_crypto_ec_bits < hash_length << 3) in _nx_crypto_ecdsa_sign()151 _nx_crypto_huge_number_shift_right(&z, (hash_length << 3) - curve -> nx_crypto_ec_bits); in _nx_crypto_ecdsa_sign()447 if (curve -> nx_crypto_ec_bits < hash_length << 3) in _nx_crypto_ecdsa_verify()449 _nx_crypto_huge_number_shift_right(&z, (hash_length << 3) - curve -> nx_crypto_ec_bits); in _nx_crypto_ecdsa_verify()
215 curve_size = curve -> nx_crypto_ec_bits >> 3; in _nx_crypto_method_self_test_ecdsa()216 if (curve -> nx_crypto_ec_bits & 7) in _nx_crypto_method_self_test_ecdsa()
172 UINT curve_size = (curve -> nx_crypto_ec_bits + 7) >> 3; in _nx_crypto_ecjpake_hello_generate()500 UINT curve_size = (curve -> nx_crypto_ec_bits + 7) >> 3; in _nx_crypto_ecjpake_key_exchange_generate()1412 UINT input_size = (curve -> nx_crypto_ec_bits + 7) >> 3; in _nx_crypto_ecjpake_pre_master_secret_generate()
948 clen = (curve -> nx_crypto_ec_bits + 7) >> 3; in _nx_crypto_ec_point_extract_uncompressed()3154 UINT bits = curve -> nx_crypto_ec_bits + 64; in _nx_crypto_ec_key_pair_generation_extra()3254 private_key_len = (curve -> nx_crypto_ec_bits + 7) >> 3; in _nx_crypto_ec_key_pair_stream_generate()4597 clen = (curve -> nx_crypto_ec_bits + 7) >> 3; in _nx_crypto_ec_x25519_448_multiple()4641 for (t = (INT)(curve -> nx_crypto_ec_bits - 1); t >= 0; t--) in _nx_crypto_ec_x25519_448_multiple()5016 UINT buffer_size = (curve -> nx_crypto_ec_bits + 7) >> 3; in _nx_crypto_ec_key_pair_generation_x25519_448()
128 UINT nx_crypto_ec_bits; member