Lines Matching refs:NX_CRYPTO_EC

379 NX_CRYPTO_CONST NX_CRYPTO_EC                     _nx_crypto_ec_secp192r1 =
441 NX_CRYPTO_CONST NX_CRYPTO_EC _nx_crypto_ec_secp224r1 =
503 NX_CRYPTO_CONST NX_CRYPTO_EC _nx_crypto_ec_secp256r1 =
565 NX_CRYPTO_CONST NX_CRYPTO_EC _nx_crypto_ec_secp384r1 =
627 NX_CRYPTO_CONST NX_CRYPTO_EC _nx_crypto_ec_secp521r1 =
689 static NX_CRYPTO_CONST NX_CRYPTO_EC *_nx_crypto_ec_named_curves[] =
941 NX_CRYPTO_KEEP VOID _nx_crypto_ec_point_extract_uncompressed(NX_CRYPTO_EC *curve, NX_CRYPTO_EC_POIN… in _nx_crypto_ec_point_extract_uncompressed()
1085 NX_CRYPTO_KEEP VOID _nx_crypto_ec_point_fp_projective_to_affine(NX_CRYPTO_EC *curve, in _nx_crypto_ec_point_fp_projective_to_affine()
1184 NX_CRYPTO_KEEP VOID _nx_crypto_ec_secp192r1_reduce(NX_CRYPTO_EC *curve, in _nx_crypto_ec_secp192r1_reduce()
1321 NX_CRYPTO_KEEP VOID _nx_crypto_ec_secp224r1_reduce(NX_CRYPTO_EC *curve, in _nx_crypto_ec_secp224r1_reduce()
1464 NX_CRYPTO_KEEP VOID _nx_crypto_ec_secp256r1_reduce(NX_CRYPTO_EC *curve, in _nx_crypto_ec_secp256r1_reduce()
1629 NX_CRYPTO_KEEP VOID _nx_crypto_ec_secp384r1_reduce(NX_CRYPTO_EC *curve, in _nx_crypto_ec_secp384r1_reduce()
1802 NX_CRYPTO_KEEP VOID _nx_crypto_ec_secp521r1_reduce(NX_CRYPTO_EC *curve, in _nx_crypto_ec_secp521r1_reduce()
1920 NX_CRYPTO_KEEP VOID _nx_crypto_ec_add_digit_reduce(NX_CRYPTO_EC *curve, in _nx_crypto_ec_add_digit_reduce()
1984 NX_CRYPTO_KEEP VOID _nx_crypto_ec_subtract_digit_reduce(NX_CRYPTO_EC *curve, in _nx_crypto_ec_subtract_digit_reduce()
2045 NX_CRYPTO_KEEP VOID _nx_crypto_ec_fp_reduce(NX_CRYPTO_EC *curve, in _nx_crypto_ec_fp_reduce()
2107 NX_CRYPTO_KEEP VOID _nx_crypto_ec_add_reduce(NX_CRYPTO_EC *curve, in _nx_crypto_ec_add_reduce()
2181 NX_CRYPTO_KEEP VOID _nx_crypto_ec_subtract_reduce(NX_CRYPTO_EC *curve, in _nx_crypto_ec_subtract_reduce()
2254 NX_CRYPTO_KEEP VOID _nx_crypto_ec_fp_projective_add(NX_CRYPTO_EC *curve, in _nx_crypto_ec_fp_projective_add()
2404 NX_CRYPTO_KEEP VOID _nx_crypto_ec_fp_projective_double(NX_CRYPTO_EC *curve, in _nx_crypto_ec_fp_projective_double()
2541 NX_CRYPTO_KEEP VOID _nx_crypto_ec_fp_affine_add(NX_CRYPTO_EC *curve, in _nx_crypto_ec_fp_affine_add()
2663 NX_CRYPTO_KEEP VOID _nx_crypto_ec_fp_affine_subtract(NX_CRYPTO_EC *curve, in _nx_crypto_ec_fp_affine_subtract()
2867 NX_CRYPTO_KEEP VOID _nx_crypto_ec_fp_projective_multiple(NX_CRYPTO_EC *curve, in _nx_crypto_ec_fp_projective_multiple()
3000 NX_CRYPTO_KEEP VOID _nx_crypto_ec_fp_fixed_multiple(NX_CRYPTO_EC *curve, in _nx_crypto_ec_fp_fixed_multiple()
3147 NX_CRYPTO_KEEP UINT _nx_crypto_ec_key_pair_generation_extra(NX_CRYPTO_EC *curve, in _nx_crypto_ec_key_pair_generation_extra()
3240 NX_CRYPTO_KEEP UINT _nx_crypto_ec_key_pair_stream_generate(NX_CRYPTO_EC *curve, in _nx_crypto_ec_key_pair_stream_generate()
3351 NX_CRYPTO_KEEP VOID _nx_crypto_ec_precomputation(NX_CRYPTO_EC *curve, in _nx_crypto_ec_precomputation()
3535 NX_CRYPTO_KEEP VOID _nx_crypto_ec_fixed_output(NX_CRYPTO_EC *curve, in _nx_crypto_ec_fixed_output()
3784 NX_CRYPTO_KEEP UINT _nx_crypto_ec_get_named_curve(NX_CRYPTO_EC **curve, UINT curve_id) in _nx_crypto_ec_get_named_curve()
3788 for (i = 0; i < sizeof(_nx_crypto_ec_named_curves) / sizeof(NX_CRYPTO_EC *); i++) in _nx_crypto_ec_get_named_curve()
3792 *curve = (NX_CRYPTO_EC *)_nx_crypto_ec_named_curves[i]; in _nx_crypto_ec_get_named_curve()
3883 *((NX_CRYPTO_EC **)output) = (NX_CRYPTO_EC *)&_nx_crypto_ec_secp192r1; in _nx_crypto_method_ec_secp192r1_operation()
3971 *((NX_CRYPTO_EC **)output) = (NX_CRYPTO_EC *)&_nx_crypto_ec_secp224r1; in _nx_crypto_method_ec_secp224r1_operation()
4058 *((NX_CRYPTO_EC **)output) = (NX_CRYPTO_EC *)&_nx_crypto_ec_secp256r1; in _nx_crypto_method_ec_secp256r1_operation()
4145 *((NX_CRYPTO_EC **)output) = (NX_CRYPTO_EC *)&_nx_crypto_ec_secp384r1; in _nx_crypto_method_ec_secp384r1_operation()
4232 *((NX_CRYPTO_EC **)output) = (NX_CRYPTO_EC *)&_nx_crypto_ec_secp521r1; in _nx_crypto_method_ec_secp521r1_operation()
4288 NX_CRYPTO_EC *chosen_curve, in _nx_crypto_ec_validate_public_key()
4435 NX_CRYPTO_CONST NX_CRYPTO_EC _nx_crypto_ec_x25519 =
4477 NX_CRYPTO_CONST NX_CRYPTO_EC _nx_crypto_ec_x448 =
4576 NX_CRYPTO_KEEP VOID _nx_crypto_ec_x25519_448_multiple(NX_CRYPTO_EC* curve, in _nx_crypto_ec_x25519_448_multiple()
4874 *((NX_CRYPTO_EC **)output) = (NX_CRYPTO_EC *)&_nx_crypto_ec_x25519; in _nx_crypto_method_ec_x25519_operation()
4959 *((NX_CRYPTO_EC **)output) = (NX_CRYPTO_EC *)&_nx_crypto_ec_x448; in _nx_crypto_method_ec_x448_operation()
5009 NX_CRYPTO_KEEP UINT _nx_crypto_ec_key_pair_generation_x25519_448(NX_CRYPTO_EC *curve, in _nx_crypto_ec_key_pair_generation_x25519_448()