Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dsoftp11.c241 CK_BBOOL *ck_true; in print_attributes() local
246 ck_true = attributes[i].pValue; in print_attributes()
247 st_logf("token: %s", *ck_true ? "TRUE" : "FALSE"); in print_attributes()