Searched refs:pPubKeyIn (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/ |
D | cc_ecpki_build.h | 88 …uint8_t *pPubKeyIn, /*!< [in] Pointer to the input public key data, i… 116 #define CC_EcpkiPubKeyBuild(pDomain, pPubKeyIn, PublKeySizeInBytes, pUserPublKey) \ argument 117 …CC_EcpkiPublKeyBuildAndCheck((pDomain), (pPubKeyIn), (PublKeySizeInBytes), CheckPointersAndSizesOn… 127 #define CC_EcpkiPubKeyBuildAndPartlyCheck(pDomain, pPubKeyIn, PublKeySizeInBytes, pUserPublKey, pT… argument 128 …CC_EcpkiPublKeyBuildAndCheck((pDomain), (pPubKeyIn), (PublKeySizeInBytes), ECpublKeyPartlyCheck, (… 138 #define CC_EcpkiPubKeyBuildAndFullCheck(pDomain, pPubKeyIn, PublKeySizeInBytes, pUserPublKey, pTe… argument 139 …CC_EcpkiPublKeyBuildAndCheck((pDomain), (pPubKeyIn), (PublKeySizeInBytes), (ECpublKeyFullCheck), (…
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/ |
D | cc_ecpki_build_publ.c | 34 uint8_t *pPubKeyIn, /*in*/ in CC_EcpkiPublKeyBuildAndCheck() argument 59 if (pPubKeyIn == NULL) in CC_EcpkiPublKeyBuildAndCheck() 87 pc = pPubKeyIn[0]; in CC_EcpkiPublKeyBuildAndCheck() 109 pPubKeyIn + 1, modSizeInBytes); in CC_EcpkiPublKeyBuildAndCheck() 126 … pPubKeyIn + 1 + modSizeInBytes, modSizeInBytes); in CC_EcpkiPublKeyBuildAndCheck()
|