Searched defs:aux (Results 1 - 25 of 64) sorted by relevance

123

/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dt_x509a.c68 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) argument
72 if(!aux) return 1;
73 if(aux->trust) {
77 for(i = 0; i < sk_ASN1_OBJECT_num(aux->trust); i++) {
81 sk_ASN1_OBJECT_value(aux->trust, i), 0);
86 if(aux->reject) {
90 for(i = 0; i < sk_ASN1_OBJECT_num(aux->reject); i++) {
94 sk_ASN1_OBJECT_value(aux->reject, i), 0);
99 if(aux->alias) BIO_printf(out, "%*sAlias: %s\n", indent, "",
100 aux
[all...]
H A Dbio_ndef.c105 const ASN1_AUX *aux = it->funcs; local
108 if (!aux || !aux->asn1_cb)
134 if (aux->asn1_cb(ASN1_OP_STREAM_PRE, &val, it, &sarg) <= 0)
213 const ASN1_AUX *aux; local
221 aux = ndef_aux->it->funcs;
227 if (aux->asn1_cb(ASN1_OP_STREAM_POST,
H A Dtasn_fre.c84 const ASN1_AUX *aux = it->funcs; local
91 if (aux && aux->asn1_cb)
92 asn1_cb = aux->asn1_cb;
H A Dtasn_new.c94 const ASN1_AUX *aux = it->funcs; local
98 if (aux && aux->asn1_cb)
99 asn1_cb = aux->asn1_cb;
H A Dtasn_utl.c103 const ASN1_AUX *aux; local
108 aux = it->funcs;
109 if (!aux || !(aux->flags & ASN1_AFLG_REFCOUNT))
111 lck = offset2ptr(*pval, aux->ref_offset);
117 ret = CRYPTO_add(lck, op, aux->ref_lock);
130 const ASN1_AUX *aux; local
133 aux = it->funcs;
134 if (!aux || !(aux
[all...]
/external/openssl/crypto/asn1/
H A Dt_x509a.c68 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) argument
72 if(!aux) return 1;
73 if(aux->trust) {
77 for(i = 0; i < sk_ASN1_OBJECT_num(aux->trust); i++) {
81 sk_ASN1_OBJECT_value(aux->trust, i), 0);
86 if(aux->reject) {
90 for(i = 0; i < sk_ASN1_OBJECT_num(aux->reject); i++) {
94 sk_ASN1_OBJECT_value(aux->reject, i), 0);
99 if(aux->alias) BIO_printf(out, "%*sAlias: %s\n", indent, "",
100 aux
[all...]
H A Dbio_ndef.c105 const ASN1_AUX *aux = it->funcs; local
108 if (!aux || !aux->asn1_cb)
134 if (aux->asn1_cb(ASN1_OP_STREAM_PRE, &val, it, &sarg) <= 0)
213 const ASN1_AUX *aux; local
221 aux = ndef_aux->it->funcs;
227 if (aux->asn1_cb(ASN1_OP_STREAM_POST,
H A Dtasn_fre.c84 const ASN1_AUX *aux = it->funcs; local
91 if (aux && aux->asn1_cb)
92 asn1_cb = aux->asn1_cb;
H A Dtasn_new.c94 const ASN1_AUX *aux = it->funcs; local
98 if (aux && aux->asn1_cb)
99 asn1_cb = aux->asn1_cb;
/external/chromium_org/components/nacl/loader/
H A Dnacl_sandbox_linux.cc52 playground2::Sandbox* sb, int sysno, void* aux) {
117 return baseline_policy.Run(sb, sysno, aux);
51 NaClBpfSandboxPolicy( playground2::Sandbox* sb, int sysno, void* aux) argument
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Derrorcode.cc26 ErrorCode::ErrorCode(Trap::TrapFnc fnc, const void *aux, bool safe, argument
30 aux_(const_cast<void *>(aux)),
H A Dsyscall_unittest.cc72 intptr_t CopySyscallArgsToAux(const struct arch_seccomp_data& args, void *aux) { argument
73 // |aux| is a pointer to our BPF_AUX.
75 static_cast<std::vector<uint64_t>*>(aux);
81 ErrorCode CopyAllArgsOnUnamePolicy(Sandbox *sandbox, int sysno, void *aux) { argument
86 return sandbox->Trap(CopySyscallArgsToAux, aux);
H A Dtrap.h44 typedef intptr_t (*TrapFnc)(const struct arch_seccomp_data& args, void *aux);
50 static ErrorCode MakeTrap(TrapFnc fnc, const void *aux, bool safe);
73 aux(a),
77 const void *aux; member in struct:playground2::Trap::TrapKey
94 ErrorCode MakeTrapImpl(TrapFnc fnc, const void *aux, bool safe);
H A Dtrap.cc201 } else if (aux != o.aux) {
202 return aux < o.aux;
208 ErrorCode Trap::MakeTrap(TrapFnc fnc, const void *aux, bool safe) { argument
209 return GetInstance()->MakeTrapImpl(fnc, aux, safe);
212 ErrorCode Trap::MakeTrapImpl(TrapFnc fnc, const void *aux, bool safe) { argument
233 TrapKey key(fnc, aux, safe);
299 trap_array_[trap_array_size_] = ErrorCode(fnc, aux, safe, id);
303 return ErrorCode(fnc, aux, saf
[all...]
H A Dverifier.cc371 void *aux = evaluators.begin()->second; local
394 ErrorCode code = evaluate_syscall(sandbox, sysnum, aux);
/external/libselinux/src/
H A DcheckAccess.c18 int selinux_check_access(const security_context_t scon, const security_context_t tcon, const char *class, const char *perm, void *aux) { argument
39 return avc_has_perm (scon_id, tcon_id, sclass, av, NULL, aux);
/external/openssh/
H A Drsa.c134 BIGNUM *aux; local
137 if ((aux = BN_new()) == NULL)
142 if ((BN_sub(aux, rsa->q, BN_value_one()) == 0) ||
143 (BN_mod(rsa->dmq1, rsa->d, aux, ctx) == 0) ||
144 (BN_sub(aux, rsa->p, BN_value_one()) == 0) ||
145 (BN_mod(rsa->dmp1, rsa->d, aux, ctx) == 0))
148 BN_clear_free(aux);
/external/pixman/pixman/
H A Dpixman-arm.c140 Elf32_auxv_t aux; local
146 while (read (fd, &aux, sizeof(Elf32_auxv_t)) == sizeof(Elf32_auxv_t))
148 if (aux.a_type == AT_HWCAP)
150 uint32_t hwcap = aux.a_un.a_val;
163 else if (aux.a_type == AT_PLATFORM)
165 const char *plat = (const char*) aux.a_un.a_val;
H A Dpixman-ppc.c90 } aux; local
95 while (read (fd, &aux, sizeof (aux)) == sizeof (aux))
97 if (aux.type == AT_HWCAP && (aux.value & PPC_FEATURE_HAS_ALTIVEC))
/external/bison/
H A DGNUmakefile40 _build-aux ?= build-aux
48 $(shell test -f $(srcdir)/$(_build-aux)/git-version-gen && echo yes)
55 && $(_build-aux)/git-version-gen \
96 _build-aux ?= build-aux
/external/chromium/third_party/libjingle/source/talk/base/
H A Dnethelpers.cc134 char* aux = static_cast<char*>(buf) + sizeof(hostent); local
136 while ((ret = gethostbyname_r(hostname, reinterpret_cast<hostent*>(buf), aux,
146 aux = static_cast<char*>(buf) + sizeof(hostent);
/external/eigen/bench/
H A DbenchBlasGemm.cpp39 int aux; local
41 "stmxcsr %[aux] \n\t"
42 "orl $32832, %[aux] \n\t"
43 "ldmxcsr %[aux] \n\t"
44 : : [aux] "m" (aux));
H A DBenchSparseUtil.h48 std::set<int> aux; local
52 while (aux.find(k)!=aux.end())
54 aux.insert(k);
103 cs* aux = cs_spalloc (0, 0, 1, 1, 1); local
106 if (!cs_entry(aux, it.index(), j, it.value()))
111 dst = cs_compress(aux);
112 // cs_spfree(aux);
/external/dhcpcd/
H A Dlpf.c179 struct tpacket_auxdata *aux; local
206 aux = (void *)CMSG_DATA(cmsg);
207 *partialcsum = aux->tp_status &
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DAlignedBox.h148 Scalar aux; local
151 if ((aux = (p[k]-m_min[k]))<Scalar(0))
152 dist2 += aux*aux;
153 else if ( (aux = (m_max[k]-p[k]))<Scalar(0))
154 dist2 += aux*aux;

Completed in 332 milliseconds

123