Home
last modified time | relevance | path

Searched refs:FATAL_ERROR_ALLOCATION (Results 1 – 6 of 6) sorted by relevance

/external/tpm2/
DMathFunctions.c231 FAIL(FATAL_ERROR_ALLOCATION); in _math__Mul()
236 FAIL(FATAL_ERROR_ALLOCATION); in _math__Mul()
292 FAIL(FATAL_ERROR_ALLOCATION); in _math__Div()
456 FAIL(FATAL_ERROR_ALLOCATION); in _math__ModExp()
464 FAIL(FATAL_ERROR_ALLOCATION); in _math__ModExp()
517 FAIL(FATAL_ERROR_ALLOCATION); in _math__IsPrime()
DCpriECC.c163 FAIL(FATAL_ERROR_ALLOCATION); in EccCurveInit()
365 FAIL(FATAL_ERROR_ALLOCATION); in _cpri__EccPointMultiply()
375 FAIL(FATAL_ERROR_ALLOCATION); in _cpri__EccPointMultiply()
486 FAIL(FATAL_ERROR_ALLOCATION); in _cpri__EccCommitCompute()
492 FAIL(FATAL_ERROR_ALLOCATION); in _cpri__EccCommitCompute()
514 FAIL(FATAL_ERROR_ALLOCATION); in _cpri__EccCommitCompute()
545 FAIL(FATAL_ERROR_ALLOCATION); in _cpri__EccCommitCompute()
603 FAIL(FATAL_ERROR_ALLOCATION); in _cpri__EccIsPointOnCurve()
612 FAIL(FATAL_ERROR_ALLOCATION); in _cpri__EccIsPointOnCurve()
696 FAIL(FATAL_ERROR_ALLOCATION); in _cpri__GenerateKeyEcc()
[all …]
DRSAKeySieve.c255 FAIL(FATAL_ERROR_ALLOCATION); in MillerRabin()
279 FAIL(FATAL_ERROR_ALLOCATION); in MillerRabin()
289 FAIL(FATAL_ERROR_ALLOCATION); in MillerRabin()
298 FAIL(FATAL_ERROR_ALLOCATION); in MillerRabin()
694 FAIL(FATAL_ERROR_ALLOCATION); in GenerateRandomPrime()
DCpriRSA.c50 FAIL(FATAL_ERROR_ALLOCATION); in RsaPrivateExponent()
60 FAIL(FATAL_ERROR_ALLOCATION); in RsaPrivateExponent()
161 FAIL(FATAL_ERROR_ALLOCATION); in _cpri__TestKeyRSA()
171 FAIL(FATAL_ERROR_ALLOCATION); in _cpri__TestKeyRSA()
1204 FAIL(FATAL_ERROR_ALLOCATION); in _cpri__GenerateKeyRSA()
Dpart4.txt1523 4 #define FATAL_ERROR_ALLOCATION (1)
25803 157 FAIL(FATAL_ERROR_ALLOCATION);
25808 162 FAIL(FATAL_ERROR_ALLOCATION);
25874 211 FAIL(FATAL_ERROR_ALLOCATION);
26059 345 FAIL(FATAL_ERROR_ALLOCATION);
26073 354 FAIL(FATAL_ERROR_ALLOCATION);
26131 401 FAIL(FATAL_ERROR_ALLOCATION);
28884 25 FAIL(FATAL_ERROR_ALLOCATION);
28895 36 FAIL(FATAL_ERROR_ALLOCATION);
29015 136 FAIL(FATAL_ERROR_ALLOCATION);
[all …]
/external/tpm2/include/tpm2/
DTpmError.h11 #define FATAL_ERROR_ALLOCATION (1) macro