Home
last modified time | relevance | path

Searched refs:pIn (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki.h115 uint8_t *pIn, /* [in] pointer to the input data. */
139 uint32_t *pIn, /* [in] pointer to the input data. */
Dpki.c411 uint8_t *pIn, /* [in] pointer to the input data. */ in PkiExecModExpBe() argument
452 PkaCopyBe8DataIntoPkaReg(IN_REG/*dstReg*/, LEN_ID_MAX_BITS/*LenID*/, pIn, inSizeBytes, pTemp); in PkiExecModExpBe()
489 uint32_t *pIn, /* [in] pointer to the input data. */ in PkiExecModExpLeW() argument
527 PkaCopyDataIntoPkaReg(IN_REG/*dstReg*/, LEN_ID_MAX_BITS/*LenID*/, pIn, inSizeWords); in PkiExecModExpLeW()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c327 CCError_t FfcCheckPtrAndSize(void *pOut, size_t *pBuffSizeBytes, void *pIn, size_t inSizeBytes) { in FfcCheckPtrAndSize() argument
335 if((pOut == NULL) || (pIn == NULL)) { in FfcCheckPtrAndSize()