Searched refs:rv (Results 1 - 25 of 32) sorted by relevance

12

/sssd/src/p11_child/
H A Dp11_child_nss.c78 SECStatus rv; local
169 rv = PK11_GetSlotInfo(le->slot, &slInfo);
173 if (rv == SECSuccess && (slInfo.flags & CKF_REMOVABLE_DEVICE)) {
200 rv = PK11_UpdateSlotAttribute(slot, &friendly_attr, PR_TRUE);
201 if (rv != SECSuccess) {
212 rv = PK11_Authenticate(slot, PR_FALSE, discard_const(pin));
213 if (rv != SECSuccess) {
245 rv = CERT_FilterCertListByUsage(cert_list, certUsageSSLClient, PR_FALSE);
246 if (rv != SECSuccess) {
252 rv
[all...]
/sssd/src/tests/cmocka/
H A Dtest_ipa_subdomains_utils.c74 int rv; local
79 rv = sysdb_attrs_add_string(attrs, SYSDB_ORIG_DN, dn);
80 assert_int_equal(rv, EOK);
183 int rv; local
225 rv = cmocka_run_group_tests(tests, NULL, NULL);
226 return rv;
H A Dtest_sysdb_utils.c143 int rv; local
175 rv = cmocka_run_group_tests(tests, NULL, NULL);
177 return rv;
H A Dtest_data_provider_be.c206 int rv; local
251 rv = cmocka_run_group_tests(tests, NULL, NULL);
252 if (rv == 0 && !no_cleanup) {
255 return rv;
H A Dtest_ipa_dn.c176 int rv; local
223 rv = cmocka_run_group_tests(tests, NULL, NULL);
224 if (rv == 0 && !no_cleanup) {
227 return rv;
H A Dtest_krb5_common.c251 int rv; local
291 rv = cmocka_run_group_tests(tests, NULL, NULL);
292 if (rv == 0 && !no_cleanup) {
296 return rv;
H A Dtest_ldap_id_cleanup.c299 int rv; local
336 rv = cmocka_run_group_tests(tests, NULL, NULL);
338 if (rv == 0 && no_cleanup == 0) {
341 return rv;
H A Dtest_responder_common.c317 int rv; local
370 rv = cmocka_run_group_tests(tests, NULL, NULL);
371 if (rv == 0 && !no_cleanup) {
374 return rv;
H A Dtest_ad_subdomains.c278 int rv; local
326 rv = cmocka_run_group_tests(tests, NULL, NULL);
327 return rv;
H A Dtest_copy_ccache.c204 int rv; local
237 rv = cmocka_run_group_tests(tests, NULL, NULL);
239 return rv;
H A Dtest_copy_keytab.c270 int rv; local
307 rv = cmocka_run_group_tests(tests, NULL, NULL);
309 return rv;
H A Dtest_resolv_fake.c362 int rv; local
399 rv = cmocka_run_group_tests(tests, NULL, NULL);
400 return rv;
H A Dtest_child_common.c505 int rv; local
558 rv = cmocka_run_group_tests(tests, NULL, NULL);
559 return rv;
H A Dtest_sysdb_subdomains.c621 int rv; local
677 rv = cmocka_run_group_tests(tests, NULL, NULL);
679 if (rv == 0 && no_cleanup == 0) {
682 return rv;
H A Dtest_fo_srv.c759 int rv; local
807 rv = cmocka_run_group_tests(tests, NULL, NULL);
808 return rv;
H A Dtest_dyndns.c979 int rv; local
1072 rv = cmocka_run_group_tests(tests, NULL, NULL);
1073 if (rv == 0 && !no_cleanup) {
1076 return rv;
H A Dtest_ipa_subdomains_server.c894 int rv; local
972 rv = cmocka_run_group_tests(tests, NULL, NULL);
973 if (rv == 0 && !no_cleanup) {
977 return rv;
H A Dtest_negcache.c791 int rv; local
819 rv = cmocka_run_group_tests(tests, NULL, NULL);
820 if (rv == 0) {
823 return rv;
H A Dtest_simple_access.c739 int rv; local
831 rv = cmocka_run_group_tests(tests, NULL, NULL);
832 if (rv == 0 && !no_cleanup) {
835 return rv;
H A Dtest_nested_groups.c1281 int rv; local
1330 rv = cmocka_run_group_tests(tests, NULL, NULL);
1331 if (rv == 0 && !no_cleanup) {
1334 return rv;
/sssd/src/util/cert/nss/
H A Dcert.c241 SECStatus rv; local
267 rv = CERT_EnableOCSPChecking(handle);
268 if (rv != SECSuccess) {
276 rv = CERT_SetOCSPDefaultResponder(handle,
279 if (rv != SECSuccess) {
286 rv = CERT_EnableOCSPDefaultResponder(handle);
287 if (rv != SECSuccess) {
316 rv = CERT_DisableOCSPDefaultResponder(handle);
317 if (rv != SECSuccess) {
404 rv
[all...]
/sssd/src/tests/cmocka/data_provider/
H A Dtest_dp_builtin.c143 int rv; local
185 rv = cmocka_run_group_tests(tests, NULL, NULL);
186 if (rv == 0 && !no_cleanup) {
190 return rv;
H A Dtest_dp_request.c415 int rv; local
463 rv = cmocka_run_group_tests(tests, NULL, NULL);
464 if (rv == 0 && !no_cleanup) {
468 return rv;
/sssd/src/tests/cwrap/
H A Dtest_server.c168 int rv; local
204 rv = cmocka_run_group_tests(tests, NULL, NULL);
205 if (rv == 0) {
209 return rv;
H A Dtest_negcache.c655 int rv; local
738 rv = cmocka_run_group_tests(tests, NULL, NULL);
740 return rv;

Completed in 2190 milliseconds

12