Searched refs:NX_CRYPTO_EC (Results 1 – 9 of 9) sorted by relevance
/NetX-Duo-v6.3.0/crypto_libraries/inc/ |
D | nx_crypto_ecdh.h | 85 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,
|
D | nx_crypto_ecjpake.h | 84 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,
|
D | nx_crypto_ec.h | 156 } 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 …]
|
D | nx_crypto_ecdsa.h | 79 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/ |
D | nx_crypto_ec.c | 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() [all …]
|
D | nx_crypto_ecdh.c | 77 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()
|
D | nx_crypto_ecjpake.c | 73 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()
|
D | nx_crypto_method_self_test_ecdsa.c | 110 NX_CRYPTO_EC *curve = NX_CRYPTO_NULL; in _nx_crypto_method_self_test_ecdsa()
|
D | nx_crypto_ecdsa.c | 77 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()
|