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/ |
D | cc_ffc_domain.h | 151 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. */
|
D | cc_ffcdh.h | 515 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/ |
D | cc_ffc_domain.c | 358 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() 896 … CCFfcDomain_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/ |
D | cc_ffcdh_local.h | 241 CCFfcDomain_t ffcDomain; // 636 bytes
|
D | cc_ffcdh.c | 660 … CCFfcDomain_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() 2437 … CCFfcDomain_t *pDomain, /*!< [in/out] pointer to DH FFC Context structure. */ in CC_FfcDhGetSharedSecretVal()
|