Searched refs:bigInt (Results 1 – 2 of 2) sorted by relevance
60 static TEE_Result copy_mpi_to_bigint(mbedtls_mpi *mpi, TEE_BigInt *bigInt) in copy_mpi_to_bigint() argument62 struct bigint_hdr *hdr = (struct bigint_hdr *)bigInt; in copy_mpi_to_bigint()85 static void get_mpi(mbedtls_mpi *mpi, const TEE_BigInt *bigInt) in get_mpi() argument103 if (bigInt) { in get_mpi()104 const struct bigint_hdr *hdr = (struct bigint_hdr *)bigInt; in get_mpi()118 void TEE_BigIntInit(TEE_BigInt *bigInt, size_t len) in TEE_BigIntInit() argument120 struct bigint_hdr *hdr = (struct bigint_hdr *)bigInt; in TEE_BigIntInit()125 memset(bigInt, 0, len * sizeof(uint32_t)); in TEE_BigIntInit()134 void __GP11_TEE_BigIntInit(TEE_BigInt *bigInt, uint32_t len) in __GP11_TEE_BigIntInit() argument136 TEE_BigIntInit(bigInt, len); in __GP11_TEE_BigIntInit()[all …]
515 void TEE_BigIntInit(TEE_BigInt *bigInt, size_t len);516 void __GP11_TEE_BigIntInit(TEE_BigInt *bigInt, uint32_t len);541 const TEE_BigInt *bigInt);544 const TEE_BigInt *bigInt);