Home
last modified time | relevance | path

Searched defs:pDomain (Results 1 – 23 of 23) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ecpki_build.h116 #define CC_EcpkiPubKeyBuild(pDomain, pPubKeyIn, PublKeySizeInBytes, pUserPublKey) \ argument
127 #define CC_EcpkiPubKeyBuildAndPartlyCheck(pDomain, pPubKeyIn, PublKeySizeInBytes, pUserPublKey, pT… argument
138 #define CC_EcpkiPubKeyBuildAndFullCheck(pDomain, pPubKeyIn, PublKeySizeInBytes, pUserPublKey, pTe… argument
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Decdsa_edwards.c74 const CCEcEdwDomain_t *pDomain; in mbedtls_ecdsa_genkey_edwards() local
178 const CCEcEdwDomain_t* pDomain; in mbedtls_ecdsa_sign_edwards() local
263 const CCEcEdwDomain_t* pDomain; in mbedtls_ecdsa_verify_edwards() local
357 const CCEcEdwDomain_t *pDomain; in mbedtls_ecdsa_public_key_read_edwards() local
393 const CCEcEdwDomain_t *pDomain; in mbedtls_ecdsa_public_key_write_edwards() local
Decdsa_alt.c106 const CCEcpkiDomain_t* pDomain; in ecdsa_wrst_sign() local
253 const CCEcpkiDomain_t* pDomain; in ecdsa_wrst_verify() local
Dcc_ecp_internal.c217 const CCEcpkiDomain_t *pDomain; in ecp_wrst_mul() local
459 const CCEcpkiDomain_t *pDomain; in ecp_wrst_gen_keypair_base() local
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_wrst/
Dec_wrst_genkey.c30 CEXPORT_C CCError_t EcWrstGenKeyPairBase(const CCEcpkiDomain_t *pDomain, in EcWrstGenKeyPairBase()
109 CEXPORT_C CCError_t EcWrstGenKeyPair(const CCEcpkiDomain_t *pDomain, /*!< [in] Pointer to cur… in EcWrstGenKeyPair()
Dec_wrst_dsa.c52 static CCError_t CalcSignature(const CCEcpkiDomain_t *pDomain, /*!< [in] Pointer to EC domain struc… in CalcSignature()
200 const CCEcpkiDomain_t *pDomain = &pSignPrivKey->domain; in EcWrstDsaSign() local
Dec_wrst.c41 CCEcpkiDomain_t *pDomain; in EcWrstInitPubKey() local
Dpka_ec_wrst_smul_no_scap.c318 CCError_t PkaEcWrstScalarMult(const CCEcpkiDomain_t *pDomain, /*!< [in] Pointer to current EC dom… in PkaEcWrstScalarMult()
Dpka_ec_wrst_smul_scap.c386 CCError_t PkaEcWrstScalarMult(const CCEcpkiDomain_t *pDomain, /*!< [in] Pointer to EC domain. */ in PkaEcWrstScalarMult()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/
Dcc_ecpki_kg.c52 const CCEcpkiDomain_t *pDomain, /*in*/ in CC_EcpkiKeyPairGenerateBase()
160 const CCEcpkiDomain_t *pDomain, /*in*/ in CC_EcpkiKeyPairGenerate()
Dcc_ecies.c138 const CCEcpkiDomain_t *pDomain; in EciesKemEncrypt() local
387 const CCEcpkiDomain_t *pDomain; in CC_EciesKemDecrypt() local
Dcc_ecpki_build_priv.c56 const CCEcpkiDomain_t *pDomain, /*in */ in CC_EcpkiPrivKeyBuild()
Dcc_ecdh.c50 CCEcpkiDomain_t *pDomain, *pPublDomain; in CC_EcdhSvdpDh() local
Dcc_ecpki_build_publ.c33 const CCEcpkiDomain_t *pDomain, /*in*/ in CC_EcpkiPublKeyBuildAndCheck()
Dcc_ecdsa_verify.c319 CCEcpkiDomain_t *pDomain; in EcdsaVerifyFinish() local
Dcc_ecdsa_sign.c347 CCEcpkiDomain_t *pDomain; in EcdsaSignFinishInt() local
/trusted-firmware-m-latest/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()
482 CCFfcDomain_t *pDomain, /* [in/out] pointer to FFC Domain. */ in FfcFips186v4FindPrimeP()
655 CCFfcDomain_t *pDomain, /* [in/out] pointer to FFC Domain. */ 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()
992 CCFfcDomain_t *pDomain, /*!< [out] pointer to FFC Domain structure. */ in CC_FfcGenerateDomainFromSeed()
1045 CCFfcDomain_t *pDomain, /*!< [out] pointer to FFC Domain structure. */ in CC_FfcGenerateDomainAndSeed()
1095CCFfcDomain_t *pDomain, /*!< [out] optional (used on Full Validation mode only), pointer … in CC_FfcValidateAndImportDomain()
1228 CCFfcDomain_t *pDomain, /*!< [in] pointer to FFC Domain to be exported. */ in CC_FfcExportDomain()
1326 CCFfcDomain_t *pDomain, /*!< [in/out] pointer to FFC Domain structure. */ in CC_FfcCreateNewGenerator()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_ecies.c56 const CCEcpkiDomain_t *pDomain, in ecies_convert_mbed_to_cc_public_key()
107 static int ecies_convert_mbed_to_cc_private_key(const CCEcpkiDomain_t *pDomain, in ecies_convert_mbed_to_cc_private_key()
186 const CCEcpkiDomain_t *pDomain; in mbedtls_ecies_kem_encrypt_full() local
455 const CCEcpkiDomain_t *pDomain; in mbedtls_ecies_kem_decrypt() local
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_internal_ecc_util.c311 const CCEcpkiDomain_t *pDomain; in cc3xx_ecc_psa_priv_to_cc_priv() local
341 const CCEcpkiDomain_t *pDomain; in cc3xx_ecc_psa_publ_to_cc_publ() local
Dcc3xx_internal_drbg_util.c85 const CCEcpkiDomain_t *pDomain) in cc3xx_hmac_drbg_init_with_params()
Dcc3xx_psa_asymmetric_signature.c76 const CCEcpkiDomain_t *pDomain; in cc3xx_internal_ecdsa_verify() local
150 const CCEcpkiDomain_t *pDomain; in cc3xx_internal_ecdsa_sign() local
Dcc3xx_psa_key_generation.c75 const CCEcpkiDomain_t *pDomain; in cc3xx_internal_gen_ecc_wstr_keypair() local
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c660CCFfcDomain_t *pDomain, /*!< [in] pointer to DH FFC Domain structure. */ in CC_FfcDhCtxSetSchemeParams()
1059 CCFfcDomain_t *pDomain, /*!< [in/out] pointer to DH FFC Context structure. */ in CC_FfcDhValidatePublKey()
2437CCFfcDomain_t *pDomain, /*!< [in/out] pointer to DH FFC Context structure. */ in CC_FfcDhGetSharedSecretVal()