Home
last modified time | relevance | path

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

12345678910

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A D06-sni-ticket.conf5 test-0 = 0-sni-session-ticket
6 test-1 = 1-sni-session-ticket
7 test-2 = 2-sni-session-ticket
8 test-3 = 3-sni-session-ticket
9 test-4 = 4-sni-session-ticket
10 test-5 = 5-sni-session-ticket
11 test-6 = 6-sni-session-ticket
12 test-7 = 7-sni-session-ticket
13 test-8 = 8-sni-session-ticket
14 test-9 = 9-sni-session-ticket
[all …]
H A D27-ticket-appdata.conf5 test-0 = 0-session-ticket-app-data12
6 test-1 = 1-session-ticket-app-data12
7 test-2 = 2-session-ticket-app-data13
8 test-3 = 3-session-ticket-app-data13
11 [0-session-ticket-app-data12]
12 ssl_conf = 0-session-ticket-app-data12-ssl
14 [0-session-ticket-app-data12-ssl]
15 server = 0-session-ticket-app-data12-server
16 client = 0-session-ticket-app-data12-client
17 resume-server = 0-session-ticket-app-data12-server
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/test/ssl-tests/
H A D06-sni-ticket.cnf5 test-0 = 0-sni-session-ticket
6 test-1 = 1-sni-session-ticket
7 test-2 = 2-sni-session-ticket
8 test-3 = 3-sni-session-ticket
9 test-4 = 4-sni-session-ticket
10 test-5 = 5-sni-session-ticket
11 test-6 = 6-sni-session-ticket
12 test-7 = 7-sni-session-ticket
13 test-8 = 8-sni-session-ticket
14 test-9 = 9-sni-session-ticket
[all …]
H A D27-ticket-appdata.cnf5 test-0 = 0-session-ticket-app-data12
6 test-1 = 1-session-ticket-app-data12
7 test-2 = 2-session-ticket-app-data13
8 test-3 = 3-session-ticket-app-data13
11 [0-session-ticket-app-data12]
12 ssl_conf = 0-session-ticket-app-data12-ssl
14 [0-session-ticket-app-data12-ssl]
15 server = 0-session-ticket-app-data12-server
16 client = 0-session-ticket-app-data12-client
17 resume-server = 0-session-ticket-app-data12-server
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Drd_req.c128 if (ap_req->ticket.tkt_vno != 5){ in krb5_decode_ap_req()
137 check_transited(krb5_context context, Ticket *ticket, EncTicketPart *enc) in check_transited() argument
160 ticket->realm); in check_transited()
164 ticket->realm, in check_transited()
194 Ticket *ticket, in krb5_decrypt_ticket() argument
201 ret = decrypt_tkt_enc_part (context, key, &ticket->enc_part, &t); in krb5_decrypt_ticket()
226 ret = check_transited(context, ticket, &t); in krb5_decrypt_ticket()
284 krb5_ticket **ticket) in krb5_verify_ap_req() argument
293 ticket, in krb5_verify_ap_req()
305 krb5_ticket **ticket, in krb5_verify_ap_req2() argument
[all …]
H A Dticket.c54 krb5_ticket *ticket) in krb5_free_ticket() argument
56 free_EncTicketPart(&ticket->ticket); in krb5_free_ticket()
57 krb5_free_principal(context, ticket->client); in krb5_free_ticket()
58 krb5_free_principal(context, ticket->server); in krb5_free_ticket()
59 free(ticket); in krb5_free_ticket()
88 if((ret = copy_EncTicketPart(&from->ticket, &tmp->ticket))){ in krb5_copy_ticket()
94 free_EncTicketPart(&tmp->ticket); in krb5_copy_ticket()
101 free_EncTicketPart(&tmp->ticket); in krb5_copy_ticket()
124 const krb5_ticket *ticket, in krb5_ticket_get_client() argument
127 return krb5_copy_principal(context, ticket->client, client); in krb5_ticket_get_client()
[all …]
H A Dkrb_err.et24 ec GC_TKFIL, "Can't read Kerberos 4 ticket file"
25 ec GC_NOTKT, "Can't find Kerberos 4 ticket or TGT"
30 ec RD_AP_EXP, "Kerberos 4 ticket expired"
31 ec RD_AP_NYV, "Kerberos 4 ticket not yet valid"
33 ec RD_AP_NOT_US, "The Kerberos 4 ticket isn't for us"
47 ec GT_PW_NULLTKT, "Null Kerberos 4 ticket returned by KDC"
56 ec AD_NOTGT, "Don't have Kerberos 4 ticket-granting ticket"
58 ec NO_TKT_FIL, "No Kerberos 4 ticket file found"
59 ec TKT_FIL_ACC, "Couldn't access Kerberos 4 ticket file"
60 ec TKT_FIL_LCK, "Couldn't lock Kerberos 4 ticket file"
[all …]
H A Drecvauth.c74 krb5_ticket **ticket) in krb5_recvauth() argument
79 keytab, ticket); in krb5_recvauth()
97 krb5_ticket **ticket) in krb5_recvauth_match_version() argument
212 ticket); in krb5_recvauth_match_version()
241 krb5_free_ticket(context, *ticket); in krb5_recvauth_match_version()
242 *ticket = NULL; in krb5_recvauth_match_version()
252 krb5_free_ticket(context, *ticket); in krb5_recvauth_match_version()
253 *ticket = NULL; in krb5_recvauth_match_version()
259 krb5_free_ticket(context, *ticket); in krb5_recvauth_match_version()
260 *ticket = NULL; in krb5_recvauth_match_version()
H A Dtest_pknistkdf.c51 krb5_data ticket; member
230 Ticket ticket; in test_dh2key() local
234 memset(&ticket, 0, sizeof(ticket)); in test_dh2key()
239 ret = decode_Ticket(c->ticket.data, c->ticket.length, &ticket, &size); in test_dh2key()
272 hex_encode(c->ticket.data, c->ticket.length, &str); in test_dh2key()
286 &ticket, in test_dh2key()
305 free_Ticket(&ticket); in test_dh2key()
H A Dbuild_ap_req.c57 ap.ticket.tkt_vno = 5; in krb5_build_ap_req()
58 copy_Realm(&cred->server->realm, &ap.ticket.realm); in krb5_build_ap_req()
59 copy_PrincipalName(&cred->server->name, &ap.ticket.sname); in krb5_build_ap_req()
61 decode_Ticket(cred->ticket.data, cred->ticket.length, &t, &len); in krb5_build_ap_req()
62 copy_EncryptedData(&t.enc_part, &ap.ticket.enc_part); in krb5_build_ap_req()
H A Dget_cred.c966 krb5_creds tgt, referral, ticket; in get_cred_kdc_referral() local
979 memset(&ticket, 0, sizeof(ticket)); in get_cred_kdc_referral()
1045 &mcreds, &ticket); in get_cred_kdc_referral()
1052 second_ticket, &ticket); in get_cred_kdc_referral()
1060 ticket.server)) in get_cred_kdc_referral()
1063 if (!krb5_principal_is_krbtgt(context, ticket.server)) { in get_cred_kdc_referral()
1071 referral_realm = ticket.server->name.name_string.val[1]; in get_cred_kdc_referral()
1077 mcreds.server = ticket.server; in get_cred_kdc_referral()
1100 if (ok_as_delegate == 0 || ticket.flags.b.ok_as_delegate == 0) { in get_cred_kdc_referral()
1102 ticket.flags.b.ok_as_delegate = 0; in get_cred_kdc_referral()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_set_session_ticket_cb.pod9 SSL_CTX_decrypt_session_ticket_fn - manage session ticket application data
32 with a session, and placed into a session ticket. Either callback function may
35 B<gen_cb> is the application defined callback invoked when a session ticket is
37 at this time to add application data to the session ticket. The value of B<arg>
41 B<dec_cb> is the application defined callback invoked after session ticket
42 decryption has been attempted and any session ticket application data is
43 available. If ticket decryption was successful then the B<ss> argument contains
45 used to decrypt the session ticket. The B<status> argument is the result of the
46 ticket decryption. See the L</NOTES> section below for further details. The value
52 tickets. It can be called at any time before a session ticket is created to
[all …]
H A DSSL_SESSION_has_ticket.pod7 - get details about the ticket associated with a session
24 associated with the session ticket.
26 SSL_SESSION_get0_ticket obtains a pointer to the ticket associated with a
27 session. The length of the ticket is written to B<*len>. If B<tick> is non
28 NULL then a pointer to the ticket is written to B<*tick>. The pointer is only
29 valid while the connection is in use. The session (and hence the ticket pointer)
34 SSL_SESSION_has_ticket() returns 1 if session ticket exists or 0 otherwise.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_set_session_ticket_cb.pod9 SSL_CTX_decrypt_session_ticket_fn - manage session ticket application data
32 with a session, and placed into a session ticket. Either callback function may
35 B<gen_cb> is the application defined callback invoked when a session ticket is
37 at this time to add application data to the session ticket. The value of B<arg>
41 B<dec_cb> is the application defined callback invoked after session ticket
42 decryption has been attempted and any session ticket application data is
43 available. If ticket decryption was successful then the B<ss> argument contains
45 used to decrypt the session ticket. The B<status> argument is the result of the
46 ticket decryption. See the L<NOTES> section below for further details. The value
52 tickets. It can be called at any time before a session ticket is created to
[all …]
H A DSSL_CTX_set_tlsext_ticket_key_cb.pod5 SSL_CTX_set_tlsext_ticket_key_cb - set a callback for session ticket processing
25 session when session ticket extension is presented in the TLS hello
30 ticket construction state according to RFC5077 Section 4 such that per session
34 In order to reuse a session, a TLS client must send the a session ticket
35 extension to the server. The client can only send exactly one session ticket.
37 ticket information or it starts a full TLS handshake to create a new session
38 ticket.
43 For new sessions tickets, when the client doesn't present a session ticket, or
44 an attempted retrieval of the ticket failed, or a renew option was indicated,
59 When the client presents a session ticket, the callback function with be called
[all …]
H A DSSL_SESSION_has_ticket.pod7 - get details about the ticket associated with a session
24 associated with the session ticket.
26 SSL_SESSION_get0_ticket obtains a pointer to the ticket associated with a
27 session. The length of the ticket is written to B<*len>. If B<tick> is non
28 NULL then a pointer to the ticket is written to B<*tick>. The pointer is only
29 valid while the connection is in use. The session (and hence the ticket pointer)
34 SSL_SESSION_has_ticket() returns 1 if session ticket exists or 0 otherwise.
/netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_execbuf_util.c51 void ttm_eu_backoff_reservation(struct ww_acquire_ctx *ticket, in ttm_eu_backoff_reservation() argument
68 if (ticket) in ttm_eu_backoff_reservation()
69 ww_acquire_fini(ticket); in ttm_eu_backoff_reservation()
85 int ttm_eu_reserve_buffers(struct ww_acquire_ctx *ticket, in ttm_eu_reserve_buffers() argument
95 if (ticket) in ttm_eu_reserve_buffers()
96 ww_acquire_init(ticket, &reservation_ww_class); in ttm_eu_reserve_buffers()
101 ret = __ttm_bo_reserve(bo, intr, (ticket == NULL), ticket); in ttm_eu_reserve_buffers()
129 ticket); in ttm_eu_reserve_buffers()
131 dma_resv_lock_slow(bo->base.resv, ticket); in ttm_eu_reserve_buffers()
143 if (ticket) { in ttm_eu_reserve_buffers()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/
H A Dkvno.c109 Ticket ticket; in do_v5_kvno() local
148 memset(&ticket, 0, sizeof(ticket)); in do_v5_kvno()
184 ret = decode_Ticket(out_creds->ticket.data, out_creds->ticket.length, in do_v5_kvno()
185 &ticket, &len); in do_v5_kvno()
200 (ticket.enc_part.kvno != NULL)? in do_v5_kvno()
201 *ticket.enc_part.kvno : 0, in do_v5_kvno()
202 ticket.enc_part.etype, in do_v5_kvno()
208 (ticket.enc_part.kvno != NULL)? in do_v5_kvno()
209 *ticket.enc_part.kvno : 0); in do_v5_kvno()
223 &ticket.enc_part, &dec_data); in do_v5_kvno()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
H A DNewSessionTicket.pm33 $self->{ticket} = "";
44 my $ticket = substr($self->data, 6, $ticket_len);
47 $self->ticket($ticket);
58 $data .= pack('n', length($self->ticket));
59 $data .= $self->ticket;
73 sub ticket subroutine
77 $self->{ticket} = shift;
79 return $self->{ticket};
/netbsd-src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
H A DNewSessionTicket.pm33 $self->{ticket} = "";
44 my $ticket = substr($self->data, 6, $ticket_len);
47 $self->ticket($ticket);
58 $data .= pack('n', length($self->ticket));
59 $data .= $self->ticket;
73 sub ticket subroutine
77 $self->{ticket} = shift;
79 return $self->{ticket};
/netbsd-src/sys/external/bsd/drm2/linux/
H A Dlinux_dma_resv.c395 struct dma_resv_write_ticket *ticket) in dma_resv_write_begin() argument
416 struct dma_resv_write_ticket *ticket) in dma_resv_write_commit() argument
437 struct dma_resv_read_ticket *ticket) in dma_resv_read_begin() argument
440 ticket->version = read_seqcount_begin(&robj->seq); in dma_resv_read_begin()
452 struct dma_resv_read_ticket *ticket) in dma_resv_read_valid() argument
455 return !read_seqcount_retry(&robj->seq, ticket->version); in dma_resv_read_valid()
473 struct dma_resv_read_ticket *ticket) in dma_resv_get_shared_reader() argument
491 if (!dma_resv_read_valid(robj, ticket)) in dma_resv_get_shared_reader()
521 struct dma_resv_read_ticket *ticket) in dma_resv_get_excl_reader() argument
537 if (!dma_resv_read_valid(robj, ticket)) in dma_resv_get_excl_reader()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kafs/
H A Dafskrb5.c54 kt->ticket = NULL; in v5_to_kt()
64 ret = decode_Ticket(cred->ticket.data, cred->ticket.length, &t, &len); in v5_to_kt()
80 kt->ticket = buf; in v5_to_kt()
85 kt->ticket = malloc(cred->ticket.length); in v5_to_kt()
86 if (kt->ticket == NULL) in v5_to_kt()
88 kt->ticket_len = cred->ticket.length; in v5_to_kt()
89 memcpy(kt->ticket, cred->ticket.data, kt->ticket_len); in v5_to_kt()
102 free(kt->ticket); in v5_to_kt()
103 kt->ticket = NULL; in v5_to_kt()
225 kt.ticket = NULL; in afslog_uid_int()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/po/heim_com_err39525376/
H A Dheim_com_err39525376.pot81 msgid "Can't read Kerberos 4 ticket file"
86 msgid "Can't find Kerberos 4 ticket or TGT"
108 msgid "Kerberos 4 ticket expired"
113 msgid "Kerberos 4 ticket not yet valid"
123 msgid "The Kerberos 4 ticket isn't for us"
195 msgid "Null Kerberos 4 ticket returned by KDC"
239 msgid "Don't have Kerberos 4 ticket-granting ticket"
248 msgid "No Kerberos 4 ticket file found"
253 msgid "Couldn't access Kerberos 4 ticket file"
258 msgid "Couldn't lock Kerberos 4 ticket file"
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ttm/
H A Dttm_bo_driver.h682 struct ww_acquire_ctx *ticket) in __ttm_bo_reserve() argument
688 if (WARN_ON(ticket)) in __ttm_bo_reserve()
696 ret = dma_resv_lock_interruptible(bo->base.resv, ticket); in __ttm_bo_reserve()
698 ret = dma_resv_lock(bo->base.resv, ticket); in __ttm_bo_reserve()
750 struct ww_acquire_ctx *ticket) in ttm_bo_reserve() argument
754 return __ttm_bo_reserve(bo, interruptible, no_wait, ticket); in ttm_bo_reserve()
769 struct ww_acquire_ctx *ticket) in ttm_bo_reserve_slowpath() argument
777 ticket); in ttm_bo_reserve_slowpath()
779 dma_resv_lock_slow(bo->base.resv, ticket); in ttm_bo_reserve_slowpath()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_csa.c74 struct ww_acquire_ctx ticket; in amdgpu_map_static_csa() local
88 r = ttm_eu_reserve_buffers(&ticket, &list, true, NULL); in amdgpu_map_static_csa()
96 ttm_eu_backoff_reservation(&ticket, &list); in amdgpu_map_static_csa()
108 ttm_eu_backoff_reservation(&ticket, &list); in amdgpu_map_static_csa()
112 ttm_eu_backoff_reservation(&ticket, &list); in amdgpu_map_static_csa()

12345678910