Home
last modified time | relevance | path

Searched refs:sched (Results 1 – 20 of 20) sorted by relevance

/external/ipsec-tools/src/racoon/
Dschedule.c69 static TAILQ_HEAD(_schedtree, sched) sctree;
71 static void sched_add __P((struct sched *));
84 struct sched *p, *next = NULL; in schedular()
126 struct sched *
133 struct sched *new;
135 new = (struct sched *)racoon_malloc(sizeof(*new));
159 struct sched *sc; in sched_add()
161 struct sched *p;
199 struct sched *sc; in sched_kill()
211 struct sched *sc;
[all …]
Dschedule.h42 struct sched { struct
56 TAILQ_ENTRY(sched) chain; argument
79 struct sched *sched_new __P((time_t, void (*func) __P((void *)), void *));
80 void sched_kill __P((struct sched *));
Dhandler.h143 struct sched *sce; /* schedule for expire */
145 struct sched *scr; /* schedule for resend */
203 struct sched *dpd_r_u;
262 struct sched *sce; /* schedule for expire */
263 struct sched *scr; /* schedule for resend */
345 struct sched *scr; /* schedule for resend, may not used */
Disakmp_var.h53 struct sched;
Disakmp.c2193 struct sched *sc;
/external/openssl/crypto/des/
Denc_read.c87 int DES_enc_read(int fd, void *buf, int len, DES_key_schedule *sched, in OPENSSL_IMPLEMENT_GLOBAL()
195 DES_pcbc_encrypt(net,unnet,num,sched,iv,DES_DECRYPT); in OPENSSL_IMPLEMENT_GLOBAL()
197 DES_cbc_encrypt(net,unnet,num,sched,iv,DES_DECRYPT); in OPENSSL_IMPLEMENT_GLOBAL()
217 DES_pcbc_encrypt(net,tmpbuf,num,sched,iv, in OPENSSL_IMPLEMENT_GLOBAL()
220 DES_cbc_encrypt(net,tmpbuf,num,sched,iv, in OPENSSL_IMPLEMENT_GLOBAL()
230 DES_pcbc_encrypt(net,buf,num,sched,iv, in OPENSSL_IMPLEMENT_GLOBAL()
233 DES_cbc_encrypt(net,buf,num,sched,iv, in OPENSSL_IMPLEMENT_GLOBAL()
Denc_writ.c81 DES_key_schedule *sched, DES_cblock *iv) in DES_enc_write() argument
118 ((len-i) > MAXWRITE)?MAXWRITE:(len-i),sched,iv); in DES_enc_write()
146 DES_pcbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv, in DES_enc_write()
149 DES_cbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv, in DES_enc_write()
Ddes_old.c180 int _ossl_old_des_enc_read(int fd,char *buf,int len,des_key_schedule sched, in _ossl_old_des_enc_read() argument
183 return DES_enc_read(fd, buf, len, (DES_key_schedule *)sched, iv); in _ossl_old_des_enc_read()
185 int _ossl_old_des_enc_write(int fd,char *buf,int len,des_key_schedule sched, in _ossl_old_des_enc_write() argument
188 return DES_enc_write(fd, buf, len, (DES_key_schedule *)sched, iv); in _ossl_old_des_enc_write()
Ddes.h203 int DES_enc_read(int fd,void *buf,int len,DES_key_schedule *sched,
205 int DES_enc_write(int fd,const void *buf,int len,DES_key_schedule *sched,
Ddes_old.h372 int _ossl_old_des_enc_read(int fd,char *buf,int len,_ossl_old_des_key_schedule sched,
374 int _ossl_old_des_enc_write(int fd,char *buf,int len,_ossl_old_des_key_schedule sched,
/external/bluetooth/glib/gthread/
Dgthread-posix.c138 struct sched_param sched; in g_thread_impl_init() local
140 posix_check_cmd (pthread_getschedparam (pthread_self(), &policy, &sched)); in g_thread_impl_init()
141 priority_normal_value = sched.sched_priority; in g_thread_impl_init()
345 struct sched_param sched; in g_thread_create_posix_impl() local
346 posix_check_cmd (pthread_attr_getschedparam (&attr, &sched)); in g_thread_create_posix_impl()
347 sched.sched_priority = g_thread_priority_map [priority]; in g_thread_create_posix_impl()
348 posix_check_cmd_prio (pthread_attr_setschedparam (&attr, &sched)); in g_thread_create_posix_impl()
402 struct sched_param sched; in g_thread_set_priority_posix_impl() local
405 &sched)); in g_thread_set_priority_posix_impl()
406 sched.sched_priority = g_thread_priority_map [priority]; in g_thread_set_priority_posix_impl()
[all …]
DChangeLog629 * gthread-posix.c: Include <sched.h> if available.
/external/openssl/include/openssl/
Ddes.h203 int DES_enc_read(int fd,void *buf,int len,DES_key_schedule *sched,
205 int DES_enc_write(int fd,const void *buf,int len,DES_key_schedule *sched,
Ddes_old.h372 int _ossl_old_des_enc_read(int fd,char *buf,int len,_ossl_old_des_key_schedule sched,
374 int _ossl_old_des_enc_write(int fd,char *buf,int len,_ossl_old_des_key_schedule sched,
/external/libnfc-nxp/
DAndroid.mk115 LOCAL_CFLAGS += -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -msoft-float -Uarm …
/external/bluetooth/glib/
Dconfig.h.win32.in354 /* Define to 1 if you have the <sched.h> header file. */
Dconfigure.in857 AC_CHECK_HEADERS([sys/select.h sys/types.h stdint.h sched.h malloc.h])
1825 #include <sched.h>
DChangeLog.pre-2-04428 * configure.in: Check for the sched.h header and include it on
/external/ipsec-tools/
DChangeLog380 sched check is now done in SCHED_KILL
/external/dropbear/libtomcrypt/
Dchanges699 …-- Updated demos/x86_prof.c to use Yarrow during the key sched testing [was horribly slow on platf…