Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/tcsd/
Dtcsd_conf.c329 if (tmp_int >= 0 && tmp_int < TCSD_MAX_PCRS) in read_conf_line()
340 if (tmp_int >= 0 && tmp_int < TCSD_MAX_PCRS) in read_conf_line()
358 if (tmp_int >= 0 && tmp_int < TCSD_MAX_PCRS) in read_conf_line()
369 if (tmp_int >= 0 && tmp_int < TCSD_MAX_PCRS) in read_conf_line()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/
Dtcsd.h75 #define TCSD_MAX_PCRS 32 macro