Lines Matching refs:CK_FALSE

323     tmp = CK_FALSE;  in get_doa()
355 tmp = CK_FALSE; in get_doa()
414 b_tmp[0] = CK_FALSE; in _get_coa()
473 b_tmp[0] = CK_FALSE; in _get_coa()
480 b_tmp[0] = CK_FALSE; in _get_coa()
511 return _get_coa(s->atst, obj, template, CK_FALSE); in get_atst()
584 b_tmp[0] = CK_FALSE; in get_proa()
721 b_tmp[0] = CK_FALSE; in get_proa()
773 b_tmp[0] = CK_FALSE; in get_puoa()
802 b_tmp[0] = CK_FALSE; in get_puoa()
925 b_tmp[0] = CK_FALSE; in get_puoa()
977 tmp = CK_FALSE; in get_skoa()
991 tmp = CK_FALSE; in get_skoa()
998 tmp = CK_FALSE; in get_skoa()
1005 tmp = CK_FALSE; in get_skoa()
1019 tmp = CK_FALSE; in get_skoa()
1026 tmp = CK_FALSE; in get_skoa()
1033 tmp = CK_FALSE; in get_skoa()
1040 tmp = CK_FALSE; in get_skoa()
1047 tmp = CK_FALSE; in get_skoa()
1319 …arch(&id, s->objects, s->n_objects, sizeof(piv_obj_id_t), compare_piv_obj_id) ? CK_TRUE : CK_FALSE; in is_present()
1353 return CK_FALSE; in attribute_match()
1356 return CK_FALSE; in attribute_match()
1360 return CK_FALSE; in attribute_match()
1367 return (obj < PIV_PVTK_OBJ_PIV_AUTH || obj > PIV_PVTK_OBJ_ATTESTATION) ? CK_FALSE : CK_TRUE; in is_private_object()
1483 CK_BBOOL has_id = CK_FALSE; in check_create_cert()
1484 CK_BBOOL has_value = CK_FALSE; in check_create_cert()
1526 if (has_id == CK_FALSE || in check_create_cert()
1527 has_value == CK_FALSE) in check_create_cert()
1537 CK_BBOOL has_id = CK_FALSE; in check_create_ec_key()
1538 CK_BBOOL has_value = CK_FALSE; in check_create_ec_key()
1539 CK_BBOOL has_params = CK_FALSE; in check_create_ec_key()
1593 if (has_id == CK_FALSE || in check_create_ec_key()
1594 has_value == CK_FALSE || in check_create_ec_key()
1595 has_params == CK_FALSE) in check_create_ec_key()
1621 CK_BBOOL has_id = CK_FALSE; in check_create_rsa_key()
1622 CK_BBOOL has_e = CK_FALSE; in check_create_rsa_key()
1623 CK_BBOOL has_p = CK_FALSE; in check_create_rsa_key()
1624 CK_BBOOL has_q = CK_FALSE; in check_create_rsa_key()
1625 CK_BBOOL has_dp = CK_FALSE; in check_create_rsa_key()
1626 CK_BBOOL has_dq = CK_FALSE; in check_create_rsa_key()
1627 CK_BBOOL has_qinv = CK_FALSE; in check_create_rsa_key()
1706 if (has_id == CK_FALSE || in check_create_rsa_key()
1707 has_e == CK_FALSE || in check_create_rsa_key()
1708 has_p == CK_FALSE || in check_create_rsa_key()
1709 has_q == CK_FALSE || in check_create_rsa_key()
1710 has_dp == CK_FALSE || in check_create_rsa_key()
1711 has_dq == CK_FALSE || in check_create_rsa_key()
1712 has_qinv == CK_FALSE) in check_create_rsa_key()