| /trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/ |
| D | driver_ppu.h | 40 #define DECLARE_MS_PPU_PR(N) extern const PPU_Resources N##_PPU_Resources; argument 41 #define DECLARE_MS_PPU_FX(N) extern const PPU_Resources N##_PPU_Resources; argument 42 #define DECLARE_PPU_PR(N) extern const PPU_Resources N##_PPU_Resources; argument 43 #define DECLARE_PPU_GR(N) extern const PPU_Resources N##_PPU_Resources; argument 44 #define DECLARE_GR_PPU_SL(N) extern const PPU_Resources N##_PPU_Resources; argument 45 #define DECLARE_GR_PPU_RG(N) extern const PPU_Resources N##_PPU_Resources; argument
|
| D | driver_ppu.c | 232 #define DEFINE_MS_PPU_PR(N) const PPU_Resources N##_PPU_Resources = { \ argument 241 #define DEFINE_MS_PPU_FX(N) const PPU_Resources N##_PPU_Resources = { \ argument 248 #define DEFINE_PPU_PR(N) const PPU_Resources N##_PPU_Resources = { \ argument 255 #define DEFINE_PPU_GR(N) const PPU_Resources N##_PPU_Resources = { \ argument 262 #define DEFINE_GR_PPU_SL(N) const PPU_Resources N##_PPU_Resources = { \ argument 269 #define DEFINE_GR_PPU_RG(N) const PPU_Resources N##_PPU_Resources = { \ argument
|
| D | driver_smpu.h | 36 #define DECLARE_SMPU(N) extern const SMPU_Resources SMPU##N##_Resources; argument
|
| D | driver_smpu.c | 548 #define DEFINE_SMPU(N) const SMPU_Resources SMPU##N##_Resources = { \ argument
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/ |
| D | ecp_curves_alt.c | 974 static int ecp_mod_p192( mbedtls_mpi *N ) in ecp_mod_p192() 1102 static inline int fix_negative( mbedtls_mpi *N, signed char c, mbedtls_mpi *C, size_t bits ) in fix_negative() 1129 static int ecp_mod_p224( mbedtls_mpi *N ) in ecp_mod_p224() 1150 static int ecp_mod_p256( mbedtls_mpi *N ) in ecp_mod_p256() 1187 static int ecp_mod_p384( mbedtls_mpi *N ) in ecp_mod_p384() 1260 static int ecp_mod_p521( mbedtls_mpi *N ) in ecp_mod_p521() 1309 static int ecp_mod_p255( mbedtls_mpi *N ) in ecp_mod_p255() 1366 static int ecp_mod_p448( mbedtls_mpi *N ) in ecp_mod_p448() 1427 static inline int ecp_mod_koblitz( mbedtls_mpi *N, mbedtls_mpi_uint *Rp, size_t p_limbs, in ecp_mod_koblitz() 1501 static int ecp_mod_p192k1( mbedtls_mpi *N ) in ecp_mod_p192k1() [all …]
|
| D | ecp_alt.c | 1064 static int ecp_modp( mbedtls_mpi *N, const mbedtls_ecp_group *grp ) in ecp_modp() 1111 #define MOD_MUL( N ) \ argument 1134 #define MOD_SUB( N ) \ argument 1155 #define MOD_ADD( N ) \ argument
|
| D | ecp_alt.h | 99 mbedtls_mpi N; /*!< The order of \p G. */ member
|
| D | rsa_alt.c | 610 const mbedtls_mpi *N, in mbedtls_rsa_import() 633 unsigned char const *N, size_t N_len, in mbedtls_rsa_import_raw() 856 unsigned char *N, size_t N_len, in mbedtls_rsa_export_raw() 904 mbedtls_mpi *N, mbedtls_mpi *P, mbedtls_mpi *Q, in mbedtls_rsa_export()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/common/ |
| D | multi2_soft.c | 83 static void encrypt(ulong32 *p, int N, ulong32 *uk) in encrypt() 95 static void decrypt(ulong32 *p, int N, ulong32 *uk) in decrypt()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/secure_boot_gen/ |
| D | secureboot_parser_gen_defs.h | 19 …uint32_t N[SB_CERT_RSA_KEY_SIZE_IN_WORDS]; /*!< N public key, big endian representati… member
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/kdf/ |
| D | cc_hkdf.c | 165 uint32_t N; in HkdfExpand() local
|
| D | mbedtls_cc_hkdf.c | 178 uint32_t N; in HkdfExpand() local
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
| D | rsa_alt.c | 621 int mbedtls_rsa_validate_params_alt( const mbedtls_mpi *N, const mbedtls_mpi *P, in mbedtls_rsa_validate_params_alt() 2777 const mbedtls_mpi *N, in mbedtls_rsa_import() 2804 unsigned char const *N, size_t N_len, in mbedtls_rsa_import_raw() 3034 unsigned char *N, size_t N_len, in mbedtls_rsa_export_raw() 3086 mbedtls_mpi *N, mbedtls_mpi *P, mbedtls_mpi *Q, in mbedtls_rsa_export()
|
| D | dhm_alt.c | 111 const mbedtls_mpi *N/*in*/, mbedtls_mpi *_RR/*in*/ ) in mbedtls_mpi_exp_mod_hw()
|
| /trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/CMSIS_Driver/ |
| D | Driver_USART.c | 387 #define DEFINE_UARTX(N) static UARTx_Resources USART##N##_DEV = { \ argument
|
| /trusted-firmware-m-latest/interface/include/mbedtls/ |
| D | ecp.h | 244 mbedtls_mpi N; /*!< The order of \p G. */ member
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/ |
| D | pka_hw_defs.h | 128 #define PKA_SET_N_NP_T0_T1_REG(N, NP, T0, T1) \ argument
|
| D | pka.c | 1083 uint8_t N = PKA_REG_N; in PkaExecFullModInv() local
|
| /trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Include/ |
| D | core_cm0.h | 208 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member 259 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
|
| D | core_cm1.h | 208 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member 259 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
|
| D | core_cm0plus.h | 219 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member 270 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
|
| D | core_sc000.h | 219 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member 270 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
|
| D | core_cm23.h | 242 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member 293 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
|
| D | core_sc300.h | 221 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member 278 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
|
| /trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/libs/core-lib/docs/html/ |
| D | jquery.js | 51 …bF(bZ)}:by.find(bW.pop(),bW.length===1&&(bW[0]==="~"||bW[0]==="+")&&e.parentNode?e.parentNode:e,bT… variable 96 …ft:0};var p={none:0,top:1,bottom:2,left:4,right:8};k.fn.powerTip=function(F,N){if(!this.length){re… argument
|