Home
last modified time | relevance | path

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

1234

/freebsd/crypto/krb5/src/tests/gssapi/
H A Dt_inq_ctx.c120 (void)gss_delete_sec_context(&minor, &ictx, NULL); in start_accept_context()
205 (void)gss_delete_sec_context(&minor, &ictx, NULL); in main()
209 (void)gss_delete_sec_context(&minor, &ictx, NULL); in main()
213 (void)gss_delete_sec_context(&minor, &ictx, NULL); in main()
219 (void)gss_delete_sec_context(&minor, &actx, NULL); in main()
223 (void)gss_delete_sec_context(&minor, &actx, NULL); in main()
227 (void)gss_delete_sec_context(&minor, &actx, NULL); in main()
236 (void)gss_delete_sec_context(&minor, &ictx, NULL); in main()
237 (void)gss_delete_sec_context(&minor, &actx, NULL); in main()
H A Dt_bindings.c108 (void)gss_delete_sec_context(&minor, &ictx, NULL); in main()
109 (void)gss_delete_sec_context(&minor, &actx, NULL); in main()
119 (void)gss_delete_sec_context(&minor, &ictx, NULL); in main()
120 (void)gss_delete_sec_context(&minor, &actx, NULL); in main()
H A Dt_s4u2proxy_krb5.c134 (void)gss_delete_sec_context(&minor, &initiator_context, GSS_C_NO_BUFFER); in main()
135 (void)gss_delete_sec_context(&minor, &acceptor_context, GSS_C_NO_BUFFER); in main()
159 (void)gss_delete_sec_context(&minor, &initiator_context, GSS_C_NO_BUFFER); in main()
160 (void)gss_delete_sec_context(&minor, &acceptor_context, GSS_C_NO_BUFFER); in main()
H A Dt_spnego.c188 (void)gss_delete_sec_context(&minor, &ictx, NULL); in test_mskrb_oid()
189 (void)gss_delete_sec_context(&minor, &actx, NULL); in test_mskrb_oid()
228 (void)gss_delete_sec_context(&minor, &actx, NULL); in test_neghints()
305 (void)gss_delete_sec_context(&minor, &initiator_context, NULL); in main()
306 (void)gss_delete_sec_context(&minor, &acceptor_context, NULL); in main()
H A Dt_err.c103 (void)gss_delete_sec_context(&minor, &actx, NULL); in main()
123 (void)gss_delete_sec_context(&minor, &ictx, NULL); in main()
124 (void)gss_delete_sec_context(&minor, &actx, NULL); in main()
H A Dt_context.c57 (void)gss_delete_sec_context(&minor, &ictx, NULL); in main()
58 (void)gss_delete_sec_context(&minor, &actx, NULL); in main()
H A Dt_srcattrs.c60 (void)gss_delete_sec_context(&minor, &ictx, NULL); in main()
61 (void)gss_delete_sec_context(&minor, &actx, NULL); in main()
H A Dt_credstore.c118 (void)gss_delete_sec_context(&minor, &ictx, NULL); in main()
125 (void)gss_delete_sec_context(&minor, &actx, NULL); in main()
133 (void)gss_delete_sec_context(&minor, &actx, NULL); in main()
H A Dt_ccselect.c86 (void)gss_delete_sec_context(&minor, &initiator_context, NULL); in main()
87 (void)gss_delete_sec_context(&minor, &acceptor_context, NULL); in main()
H A Dt_accname.c89 (void)gss_delete_sec_context(&minor, &initiator_context, NULL); in main()
90 (void)gss_delete_sec_context(&minor, &acceptor_context, NULL); in main()
H A Dt_iakerb.c84 (void)gss_delete_sec_context(&minor, &ictx, NULL); in main()
85 (void)gss_delete_sec_context(&minor, &actx, NULL); in main()
H A Dt_s4u.c121 (void)gss_delete_sec_context(&minor, &initiator_context, NULL); in init_accept_sec_context()
122 (void)gss_delete_sec_context(&minor, &acceptor_context, NULL); in init_accept_sec_context()
215 (void)gss_delete_sec_context(&minor, &initiator_context, NULL); in constrained_delegate()
228 (void)gss_delete_sec_context(&minor, &initiator_context, NULL); in constrained_delegate()
H A Dt_imp_cred.c98 (void)gss_delete_sec_context(&minor, &initiator_context, NULL); in main()
99 (void)gss_delete_sec_context(&minor, &acceptor_context, NULL); in main()
H A Dt_export_cred.c112 (void)gss_delete_sec_context(&minor, &initiator_context, NULL); in main()
113 (void)gss_delete_sec_context(&minor, &acceptor_context, NULL); in main()
H A Dt_ciflags.c54 (void)gss_delete_sec_context(&minor, &ictx, NULL); in flagtest()
55 (void)gss_delete_sec_context(&minor, &actx, NULL); in flagtest()
H A Dt_lifetime.c137 (void)gss_delete_sec_context(&minor, &ictx, NULL); in main()
138 (void)gss_delete_sec_context(&minor, &actx, NULL); in main()
H A Dt_enctypes.c200 (void)gss_delete_sec_context(&minor, &ictx, NULL); in main()
201 (void)gss_delete_sec_context(&minor, &actx, NULL); in main()
H A Dt_namingexts.c175 (void)gss_delete_sec_context(&minor, &initiator_context, NULL); in init_accept_sec_context()
176 (void)gss_delete_sec_context(&minor, &acceptor_context, NULL); in init_accept_sec_context()
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_accept_sec_context.c216 gss_delete_sec_context(&junk, context_handle, NULL); in gss_accept_sec_context()
241 gss_delete_sec_context(&junk, context_handle, NULL); in gss_accept_sec_context()
256 gss_delete_sec_context(&junk, context_handle, NULL); in gss_accept_sec_context()
285 gss_delete_sec_context(&junk, context_handle, NULL); in gss_accept_sec_context()
293 gss_delete_sec_context(&junk, context_handle, NULL); in gss_accept_sec_context()
H A Dgss_delete_sec_context.c32 gss_delete_sec_context(OM_uint32 *minor_status, in gss_delete_sec_context() function
/freebsd/crypto/krb5/src/tests/gss-threads/
H A Dgss-client.c256 gss_delete_sec_context(&min_stat, gss_context, in client_establish_context()
271 gss_delete_sec_context(&min_stat, gss_context, in client_establish_context()
490 (void)gss_delete_sec_context(&min_stat, &context, in call_server()
509 (void)gss_delete_sec_context(&min_stat, &context, GSS_C_NO_BUFFER); in call_server()
518 (void)gss_delete_sec_context(&min_stat, &context, GSS_C_NO_BUFFER); in call_server()
529 (void)gss_delete_sec_context(&min_stat, &context, in call_server()
552 maj_stat = gss_delete_sec_context(&min_stat, &context, &out_buf); in call_server()
556 (void)gss_delete_sec_context(&min_stat, &context, GSS_C_NO_BUFFER); in call_server()
/freebsd/crypto/heimdal/lib/gssapi/
H A Dtest_context.c452 gss_delete_sec_context(&junk, &ctx, NULL); in empty_release()
891 gss_delete_sec_context(&min_stat, &cctx, NULL); in main()
892 gss_delete_sec_context(&min_stat, &sctx, NULL); in main()
903 gss_delete_sec_context(&min_stat, &cctx, NULL); in main()
904 gss_delete_sec_context(&min_stat, &sctx, NULL); in main()
914 gss_delete_sec_context(&min_stat, &cctx, NULL); in main()
915 gss_delete_sec_context(&min_stat, &sctx, NULL); in main()
943 gss_delete_sec_context(&min_stat, &cctx, NULL); in main()
944 gss_delete_sec_context(&min_stat, &sctx, NULL); in main()
954 gss_delete_sec_context(&min_stat, &cctx, NULL); in main()
[all …]
/freebsd/lib/libgssapi/
H A DMakefile18 SRCS+= gss_delete_sec_context.c
72 MAN+= gss_delete_sec_context.3
H A Dgss_delete_sec_context.c38 gss_delete_sec_context(OM_uint32 *minor_status, in gss_delete_sec_context() function
/freebsd/crypto/krb5/src/plugins/gssapi/negoextest/
H A Dgss_negoextest.exports4 gss_delete_sec_context

1234