Searched refs:PkiCalcNp (Results 1 – 8 of 8) sorted by relevance
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/rsa/ |
D | rsa_private.c | 275 error = PkiCalcNp( ((RsaPrivKeyDb_t *)(pPrivKey->ccRSAPrivKeyIntBuff))->NonCrt.NP, /*out*/ in RsaInitPrivKeyDb() 290 error = PkiCalcNp( ((RsaPrivKeyDb_t *)(pPrivKey->ccRSAPrivKeyIntBuff))->Crt.PP, /*out*/ in RsaInitPrivKeyDb() 298 error = PkiCalcNp( ((RsaPrivKeyDb_t *)(pPrivKey->ccRSAPrivKeyIntBuff))->Crt.QP, /*out*/ in RsaInitPrivKeyDb()
|
D | rsa_public.c | 44 error = PkiCalcNp( ((RsaPubKeyDb_t*)(pPubKey->ccRSAIntBuff))->NP, /*out*/ in RsaInitPubKeyDb()
|
D | rsa_genkey.c | 1268 error = PkiCalcNp(pTempBuff, pPrimeP, modulusSizeInBits); in RsaKgPrimeTest()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/ |
D | cc3xx_psa_key_generation.c | 242 cc_err = PkiCalcNp(((RsaPubKeyDb_t *)(pCcPubKey->ccRSAIntBuff))->NP, /*out*/ in cc3xx_internal_gen_rsa_keypair() 254 cc_err = PkiCalcNp( in cc3xx_internal_gen_rsa_keypair() 261 cc_err = PkiCalcNp( in cc3xx_internal_gen_rsa_keypair()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/ |
D | pki.h | 36 CCError_t PkiCalcNp(uint32_t *pNp,
|
D | pki.c | 47 CCError_t PkiCalcNp(uint32_t *pNp, /*!< [out] The pointer to the Barrett tag Np buffer. If pNp = N… in PkiCalcNp() function
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
D | rsa_alt.c | 454 err = PkiCalcNp(((RsaPubKeyDb_t*)(pCcPubKey->ccRSAIntBuff))->NP, /*out*/ in mbedtls_rsa_gen_key() 476 err = PkiCalcNp(((RsaPrivKeyDb_t *)(pCcPrivKey->ccRSAPrivKeyIntBuff))->Crt.PP,/*out*/ in mbedtls_rsa_gen_key() 481 err = PkiCalcNp(((RsaPrivKeyDb_t *)(pCcPrivKey->ccRSAPrivKeyIntBuff))->Crt.QP,/*out*/ in mbedtls_rsa_gen_key()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/ |
D | stackinfo | 206 PkiCalcNp 114 64
|