Home
last modified time | relevance | path

Searched refs:NX_CRYPTO_EC (Results 1 – 9 of 9) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ecdh.h85 NX_CRYPTO_EC *nx_crypto_ecdh_curve;
94 NX_CRYPTO_EC *curve,
109 NX_CRYPTO_EC *curve,
141 NX_CRYPTO_EC *curve,
154 NX_CRYPTO_EC *curve,
Dnx_crypto_ecjpake.h84 NX_CRYPTO_EC *nx_crypto_ecjpake_curve;
105 NX_CRYPTO_EC *curve,
140 NX_CRYPTO_EC *curve,
151 NX_CRYPTO_EC *curve,
163 NX_CRYPTO_EC *curve,
172 VOID _nx_crypto_ecjpake_public_key_generate(NX_CRYPTO_EC *curve,
185 NX_CRYPTO_EC *curve,
Dnx_crypto_ec.h156 } NX_CRYPTO_EC; typedef
476 extern NX_CRYPTO_CONST NX_CRYPTO_EC _nx_crypto_ec_secp192r1;
477 extern NX_CRYPTO_CONST NX_CRYPTO_EC _nx_crypto_ec_secp224r1;
478 extern NX_CRYPTO_CONST NX_CRYPTO_EC _nx_crypto_ec_secp256r1;
479 extern NX_CRYPTO_CONST NX_CRYPTO_EC _nx_crypto_ec_secp384r1;
480 extern NX_CRYPTO_CONST NX_CRYPTO_EC _nx_crypto_ec_secp521r1;
482 #define NX_CRYPTO_EC_GET_SECP192R1(curve) curve = (NX_CRYPTO_EC *)&_nx_crypto_ec_secp192r1
483 #define NX_CRYPTO_EC_GET_SECP224R1(curve) curve = (NX_CRYPTO_EC *)&_nx_crypto_ec_secp224r1
484 #define NX_CRYPTO_EC_GET_SECP256R1(curve) curve = (NX_CRYPTO_EC *)&_nx_crypto_ec_secp256r1
485 #define NX_CRYPTO_EC_GET_SECP384R1(curve) curve = (NX_CRYPTO_EC *)&_nx_crypto_ec_secp384r1
[all …]
Dnx_crypto_ecdsa.h79 NX_CRYPTO_EC *nx_crypto_ecdsa_curve;
86 UINT _nx_crypto_ecdsa_sign(NX_CRYPTO_EC *curve,
96 UINT _nx_crypto_ecdsa_verify(NX_CRYPTO_EC *curve,
/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ec.c379 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()
[all …]
Dnx_crypto_ecdh.c77 NX_CRYPTO_EC *curve, in _nx_crypto_ecdh_key_pair_import()
165 NX_CRYPTO_EC *curve; in _nx_crypto_ecdh_private_key_export()
258 NX_CRYPTO_EC *curve, in _nx_crypto_ecdh_setup()
374 NX_CRYPTO_EC *curve; in _nx_crypto_ecdh_compute_secret()
685 sizeof(NX_CRYPTO_EC *), in _nx_crypto_method_ecdh_operation()
866 NX_CRYPTO_EC *curve, in _nx_crypto_ecdh_key_pair_import_x25519_448()
945 NX_CRYPTO_EC *curve; in _nx_crypto_ecdh_private_key_export_x25519_448()
1028 NX_CRYPTO_EC *curve, in _nx_crypto_ecdh_setup_x25519_448()
1139 NX_CRYPTO_EC *curve; in _nx_crypto_ecdh_compute_secret_x25519_448()
Dnx_crypto_ecjpake.c73 NX_CRYPTO_EC *curve, in _nx_crypto_ecjpake_init()
171 NX_CRYPTO_EC *curve = ecjpake -> nx_crypto_ecjpake_curve; in _nx_crypto_ecjpake_hello_generate()
340 NX_CRYPTO_EC *curve = ecjpake -> nx_crypto_ecjpake_curve; in _nx_crypto_ecjpake_hello_process()
499 NX_CRYPTO_EC *curve = ecjpake -> nx_crypto_ecjpake_curve; in _nx_crypto_ecjpake_key_exchange_generate()
637 NX_CRYPTO_EC *curve = ecjpake -> nx_crypto_ecjpake_curve; in _nx_crypto_ecjpake_key_exchange_process()
779 NX_CRYPTO_EC *curve, in _nx_crypto_ecjpake_schnorr_zkp_hash()
1108 NX_CRYPTO_EC *curve, in _nx_crypto_ecjpake_schnorr_zkp_generate()
1211 NX_CRYPTO_EC *curve, in _nx_crypto_ecjpake_schnorr_zkp_verify()
1315 NX_CRYPTO_KEEP VOID _nx_crypto_ecjpake_public_key_generate(NX_CRYPTO_EC *curve, in _nx_crypto_ecjpake_public_key_generate()
1401 NX_CRYPTO_EC *curve, in _nx_crypto_ecjpake_pre_master_secret_generate()
Dnx_crypto_method_self_test_ecdsa.c110 NX_CRYPTO_EC *curve = NX_CRYPTO_NULL; in _nx_crypto_method_self_test_ecdsa()
Dnx_crypto_ecdsa.c77 NX_CRYPTO_KEEP UINT _nx_crypto_ecdsa_sign(NX_CRYPTO_EC *curve, UCHAR *hash, UINT hash_length, in _nx_crypto_ecdsa_sign()
316 NX_CRYPTO_KEEP UINT _nx_crypto_ecdsa_verify(NX_CRYPTO_EC *curve, UCHAR *hash, UINT hash_length, in _nx_crypto_ecdsa_verify()