Home
last modified time | relevance | path

Searched refs:TEE_BigIntGetBit (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libutee/include/
H A Dtee_internal_api.h561 bool TEE_BigIntGetBit(const TEE_BigInt *src, uint32_t bitIndex);
/optee_os/lib/libutee/
H A Dtee_api_arith_mpi.c323 bool TEE_BigIntGetBit(const TEE_BigInt *src, uint32_t bitIndex) in TEE_BigIntGetBit() function