Home
last modified time | relevance | path

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

12

/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
DKerberosTicketTest.java43 private static final byte[] ticket = { 0x01, 0x02, 0x03, 0x04 }; field in KerberosTicketTest
95 KerberosTicket krbTicket = new KerberosTicket(ticket, pClient, pServer, in test_getAuthTime()
108 new KerberosTicket(ticket, pClient, pServer, sessionKey, KEY_TYPE, in test_getAuthTime()
120 KerberosTicket krbTicket = new KerberosTicket(ticket, pClient, pServer, in test_getClient()
128 new KerberosTicket(ticket, null, pServer, sessionKey, KEY_TYPE, in test_getClient()
140 KerberosTicket krbTicket = new KerberosTicket(ticket, pClient, pServer, in test_getClientAddresses()
154 krbTicket = new KerberosTicket(ticket, pClient, pServer, sessionKey, in test_getClientAddresses()
164 KerberosTicket krbTicket = new KerberosTicket(ticket, pClient, pServer, in test_getEncoded()
168 assertTrue(Arrays.equals(ticket, krbTicket.getEncoded())); in test_getEncoded()
171 assertNotSame(ticket, krbTicket.getEncoded()); in test_getEncoded()
[all …]
/external/e2fsprogs/lib/et/test_cases/
Dheimdal.et26 ec GC_TKFIL, "Can't read Kerberos ticket file"
27 ec GC_NOTKT, "Can't find Kerberos ticket or TGT"
32 ec RD_AP_EXP, "Kerberos ticket expired"
33 ec RD_AP_NYV, "Kerberos ticket not yet valid"
35 ec RD_AP_NOT_US, "The kerberos ticket isn't for us"
49 ec GT_PW_NULLTKT, "Null Kerberos ticket returned by KDC"
58 ec AD_NOTGT, "Don't have Kerberos ticket-granting ticket"
60 ec NO_TKT_FIL, "No ticket file found"
61 ec TKT_FIL_ACC, "Couldn't access ticket file"
62 ec TKT_FIL_LCK, "Couldn't lock ticket file"
[all …]
Dsimple.et4 "Can't read ticket file"
7 "Can't find ticket or TGT"
22 "The ticket isn't for us"
61 "Null ticket returned by KDC"
/external/valgrind/main/coregrind/m_scheduler/
Dticket-lock-linux.c119 unsigned ticket, futex_value; in acquire_sched_lock() local
123 ticket = __sync_fetch_and_add(&p->tail, 1); in acquire_sched_lock()
124 futex = &p->futex[ticket & TL_FUTEX_MASK]; in acquire_sched_lock()
127 VG_(gettid)(), ticket); in acquire_sched_lock()
131 if (ticket == p->head) in acquire_sched_lock()
136 VG_(gettid)(), ticket, (long)(futex - p->futex), in acquire_sched_lock()
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/internal/kerberos/v5/
DKDCReplyTest.java42 Ticket ticket = reply.getTicket(); in test_Ctor() local
43 assertEquals("ticket's realm", "MY.REALM", ticket.getRealm()); in test_Ctor()
45 "krbtgt", "MY.REALM" }), ticket.getSname()); in test_Ctor()
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/serialization/
DKerberosTicketTest.java36 private static final byte[] ticket = { 0x01, 0x02, 0x03, 0x04 }; field in KerberosTicketTest
98 SerializationTest.verifySelf(new KerberosTicket(ticket, pClient, in testSerializationSelf()
107 SerializationTest.verifyGolden(this, new KerberosTicket(ticket, in testSerializationCompatibility()
/external/libusb_aah/
DRELEASE-NOTES7 Microsoft Windows, which closes ticket #1.
16 ticket at http://libusb.org/newticket or let us know via email or on IRC.
/external/icu4c/test/testdata/
Dconversion.txt52 … // Test ticket 6789: implement Java-compatible Unicode, UnicodeBig and UnicodeLittle converters
79 // Test ticket 7704: implement Java-compatible "UTF-16" converter.
85 // Test ticket 5691: consistent illegal sequences
88 // Unfortunately, we cannot use the Shift-JIS examples from the ticket
92 // The byte sequences are generally slightly different from the ticket
165 // Test ticket 5691: consistent illegal sequences
183 // Test ticket 5691: ISO-2022-JP-2 with illegal single-shift SS2 and SS3 sequences.
200 * ICU 4.4 (ticket #7314) removes mappings for CNS 11643 planes 3..7
209 // Test ticket 5691: HZ with illegal tilde sequences.
219 // Test ticket 5691: Example from Peter Edberg.
[all …]
Dcasing.txt57 // Test case for ticket #7251: UCharacter.toTitleCase() throws OutOfMemoryError
/external/wpa_supplicant_8/src/tls/
Dtlsv1_server.h41 (void *ctx, const u8 *ticket, size_t len, const u8 *client_random,
Dtlsv1_client.h47 (void *ctx, const u8 *ticket, size_t len, const u8 *client_random,
/external/openssl/crypto/krb5/
Dkrb5_asn.h140 KRB5_TICKET *ticket; member
Dkrb5_asn.c104 ASN1_EXP(KRB5_APREQBODY, ticket, KRB5_TICKET, 3),
/external/openssl/include/openssl/
Dkrb5_asn.h140 KRB5_TICKET *ticket; member
/external/chromium/chrome/browser/cocoa/
Dkeystone_glue.mm208 // Returns YES if registration_ is definitely on a user ticket. If definitely
209 // on a system ticket, or uncertain of ticket type (due to an older version
213 // Called when ticket promotion completes.
780 // means that a system ticket is required. Otherwise, only allow
792 // the system level so all users can share the data as part of the ticket
795 // It will also ensure that the Keystone system ticket store is in a usable
844 // complete. Do this before asking Keystone to promote the ticket, because
Dinstall_from_dmg.mm249 // authorization reference, and will attempt Keystone ticket promotion.
300 // ticket. Inform KeystoneGlue of the new path to use.
/external/openssl/patches/
Dhandshake_cutthrough.patch86 - /* Allow NewSessionTicket if ticket expected */
107 + /* Allow NewSessionTicket if ticket expected */
125 + /* Allow NewSessionTicket if ticket expected */
/external/wpa_supplicant_8/src/crypto/
Dtls.h522 (void *ctx, const u8 *ticket, size_t len, const u8 *client_random,
/external/clang/test/Analysis/
DPR3991.m56 - (void)docListListFetchTicket:(GDataServiceTicket *)ticket finishedWithFeed:(GDataFe…
/external/icu4c/test/hdrtst/
Dcxxfiles.txt5 # violate many ICU coding guidelines. These were added with ticket #5996.
/external/wpa_supplicant_8/src/eap_server/
Deap_server_fast.c120 static int eap_fast_session_ticket_cb(void *ctx, const u8 *ticket, size_t len, in eap_fast_session_ticket_cb() argument
136 ticket, len); in eap_fast_session_ticket_cb()
138 if (len < 4 || WPA_GET_BE16(ticket) != PAC_TYPE_PAC_OPAQUE) { in eap_fast_session_ticket_cb()
144 pac_opaque_len = WPA_GET_BE16(ticket + 2); in eap_fast_session_ticket_cb()
145 pac_opaque = ticket + 4; in eap_fast_session_ticket_cb()
/external/icu4c/data/
Dcldr-icu-readme.txt92 # 2012-05-02 (see http://bugs.icu-project.org/trac/ticket/9298).
274 --parents -m 'ticket:mmmm: tag the version used for integrating CLDR NNN'
278 --parents -m 'ticket:mmmm: tag the version used for integrating CLDR NNN'
/external/valgrind/main/
Dglibc-2.X-drd.supp292 # https://svn.boost.org/trac/boost/ticket/3526 for more information about why
/external/icu4c/test/perf/howExpensiveIs/
Dreadme.txt68 http://bugs.icu-project.org/trac/ticket/8653,"""Control"", linux i7
/external/valgrind/main/coregrind/
DMakefile.am386 m_scheduler/ticket-lock-linux.c
404 m_scheduler/ticket-lock-linux.c

12