Home
last modified time | relevance | path

Searched defs:pPrime (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c1098uint8_t *pPrime, /*!< [in] pointer to prime modulus of the finite field (P). */ in CC_FfcValidateAndImportDomain()
1229uint8_t *pPrime, /*!< [out] pointer to prime modulus of the finite field (P). */ in CC_FfcExportDomain()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c1073 uint32_t *pPrime; in CC_FfcDhValidatePublKey() local
1326 uint32_t *pPrime, *pOrder, one = 0; in CC_FfcDhValidateAndImportKeyPair() local
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/rsa/
Drsa_genkey.c1499 uint32_t *pPrime, /*!< [out] Pointer to the first factor - P. */ in RsaKgFindPrime()