Home
last modified time | relevance | path

Searched defs:pOut (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/
Dcc_rsa_pkcs_ver15_util.c186 uint8_t *pOut, in RsaEmsaPkcs1v15Encode()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki.c409uint8_t *pOut, /* [out] pointer to the exponentiation result with size >= modulus size (in … in PkiExecModExpBe()
487uint32_t *pOut, /* [out] pointer to the exponentiation result with size, equalled in PkiExecModExpLeW()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffc_domain.h68 #define CHECK_PTR_AND_SIZE(pOut, outSize, buffSize) { \ argument
/trusted-firmware-m-3.4.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()