/external/ipsec-tools/src/racoon/ |
D | schedule.c | 69 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 …]
|
D | schedule.h | 42 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 *));
|
D | handler.h | 143 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 */
|
D | isakmp_var.h | 53 struct sched;
|
D | isakmp.c | 2193 struct sched *sc;
|
/external/openssl/crypto/des/ |
D | enc_read.c | 87 int DES_enc_read(int fd, void *buf, int len, DES_key_schedule *sched, in DES_enc_read() argument 184 DES_pcbc_encrypt(net,unnet,num,sched,iv,DES_DECRYPT); in DES_enc_read() 186 DES_cbc_encrypt(net,unnet,num,sched,iv,DES_DECRYPT); in DES_enc_read() 206 DES_pcbc_encrypt(net,tmpbuf,num,sched,iv, in DES_enc_read() 209 DES_cbc_encrypt(net,tmpbuf,num,sched,iv, in DES_enc_read() 219 DES_pcbc_encrypt(net,buf,num,sched,iv, in DES_enc_read() 222 DES_cbc_encrypt(net,buf,num,sched,iv, in DES_enc_read()
|
D | enc_writ.c | 81 DES_key_schedule *sched, DES_cblock *iv) in DES_enc_write() argument 115 ((len-i) > MAXWRITE)?MAXWRITE:(len-i),sched,iv); in DES_enc_write() 143 DES_pcbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv, in DES_enc_write() 146 DES_cbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv, in DES_enc_write()
|
D | des_old.c | 180 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()
|
D | des.h | 203 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,
|
D | des_old.h | 372 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/opencore/android/drm/oma1/test/ |
D | test_pv_player_engine_main.cpp | 313 OsclExecScheduler *sched=OsclExecScheduler::Current(); in TestCompleted() local 314 if (sched) in TestCompleted() 316 sched->StopScheduler(); in TestCompleted() 360 OsclExecScheduler *sched = OsclExecScheduler::Current(); in test() local 362 if (sched) in test() 370 sched->StartNativeScheduler(); in test() 373 sched->StartScheduler(); in test()
|
/external/opencore/oscl/oscl/osclproc/src/ |
D | oscl_scheduler.cpp | 89 OsclExecScheduler *sched = OsclExecScheduler::NewL(name, alloc, nreserve); in OSCL_DLL_ENTRY_POINT_DEFAULT() 90 sched->InstallScheduler();); in OSCL_DLL_ENTRY_POINT_DEFAULT() 100 OsclExecSchedulerCommonBase *sched = OsclExecSchedulerCommonBase::GetScheduler(); in Cleanup() local 101 if (!sched) in Cleanup() 103 sched->UninstallScheduler(); in Cleanup() 104 Oscl_DefAlloc *alloc = sched->iAlloc; in Cleanup() 105 sched->~OsclExecSchedulerCommonBase(); in Cleanup() 106 alloc->deallocate(sched); in Cleanup() 262 OsclExecSchedulerCommonBase *sched = GetScheduler(); in GetName() local 263 if (sched) in GetName() [all …]
|
/external/opencore/engines/author/test/src/ |
D | test_pv_mediainput_author_engine.cpp | 833 OsclExecScheduler *sched = OsclExecScheduler::Current(); in test() local 834 if (sched) in test() 845 sched->StartNativeScheduler(); in test() 857 sched->StartScheduler(); in test() 899 OsclExecScheduler *sched = OsclExecScheduler::Current(); in CompleteTest() local 900 if (sched) in CompleteTest() 902 sched->StopScheduler(); in CompleteTest()
|
D | pvaetest.cpp | 247 OsclExecScheduler *sched = OsclExecScheduler::Current(); in test() local 248 if (sched) in test() 257 sched->StartNativeScheduler(); in test() 260 OSCL_TRY(err, sched->StartScheduler();); in test() 469 OsclExecScheduler *sched = OsclExecScheduler::Current(); in CompleteTest() local 470 if (sched) in CompleteTest() 472 sched->StopScheduler(); in CompleteTest()
|
/external/opencore/engines/adapters/player/framemetadatautility/test/src/ |
D | test_pv_frame_metadata_utility.cpp | 950 OsclExecScheduler *sched = OsclExecScheduler::Current(); in TestCompleted() local 951 if (sched) in TestCompleted() 953 sched->StopScheduler(); in TestCompleted() 1217 OsclExecScheduler *sched = OsclExecScheduler::Current(); in test() local 1218 if (sched) in test() 1227 sched->StartNativeScheduler(); in test() 1230 sched->StartScheduler(); in test()
|
/external/opencore/android/ |
D | metadatadriver.cpp | 108 OsclExecScheduler *sched = OsclExecScheduler::Current(); in retrieverThread() local 109 sched->StartScheduler(); in retrieverThread() 576 OsclExecScheduler *sched=OsclExecScheduler::Current(); in handleCleanUp() local 577 if (sched) { in handleCleanUp() 578 sched->StopScheduler(); in handleCleanUp()
|
D | android_audio_output.cpp | 208 bool sched = false; in DiscardData() local 227 sched = true; in DiscardData() 240 if (sched) in DiscardData()
|
D | playerdriver.cpp | 994 OsclExecScheduler *sched = OsclExecScheduler::Current(); in handleQuit() local 995 sched->StopScheduler(); in handleQuit() 1039 OsclExecScheduler *sched = OsclExecScheduler::Current(); in playerThread() local 1042 OSCL_TRY(error, sched->StartScheduler(mSyncSem)); in playerThread()
|
/external/openssl/include/openssl/ |
D | des.h | 203 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,
|
D | des_old.h | 372 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/opencore/android/author/ |
D | authordriver.cpp | 994 OsclExecScheduler *sched = OsclExecScheduler::Current(); in handleQuit() local 995 sched->StopScheduler(); in handleQuit() 1059 OsclExecScheduler *sched = OsclExecScheduler::Current(); in authorThread() local 1061 OSCL_TRY(error, sched->StartScheduler(mSyncSem)); in authorThread()
|
/external/opencore/engines/player/test/src/ |
D | test_pv_player_engine.cpp | 2179 OsclExecScheduler *sched = OsclExecScheduler::Current(); in TestCompleted() local 2180 if (sched) in TestCompleted() 2182 sched->StopScheduler(); in TestCompleted() 9709 OsclExecScheduler *sched = OsclExecScheduler::Current(); in test() local 9710 if (sched) in test() 9719 sched->StartNativeScheduler(); in test() 9722 sched->StartScheduler(); in test()
|
D | test_pv_player_engine_testset1.cpp | 17483 OsclExecScheduler* sched = OsclExecScheduler::Current(); in TestCompleted() local 17484 if (sched) in TestCompleted() 17485 sched->StopScheduler(); in TestCompleted() 17525 OsclExecScheduler* sched = OsclExecScheduler::Current(); in InThread() local 17526 sched->StartScheduler(); in InThread()
|
/external/ipsec-tools/ |
D | ChangeLog | 348 sched check is now done in SCHED_KILL
|
/external/dropbear/libtomcrypt/ |
D | changes | 699 …-- Updated demos/x86_prof.c to use Yarrow during the key sched testing [was horribly slow on platf…
|