Searched refs:rabinTestsCount (Results 1 – 4 of 4) sorted by relevance
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/rsa/ |
D | rsa.h | 88 int32_t rabinTestsCount,
|
D | rsa_genkey.c | 1246 … int32_t rabinTestsCount, /*!< [in] Count of Rabin-Miller tests repetition. */ in RsaKgPrimeTest() argument 1309 rabinTestsCount, in RsaKgPrimeTest() 1711 … int32_t rabinTestsCount, /*!< [in] The count of Rabin-Miller tests repetition. */ in RsaPrimeTestCall() argument 1726 rabinTestsCount, in RsaPrimeTestCall()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
D | rsa_alt.c | 671 uint32_t rabinTestsCount; in mbedtls_rsa_validate_params_alt() local 679 rabinTestsCount = PKA_RSA_KEY_1024_PQ_PRIME_RM_TST_COUNT; /* 7 */ in mbedtls_rsa_validate_params_alt() 681 rabinTestsCount = PKA_RSA_KEY_2048_PQ_PRIME_RM_TST_COUNT; /* 4 */; in mbedtls_rsa_validate_params_alt() 683 rabinTestsCount = PKA_RSA_KEY_3072_PQ_PRIME_RM_TST_COUNT; /* 3 */; in mbedtls_rsa_validate_params_alt() 688 rabinTestsCount, in mbedtls_rsa_validate_params_alt() 698 rabinTestsCount, in mbedtls_rsa_validate_params_alt()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/ |
D | cc_ffc_domain.c | 41 int32_t rabinTestsCount, int8_t *pIsPrime, uint32_t *pTempBuff,
|