Home
last modified time | relevance | path

Searched defs:N (Results 1 – 25 of 35) sorted by relevance

12

/trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/
Ddriver_ppu.h40 #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
Ddriver_ppu.c232 #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
Ddriver_smpu.h36 #define DECLARE_SMPU(N) extern const SMPU_Resources SMPU##N##_Resources; argument
Ddriver_smpu.c548 #define DEFINE_SMPU(N) const SMPU_Resources SMPU##N##_Resources = { \ argument
/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/
Decp_curves_alt.c974 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 …]
Decp_alt.c1064 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
Decp_alt.h99 mbedtls_mpi N; /*!< The order of \p G. */ member
Drsa_alt.c610 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/
Dmulti2_soft.c83 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/
Dsecureboot_parser_gen_defs.h19 …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/
Dcc_hkdf.c165 uint32_t N; in HkdfExpand() local
Dmbedtls_cc_hkdf.c178 uint32_t N; in HkdfExpand() local
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Drsa_alt.c621 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()
Ddhm_alt.c111 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/
DDriver_USART.c387 #define DEFINE_UARTX(N) static UARTx_Resources USART##N##_DEV = { \ argument
/trusted-firmware-m-latest/interface/include/mbedtls/
Decp.h244 mbedtls_mpi N; /*!< The order of \p G. */ member
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpka_hw_defs.h128 #define PKA_SET_N_NP_T0_T1_REG(N, NP, T0, T1) \ argument
Dpka.c1083 uint8_t N = PKA_REG_N; in PkaExecFullModInv() local
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Include/
Dcore_cm0.h208 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
259 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
Dcore_cm1.h208 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
259 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
Dcore_cm0plus.h219 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
270 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
Dcore_sc000.h219 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
270 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
Dcore_cm23.h242 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
293 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
Dcore_sc300.h221 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/
Djquery.js51 …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

12