Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki.h117 uint8_t *pMod, /* [in] pointer to the modulus. */
141 uint32_t *pMod, /* [in] pointer to the modulus. */
Dpki.c413 uint8_t *pMod, /* [in] pointer to the modulus. */ in PkiExecModExpBe() argument
436 PkaCopyBe8DataIntoPkaReg(PKA_REG_N/*dstReg*/, LEN_ID_MAX_BITS/*LenID*/, pMod/*srcPtr*/, in PkiExecModExpBe()
491 uint32_t *pMod, /* [in] pointer to the modulus. */ in PkiExecModExpLeW() argument
514 pMod/*srcPtr*/, modSizeWords); in PkiExecModExpLeW()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_pka.h233 …const uint8_t *pMod; /*!< Pointer to modulus (Array of OpSize element… member
242 const uint8_t *pMod; /*!< Pointer to Operand 1 */ member
252 …const uint8_t *pMod; /*!< Pointer to modulus (Array of OpSize element… member
273 const uint8_t *pMod; /*!< Pointer to modulus value n (Array of size*4 elements) */ member
281 …const uint8_t *pMod; /*!< Pointer to modulus value n (Array of modSize elements) */ member
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_pka.h233 …const uint8_t *pMod; /*!< Pointer to modulus (Array of OpSize element… member
242 const uint8_t *pMod; /*!< Pointer to Operand 1 */ member
252 …const uint8_t *pMod; /*!< Pointer to modulus (Array of OpSize element… member
273 const uint8_t *pMod; /*!< Pointer to modulus value n (Array of size*4 elements) */ member
281 …const uint8_t *pMod; /*!< Pointer to modulus value n (Array of modSize elements) */ member
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_pka.h234 …const uint8_t *pMod; /*!< Pointer to modulus (Array of OpSize element… member
244 …const uint8_t *pMod; /*!< Pointer to modulus (Array of OpSize element… member
265 const uint8_t *pMod; /*!< Pointer to modulus value n (Array of size*4 elements) */ member
273 …const uint8_t *pMod; /*!< Pointer to modulus value n (Array of modSize elements) */ member
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_pka.c2066 PKA_Memcpy_u8_to_u32(&hpka->Instance->RAM[PKA_MODULAR_EXP_IN_MODULUS], in->pMod, in->OpSize); in PKA_ModExp_Set()
2092 PKA_Memcpy_u8_to_u32(&hpka->Instance->RAM[PKA_MODULAR_EXP_IN_MODULUS], in->pMod, in->OpSize); in PKA_ModExpFastMode_Set()
2371 PKA_Memcpy_u8_to_u32(&hpka->Instance->RAM[PKA_MODULAR_INV_IN_OP2_MOD], in->pMod, in->size * 4UL); in PKA_ModInv_Set()
2393 PKA_Memcpy_u8_to_u32(&hpka->Instance->RAM[PKA_MODULAR_REDUC_IN_MODULUS], in->pMod, in->modSize); in PKA_ModRed_Set()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_pka.c2273 PKA_Memcpy_u8_to_u32(&hpka->Instance->RAM[PKA_MODULAR_EXP_IN_MODULUS], in->pMod, in->OpSize); in PKA_ModExp_Set()
2299 PKA_Memcpy_u8_to_u32(&hpka->Instance->RAM[PKA_MODULAR_EXP_IN_MODULUS], in->pMod, in->OpSize); in PKA_ModExpFastMode_Set()
2330 …PKA_Memcpy_u8_to_u32(&hpka->Instance->RAM[PKA_MODULAR_EXP_PROTECT_IN_MODULUS], in->pMod, in->OpSiz… in PKA_ModExpProtectMode_Set()
2587 PKA_Memcpy_u8_to_u32(&hpka->Instance->RAM[PKA_MODULAR_INV_IN_OP2_MOD], in->pMod, in->size * 4UL); in PKA_ModInv_Set()
2609 PKA_Memcpy_u8_to_u32(&hpka->Instance->RAM[PKA_MODULAR_REDUC_IN_MODULUS], in->pMod, in->modSize); in PKA_ModRed_Set()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_pka.c2274 PKA_Memcpy_u8_to_u32(&hpka->Instance->RAM[PKA_MODULAR_EXP_IN_MODULUS], in->pMod, in->OpSize); in PKA_ModExp_Set()
2300 PKA_Memcpy_u8_to_u32(&hpka->Instance->RAM[PKA_MODULAR_EXP_IN_MODULUS], in->pMod, in->OpSize); in PKA_ModExpFastMode_Set()
2331 …PKA_Memcpy_u8_to_u32(&hpka->Instance->RAM[PKA_MODULAR_EXP_PROTECT_IN_MODULUS], in->pMod, in->OpSiz… in PKA_ModExpProtectMode_Set()
2586 PKA_Memcpy_u8_to_u32(&hpka->Instance->RAM[PKA_MODULAR_INV_IN_OP2_MOD], in->pMod, in->size * 4UL); in PKA_ModInv_Set()
2608 PKA_Memcpy_u8_to_u32(&hpka->Instance->RAM[PKA_MODULAR_REDUC_IN_MODULUS], in->pMod, in->modSize); in PKA_ModRed_Set()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/hal/accelerator/
Drsa_alt.c378 in_protected.pMod = n_binary; /* modulus */ in rsa_pka_modexp()
388 in.pMod = n_binary; /* modulus */ in rsa_pka_modexp()
395 in.pMod = n_binary; /* modulus */ in rsa_pka_modexp()