Home
last modified time | relevance | path

Searched refs:CCFfcDomain_t (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffc_domain.h151 typedef struct CCFfcDomain_t { struct
172 }CCFfcDomain_t; argument
245 CCFfcDomain_t *pDomain, /*!< [out] pointer to FFC Domain structure. */
278 CCFfcDomain_t *pDomain, /*!< [out] pointer to FFC Domain structure. */
308 CCFfcDomain_t *pDomain, /*!< [out] pointer to FFC Domain structure. */
353 CCFfcDomain_t *pDomain, /*!< [in] pointer to FFC Domain to be exported. */
386 CCFfcDomain_t *pDomain, /*!< [in/out] pointer to FFC Domain structure. */
Dcc_ffcdh.h515 CCFfcDomain_t *pDomain, /*!< [in] pointer to DH FFC Domain structure. */
594 CCFfcDomain_t *pFfcDomain, /*!< [in/out] pointer to DH FFC Context structure. */
856 CCFfcDomain_t *pDomain, /*!< [in/out] pointer to DH FFC Context structure. */
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c358 CCFfcDomain_t *pDomain, /* [in/out] pointer to FFC Domain. */ in FfcFips186v4FindOrderQ()
464 CC_PalMemSetZero(pDomain, sizeof(CCFfcDomain_t)); in FfcFips186v4FindOrderQ()
482 CCFfcDomain_t *pDomain, /* [in/out] pointer to FFC Domain. */ in FfcFips186v4FindPrimeP()
637 CC_PalMemSetZero(pDomain, sizeof(CCFfcDomain_t)); in FfcFips186v4FindPrimeP()
655 CCFfcDomain_t *pDomain, /* [in/out] pointer to FFC Domain. */ in FfcFips186v4CreateGenerator()
774 CC_PalMemSetZero(pDomain, sizeof(CCFfcDomain_t)); in FfcFips186v4CreateGenerator()
791 CCFfcDomain_t *pDomain, /*!< [out] pointer to FFC Domain structure. */ in FfcDomainMinCheckInput()
896CCFfcDomain_t *pDomain, /*!< [out] pointer to FFC Domain structure. */ in FfcFips186v4GenerateDomain()
964 CC_PalMemSetZero(pDomain, sizeof(CCFfcDomain_t)); in FfcFips186v4GenerateDomain()
992 CCFfcDomain_t *pDomain, /*!< [out] pointer to FFC Domain structure. */ in CC_FfcGenerateDomainFromSeed()
[all …]
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh_local.h241 CCFfcDomain_t ffcDomain; // 636 bytes
Dcc_ffcdh.c660CCFfcDomain_t *pDomain, /*!< [in] pointer to DH FFC Domain structure. */ in CC_FfcDhCtxSetSchemeParams()
884 CCFfcDomain_t *pFfcDomain, /*!< [in] pointer to DH FFC Domain structure. */ in FfcDhGenKeyPair()
1059 CCFfcDomain_t *pDomain, /*!< [in/out] pointer to DH FFC Context structure. */ in CC_FfcDhValidatePublKey()
1195 CCFfcDomain_t *pFfcDomain; in CC_FfcDhValidateAndImportPublKey()
1323 CCFfcDomain_t *pFfcDomain; in CC_FfcDhValidateAndImportKeyPair()
1710 CCFfcDomain_t *pFfcDomain = &pDhCtx->ffcDomain; in FfcDhCalcSharedSecretVal()
2437CCFfcDomain_t *pDomain, /*!< [in/out] pointer to DH FFC Context structure. */ in CC_FfcDhGetSharedSecretVal()