Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Decp.c706 #define INC_MUL_COUNT mul_count++; macro
708 #define INC_MUL_COUNT macro
711 #define MOD_MUL( N ) do { MBEDTLS_MPI_CHK( ecp_modp( &N, grp ) ); INC_MUL_COUNT } \