Home
last modified time | relevance | path

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

/dports/security/lasso/lasso-2.7.0/lasso/id-wsf-2.0/
H A Dserver.c36 g_return_val_if_fail(LASSO_IS_SERVER(server), LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ); in lasso_server_add_svc_metadata()
56 g_return_val_if_fail(LASSO_IS_SERVER(server), NULL); in lasso_server_get_svc_metadatas()
80 g_return_val_if_fail(LASSO_IS_SERVER(server), NULL); in lasso_server_get_svc_metadatas_with_id_and_type()
H A Dprofile.c200 if (LASSO_IS_SERVER(profile->server)) { in lasso_idwsf2_profile_init_request()
230 if (LASSO_IS_SERVER(profile->parent.server)) { in lasso_idwsf2_profile_init_response()
376 if (LASSO_IS_SERVER(profile->server)) { in lasso_idwsf2_profile_process_request_msg()
405 if (! LASSO_IS_SERVER(profile->parent.server)) in lasso_idwsf2_profile_check_security_mechanism()
789 if (! LASSO_IS_SERVER(idwsf2_profile->parent.server)) { in lasso_idwsf2_profile_get_name_identifier()
H A Dsaml2_login.c75 if (! LASSO_IS_SERVER(server)) in lasso_server_create_assertion_as_idwsf2_security_token()
/dports/security/lasso/lasso-2.7.0/tests/
H A Drandom_tests.c95 fail_unless(LASSO_IS_SERVER(server)); in START_TEST()
113 fail_unless(LASSO_IS_SERVER(server)); in START_TEST()
142 fail_unless(LASSO_IS_SERVER(server)); in START_TEST()
H A Dlogin_tests.c243 check_true(LASSO_IS_SERVER(spContext)); in START_TEST()
267 check_true(LASSO_IS_SERVER(idpContext)); in START_TEST()
/dports/security/lasso/lasso-2.7.0/lasso/id-ff/
H A Dserver.c72 g_return_val_if_fail(LASSO_IS_SERVER(server), LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ); in lasso_server_add_provider_helper()
513 if (! LASSO_IS_SERVER(server) || providerID == NULL || strlen(providerID) == 0) { in lasso_server_get_provider()
844 if (! LASSO_IS_SERVER(server)) { in lasso_server_new_from_dump()
873 if (! LASSO_IS_SERVER(server)) in lasso_server_get_private_key()
1038 if (! LASSO_IS_SERVER(server)) in lasso_server_get_encryption_private_keys()
H A Dserver.h37 #define LASSO_IS_SERVER(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), LASSO_TYPE_SERVER)) macro
H A Ddefederation.c502 g_return_val_if_fail(LASSO_IS_SERVER(server), NULL); in lasso_defederation_new()
H A Dname_identifier_mapping.c581 g_return_val_if_fail(LASSO_IS_SERVER(server), NULL); in lasso_name_identifier_mapping_new()
H A Dname_registration.c725 g_return_val_if_fail(LASSO_IS_SERVER(server), NULL); in lasso_name_registration_new()
H A Dprofile.c515 if (LASSO_IS_SERVER(profile->server)) { in lasso_profile_get_server()
H A Dlogout.c1282 g_return_val_if_fail(LASSO_IS_SERVER(server), NULL); in lasso_logout_new()
H A Dlogin.c2527 g_return_val_if_fail(LASSO_IS_SERVER(server), NULL); in lasso_login_new()
/dports/security/lasso/lasso-2.7.0/lasso/id-wsf/
H A Dinteraction_profile_service.c167 g_return_val_if_fail(LASSO_IS_SERVER(server), NULL); in lasso_interaction_profile_service_new()
H A Dpersonal_profile_service.c132 g_return_val_if_fail(LASSO_IS_SERVER(server), NULL); in lasso_personal_profile_service_new()
H A Did_ff_extensions.c153 g_return_val_if_fail(LASSO_IS_SERVER(server), LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ); in lasso_server_add_service()
H A Ddiscovery.c1321 g_return_val_if_fail(LASSO_IS_SERVER(server), NULL); in lasso_discovery_new()
1343 g_return_val_if_fail(LASSO_IS_SERVER(server), NULL); in lasso_discovery_new_full()
H A Dauthentication.c756 g_return_val_if_fail(LASSO_IS_SERVER(server), NULL); in lasso_authentication_new()
H A Ddata_service.c1206 g_return_val_if_fail(LASSO_IS_SERVER(server), NULL); in lasso_data_service_new()
H A Dwsf_profile.c1491 if (! LASSO_IS_SERVER(wsf_profile->server)) in lasso_wsf_profile_get_remote_provider()
/dports/security/lasso/lasso-2.7.0/lasso/saml-2.0/
H A Dname_id_management.c479 g_return_val_if_fail(LASSO_IS_SERVER(server), NULL); in lasso_name_id_management_new()
H A Dassertion_query.c598 g_return_val_if_fail(LASSO_IS_SERVER(server), NULL); in lasso_assertion_query_new()
H A Dsaml2_helper.c645 g_return_val_if_fail (LASSO_IS_SERVER(server), NULL); in lasso_saml2_assertion_get_issuer_provider()
H A Dprofile.c1075 if (LASSO_IS_SERVER(profile->server)) { in lasso_saml20_profile_init_response()
1642 if (! LASSO_IS_SERVER(profile->server)) { in lasso_profile_saml20_setup_message_signature()
H A Dprovider.c519 if (! LASSO_IS_SERVER(provider) && in lasso_saml20_provider_load_metadata()