HomeSort by relevance Sort by last modified time
    Searched full:schedule (Results 51 - 75 of 500) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/openssl/crypto/rc2/
rc2cfb64.c 68 long length, RC2_KEY *schedule, unsigned char *ivec,
86 RC2_encrypt((unsigned long *)ti,schedule);
106 RC2_encrypt((unsigned long *)ti,schedule);
rc2.h 91 long length, RC2_KEY *schedule, unsigned char *ivec,
94 long length, RC2_KEY *schedule, unsigned char *ivec,
rc2ofb64.c 67 long length, RC2_KEY *schedule, unsigned char *ivec,
91 RC2_encrypt((unsigned long *)ti,schedule);
  /external/openssl/include/openssl/
blowfish.h 116 const BF_KEY *schedule, unsigned char *ivec, int enc);
118 const BF_KEY *schedule, unsigned char *ivec, int *num, int enc);
120 const BF_KEY *schedule, unsigned char *ivec, int *num);
  /external/openssl/crypto/bf/
bf_enc.c 225 const BF_KEY *schedule, unsigned char *ivec, int encrypt)
245 BF_encrypt(tin,schedule);
258 BF_encrypt(tin,schedule);
278 BF_decrypt(tin,schedule);
292 BF_decrypt(tin,schedule);
bf_ofb64.c 67 const BF_KEY *schedule, unsigned char *ivec, int *num)
90 BF_encrypt((BF_LONG *)ti,schedule);
  /external/openssl/crypto/des/
xcbc_enc.c 113 long length, DES_key_schedule *schedule,
144 DES_encrypt1(tin,schedule,DES_ENCRYPT);
153 DES_encrypt1(tin,schedule,DES_ENCRYPT);
169 DES_encrypt1(tin,schedule,DES_DECRYPT);
181 DES_encrypt1(tin,schedule,DES_DECRYPT);
cfb_enc.c 72 long length, DES_key_schedule *schedule, DES_cblock *ivec,
103 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
150 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
cbc_cksm.c 62 long length, DES_key_schedule *schedule,
85 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
ofb64enc.c 67 DES_key_schedule *schedule, DES_cblock *ivec, int *num)
90 DES_encrypt1(ti,schedule,DES_ENCRYPT);
ofb_enc.c 68 long length, DES_key_schedule *schedule,
105 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
  /external/openssl/crypto/rc4/asm/
rc4-586.pl 26 # (**) This number requires compressed key schedule set up by
67 &mov ($dat,&wparam(0)); # load key schedule pointer
88 # detect compressed key schedule...
210 # schedule, a.k.a. RC4_INT. Performance improvement for IA-32 hand-coded
213 # schedule for x86[_64], because non-P4 implementations suffer from
217 # key schedule, which is recognized by RC4 procedure.
242 &mov (&DWP(256,$out),-1); # mark schedule as compressed
  /development/samples/ApiDemos/src/com/example/android/apis/app/
_index.html 92 <dd>Demonstrates two ways you can schedule alarms: a one-shot alarm that
108 <dd>Demonstrates how you can schedule an alarm that causes a service to
109 be started. This is useful when you want to schedule alarms that initiate
  /external/ipsec-tools/src/racoon/
Makefile.am 6 schedule.h sockmisc.h vmbuf.h isakmp_var.h isakmp.h isakmp_xauth.h \
36 plog.c logger.c schedule.c str2val.c \
75 dhgroup.h isakmp_agg.h netdb_dnssec.h schedule.h \
  /frameworks/base/core/java/android/widget/
DateTimeView.java 167 // Schedule the next update
174 // If the time is in the past, don't schedule an update
177 // If hte time is in the future, schedule one at the earlier of twelve hours
  /external/chromium/base/third_party/nss/
sha256.h 44 PRUint32 w[64]; /* message schedule, input buffer, plus 48 words */
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_init.c 54 /* schedule key */
  /external/dropbear/libtomcrypt/src/mac/f9/
f9_done.c 51 /* schedule modified key */
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
CredentialsCache.java 85 this.timer.schedule(timeoutTask, cacheTime*1000);
  /external/webkit/WebCore/loader/
CachedFont.h 60 virtual bool schedule() const { return true; } function in class:WebCore::CachedFont
RedirectScheduler.h 70 void schedule(PassOwnPtr<ScheduledRedirection>);
  /external/webkit/WebCore/platform/qt/
QWebPageClient.h 53 // if scheduleSync is true, we schedule a sync ourselves. otherwise,
  /external/webkit/WebCore/svg/animation/
SMILTimeContainer.h 50 void schedule(SVGSMILElement*);
  /external/chromium/base/
message_pump.h 108 // Schedule a DoWork callback to happen reasonably soon. Does nothing if a
114 // Schedule a DoDelayedWork callback to happen at the specified time,
  /external/openssl/crypto/rc4/
rc4_skey.c 124 * vector and set up compressed key schedule, which is
134 /* mark schedule as compressed! */

Completed in 319 milliseconds

1 23 4 5 6 7 8 91011>>