HomeSort by relevance Sort by last modified time
    Searched refs:sce (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/net/third_party/nss/ssl/
sslsnce.c 347 /* Put a certificate in the cache. Update the cert index in the sce.
350 CacheCert(cacheDesc * cache, CERTCertificate *cert, sidCacheEntry *sce)
362 cce.sessionIDLength = sce->sessionIDLength;
363 PORT_Memcpy(cce.sessionID, sce->sessionID, cce.sessionIDLength);
380 sce->u.ssl3.certIndex = ndx;
405 /* Put a name in the cache. Update the cert index in the sce.
408 CacheSrvName(cacheDesc * cache, SECItem *name, sidCacheEntry *sce)
440 sce->u.ssl3.srvNameIndex = ndx;
442 PORT_Memcpy(sce->u.ssl3.srvNameHash, snce.nameHash, SHA256_LENGTH);
702 sidCacheEntry * sce; local
758 sidCacheEntry sce; local
849 sidCacheEntry sce; local
    [all...]
  /external/ipsec-tools/src/racoon/
handler.h 143 struct sched *sce; /* schedule for expire */ member in struct:ph1handle
262 struct sched *sce; /* schedule for expire */ member in struct:ph2handle
handler.c 330 iph1->sce = NULL;
507 && p->sce == NULL && p->scr == NULL){
599 iph2->sce = NULL;
1315 iph1->sce = sched_new(1, isakmp_ph1delete_stub, iph1);
isakmp.c 867 iph1->sce = sched_new(iph1->approval->lifetime,
    [all...]
pfkey.c 817 SCHED_KILL(iph2->sce);
1269 SCHED_KILL(iph2->sce);
1301 iph2->sce = sched_new(iph2->approval->lifetime,
    [all...]
isakmp_inf.c 1118 SCHED_KILL(iph1->sce);
1120 iph1->sce = sched_new(1, isakmp_ph1delete_stub, iph1);
    [all...]
isakmp_quick.c 135 iph2->sce = sched_new(lcconf->wait_ph2complete,
1169 iph2->sce = sched_new(lcconf->wait_ph2complete,
    [all...]
  /external/robolectric/lib/main/
commons-logging-1.1.1.jar 
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /external/chromium_org/v8/tools/gyp/
v8_base.arm.host.darwin-arm.mk 104 v8/src/hydrogen-sce.cc \
v8_base.arm.host.linux-arm.mk 104 v8/src/hydrogen-sce.cc \
v8_base.ia32.host.darwin-x86.mk 104 v8/src/hydrogen-sce.cc \
v8_base.ia32.host.linux-x86.mk 104 v8/src/hydrogen-sce.cc \
v8_base.mipsel.host.darwin-mips.mk 104 v8/src/hydrogen-sce.cc \
v8_base.mipsel.host.linux-mips.mk 104 v8/src/hydrogen-sce.cc \
v8_base.arm.target.darwin-arm.mk 105 v8/src/hydrogen-sce.cc \
v8_base.arm.target.linux-arm.mk 105 v8/src/hydrogen-sce.cc \
v8_base.ia32.target.darwin-x86.mk 105 v8/src/hydrogen-sce.cc \
v8_base.ia32.target.linux-x86.mk 105 v8/src/hydrogen-sce.cc \
v8_base.mipsel.target.darwin-mips.mk 105 v8/src/hydrogen-sce.cc \
v8_base.mipsel.target.linux-mips.mk 105 v8/src/hydrogen-sce.cc \
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile     [all...]

Completed in 364 milliseconds

1 2