HomeSort by relevance Sort by last modified time
    Searched defs:chain (Results 51 - 75 of 75) sorted by null

1 23

  /external/openssl/include/openssl/
x509_vfy.h 114 certificate chain.
181 * validation. Once we have a certificate chain, the 'verify'
182 * function is then called to actually check the cert chain. */
199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
228 * gathering of the cert chain can take some time (and have to be
237 STACK_OF(X509) *untrusted; /* chain of X509s - untrusted - passed in */
248 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
258 int valid; /* if 0, rebuild chain */
260 STACK_OF(X509) *chain; /* chain of X509s - built up and trusted * member in struct:x509_store_ctx_st
    [all...]
  /external/quake/quake/src/QW/client/
gl_model.h 122 struct glpoly_s *chain; member in struct:glpoly_s
  /external/quake/quake/src/QW/server/
pr_cmds.c 758 Returns a chain of entities that have origins within a spherical area
765 edict_t *ent, *chain; local
771 chain = (edict_t *)sv.edicts;
788 ent->v.chain = EDICT_TO_PROG(chain);
789 chain = ent;
792 RETURN_EDICT(chain);
  /external/quake/quake/src/WinQuake/
gl_model.h 118 struct glpoly_s *chain; member in struct:glpoly_s
pr_cmds.cpp 875 Returns a chain of entities that have origins within a spherical area
882 edict_t *ent, *chain; local
888 chain = (edict_t *)sv.edicts;
905 ent->u.v.chain = EDICT_TO_PROG(chain);
906 chain = ent;
909 RETURN_EDICT(chain);
1007 ed->u.v.chain = EDICT_TO_PROG(last);
1015 first->u.v.chain = last->u.v.chain;
    [all...]
  /external/wpa_supplicant/
tlsv1_client.c 435 struct x509_certificate *chain = NULL, *last = NULL, *cert; local
528 x509_certificate_chain_free(chain);
542 x509_certificate_chain_free(chain);
557 x509_certificate_chain_free(chain);
568 x509_certificate_chain_free(chain);
573 chain = cert;
582 if (x509_certificate_chain_validate(conn->trusted_certs, chain,
585 wpa_printf(MSG_DEBUG, "TLSv1: Server certificate chain "
611 x509_certificate_chain_free(chain);
615 x509_certificate_chain_free(chain);
    [all...]
  /frameworks/base/services/audioflinger/
AudioFlinger.h 628 status_t addEffectChain_l(const sp<EffectChain>& chain);
629 size_t removeEffectChain_l(const sp<EffectChain>& chain);
983 wp<EffectChain>& chain() { return mChain; } function in class:android::AudioFlinger::EffectModule
    [all...]
AudioFlinger.cpp 356 // move effect chain to this output thread if an effect on same session was waiting
1072 sp<EffectChain> chain = mEffectChains[i]; local
1073 if (chain != 0) {
1074 chain->dump(fd, args);
1192 sp<EffectChain> chain = getEffectChain_l(sessionId); local
1315 sp<EffectChain> chain = getEffectChain_l(track->sessionId()); local
1458 sp<EffectChain> chain; local
1700 sp<EffectChain> chain = getEffectChain_l(AudioSystem::SESSION_OUTPUT_MIX); local
4858 sp<EffectChain> chain = srcThread->getEffectChain_l(session); local
4920 sp<EffectChain> chain; local
5027 sp<EffectChain> chain = getEffectChain_l(sessionId); local
5067 sp<EffectChain> chain = effect->chain().promote(); local
5193 sp<EffectChain> chain = getEffectChain_l(sessionId); local
5442 sp<EffectChain> chain = mChain.promote(); local
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java 583 * chain it sees, so it can later be queried.
587 private X509Certificate[] chain; field in class:SSLSocketTest.TestTrustManager
591 public void checkClientTrusted(X509Certificate[] chain, String authType) {
592 this.chain = chain;
596 public void checkServerTrusted(X509Certificate[] chain, String authType) {
597 this.chain = chain;
606 return chain;
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 244 unsigned int num_locks; /* number of chain locks held */
411 /* a global lock allows us to avoid per chain locks */
506 /* a global lock allows us to avoid per chain locks */
640 /* can't combine global and chain locks */
743 /* lock/unlock one hash chain. This is meant to be used to reduce
750 /* lock/unlock one hash chain, non-blocking. This is meant to be used
758 /* mark a chain as locked without actually locking it. Warning! use with great caution! */
764 /* unmark a chain as locked without actually locking it. Warning! use with great caution! */
946 static void tdb_next_hash_chain(struct tdb_context *tdb, u32 *chain)
948 u32 h = *chain;
1411 u32 chain = (off-FREELIST_TOP) \/ sizeof(tdb_off_t); local
    [all...]
  /external/elfutils/src/
ldgeneric.c 5228 Elf32_Word *chain; local
    [all...]
readelf.c 2401 Elf32_Word *chain; local
    [all...]
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.h 396 tree chain;
854 &__t->common.chain; }))
928 #define TREE_CHAIN(NODE) ((NODE)->common.chain)
393 tree chain; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree.h 397 tree chain;
862 &__t->common.chain; }))
936 #define TREE_CHAIN(NODE) ((NODE)->common.chain)
394 tree chain; local
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/sqlite/dist/
sqlite3.c 6265 HashElem *chain; \/* Pointer to first entry with this hash *\/ member in struct:Hash::_ht
98661 Fts3HashElem *chain; \/* Pointer to first entry with this hash *\/ member in struct:Fts3Hash::_fts3ht
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 8545 milliseconds

1 23