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/ |
D | pki.h | 115 uint8_t *pIn, /* [in] pointer to the input data. */ 139 uint32_t *pIn, /* [in] pointer to the input data. */
|
D | pki.c | 411 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/ |
D | cc_ffc_domain.c | 327 CCError_t FfcCheckPtrAndSize(void *pOut, size_t *pBuffSizeBytes, void *pIn, size_t inSizeBytes) { in FfcCheckPtrAndSize() argument 335 if((pOut == NULL) || (pIn == NULL)) { in FfcCheckPtrAndSize()
|