Home
last modified time | relevance | path

Searched refs:NX_CRYPTO_CONST (Results 1 – 8 of 8) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ec.c26 static NX_CRYPTO_CONST HN_UBASE _nx_crypto_ec_secp192r1_p[] =
34 static NX_CRYPTO_CONST HN_UBASE _nx_crypto_ec_secp192r1_a[] =
42 static NX_CRYPTO_CONST HN_UBASE _nx_crypto_ec_secp192r1_b[] =
50 static NX_CRYPTO_CONST HN_UBASE _nx_crypto_ec_secp192r1_gx[] =
58 static NX_CRYPTO_CONST HN_UBASE _nx_crypto_ec_secp192r1_gy[] =
66 static NX_CRYPTO_CONST HN_UBASE _nx_crypto_ec_secp192r1_n[] =
74 static NX_CRYPTO_CONST HN_UBASE _nx_crypto_ec_secp192r1_h[] =
82 static NX_CRYPTO_CONST HN_UBASE _nx_crypto_ec_secp224r1_p[] =
91 static NX_CRYPTO_CONST HN_UBASE _nx_crypto_ec_secp224r1_a[] =
100 static NX_CRYPTO_CONST HN_UBASE _nx_crypto_ec_secp224r1_b[] =
[all …]
Dnx_crypto_ec_secp192r1_fixed_points.c24 static NX_CRYPTO_CONST HN_UBASE secp192r1_fixed_points_data[][24 >> HN_SIZE_SHIFT] =
223 static NX_CRYPTO_CONST HN_UBASE secp192r1_fixed_points_2e_data[][24 >> HN_SIZE_SHIFT] =
436 static NX_CRYPTO_CONST NX_CRYPTO_EC_POINT secp192r1_fixed_points_array[] =
635 static NX_CRYPTO_CONST NX_CRYPTO_EC_POINT secp192r1_fixed_points_2e_array[] =
850 NX_CRYPTO_CONST NX_CRYPTO_EC_FIXED_POINTS _nx_crypto_ec_secp192r1_fixed_points =
Dnx_crypto_ec_secp224r1_fixed_points.c25 static NX_CRYPTO_CONST HN_UBASE secp224r1_fixed_points_data[][28 >> HN_SIZE_SHIFT] =
252 static NX_CRYPTO_CONST HN_UBASE secp224r1_fixed_points_2e_data[][28 >> HN_SIZE_SHIFT] =
495 static NX_CRYPTO_CONST NX_CRYPTO_EC_POINT secp224r1_fixed_points_array[] =
694 static NX_CRYPTO_CONST NX_CRYPTO_EC_POINT secp224r1_fixed_points_2e_array[] =
909 NX_CRYPTO_CONST NX_CRYPTO_EC_FIXED_POINTS _nx_crypto_ec_secp224r1_fixed_points =
Dnx_crypto_ec_secp256r1_fixed_points.c24 static NX_CRYPTO_CONST HN_UBASE secp256r1_fixed_points_data[][32 >> HN_SIZE_SHIFT] =
251 static NX_CRYPTO_CONST HN_UBASE secp256r1_fixed_points_2e_data[][32 >> HN_SIZE_SHIFT] =
494 static NX_CRYPTO_CONST NX_CRYPTO_EC_POINT secp256r1_fixed_points_array[] =
693 static NX_CRYPTO_CONST NX_CRYPTO_EC_POINT secp256r1_fixed_points_2e_array[] =
908 NX_CRYPTO_CONST NX_CRYPTO_EC_FIXED_POINTS _nx_crypto_ec_secp256r1_fixed_points =
Dnx_crypto_ec_secp384r1_fixed_points.c25 static NX_CRYPTO_CONST HN_UBASE secp384r1_fixed_points_data[][48 >> HN_SIZE_SHIFT] =
628 static NX_CRYPTO_CONST HN_UBASE secp384r1_fixed_points_2e_data[][48 >> HN_SIZE_SHIFT] =
1251 static NX_CRYPTO_CONST NX_CRYPTO_EC_POINT secp384r1_fixed_points_array[] =
1674 static NX_CRYPTO_CONST NX_CRYPTO_EC_POINT secp384r1_fixed_points_2e_array[] =
2113 NX_CRYPTO_CONST NX_CRYPTO_EC_FIXED_POINTS _nx_crypto_ec_secp384r1_fixed_points =
Dnx_crypto_ec_secp521r1_fixed_points.c24 static NX_CRYPTO_CONST HN_UBASE secp521r1_fixed_points_data[][68 >> HN_SIZE_SHIFT] =
807 static NX_CRYPTO_CONST HN_UBASE secp521r1_fixed_points_2e_data[][68 >> HN_SIZE_SHIFT] =
1616 static NX_CRYPTO_CONST NX_CRYPTO_EC_POINT secp521r1_fixed_points_array[] =
2039 static NX_CRYPTO_CONST NX_CRYPTO_EC_POINT secp521r1_fixed_points_2e_array[] =
2478 NX_CRYPTO_CONST NX_CRYPTO_EC_FIXED_POINTS _nx_crypto_ec_secp521r1_fixed_points =
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto.h116 #define NX_CRYPTO_CONST macro
124 #define NX_CRYPTO_CONST const
Dnx_crypto_ec.h476 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;
637 extern NX_CRYPTO_CONST NX_CRYPTO_EC _nx_crypto_ec_x25519;
638 extern NX_CRYPTO_CONST NX_CRYPTO_EC _nx_crypto_ec_x448;