Home
last modified time | relevance | path

Searched defs:bigIntFMM (Results 1 – 2 of 2) sorted by relevance

/base/tee/tee_os_framework/test/xts/ta/test_arithmetic_api/src/
Dtest_fast_modular_multiplication_operation.c32 TEE_BigIntFMM *bigIntFMM = (TEE_BigIntFMM *)TEE_Malloc(length * sizeof(TEE_BigIntFMM), 0); in AllocateAndInitializeFMM() local
52 TEE_BigIntFMM *bigIntFMM = (TEE_BigIntFMM *)TEE_Malloc(length * sizeof(TEE_BigIntFMM), 0); in TestBigIntInitFMM() local
119 TEE_BigInt *bigIntFMM = AllocateAndInitializeFMM(SIZE_256); in TestConverterBigIntAndFMM() local
/base/tee/tee_os_framework/lib/teelib/libcrypto/src/
Dtee_arith_api.c179 void TEE_BigIntInitFMM(TEE_BigIntFMM *bigIntFMM, size_t len) in TEE_BigIntInitFMM()