ica_set_stats_mode

Purpose

Lets you disable or enable collecting statistics about the use of libica functions. By default, libica counts its cryptographic operations in shared memory.

You can also set the environment variable LIBICA_STATS_MODE to zero to disable the counting of cryptographic operations.

Format

void ica_set_stats_mode(int stats_mode);

Parameters

int stats_mode
0
Disable counting the use of libica functions.
any integer ≠ 0
Enable counting the use of libica functions. This is the default.

Return codes

None.