Home
last modified time | relevance | path

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

/src/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c4088 static const char * true_false(bool val) in true_false() function
4168 true_false(p->cached), in ieee802_1x_kay_get_mib()
4169 true_false(p->active), in ieee802_1x_kay_get_mib()
4170 true_false(p->retain), in ieee802_1x_kay_get_mib()
4172 true_false(p->principal)); in ieee802_1x_kay_get_mib()
/src/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3674 CK_BBOOL true_false; in pkinit_find_private_key() local
3690 true_false = TRUE; in pkinit_find_private_key()
3692 attrs[nattrs].pValue = &true_false; in pkinit_find_private_key()
3693 attrs[nattrs].ulValueLen = sizeof true_false; in pkinit_find_private_key()