Searched refs:aux (Results 1 - 25 of 264) sorted by relevance

1234567891011

/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dx_x509a.c87 if(!x->aux && !(x->aux = X509_CERT_AUX_new())) return NULL;
88 return x->aux;
93 X509_CERT_AUX *aux;
96 if (!x || !x->aux || !x->aux->alias)
98 ASN1_UTF8STRING_free(x->aux->alias);
99 x->aux->alias = NULL;
102 if(!(aux = aux_get(x))) return 0;
103 if(!aux
[all...]
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 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...]
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 Dx_x509.c101 ret->aux = NULL;
112 X509_CERT_AUX_free(ret->aux);
189 if(!d2i_X509_CERT_AUX(&ret->aux, pp, length)) goto err;
200 if(a) length += i2d_X509_CERT_AUX(a->aux, pp);
/macosx-10.10.1/man-16/man/man2html/scripts/cgi-bin/man/
H A Dmansearchhelp3 MANSH=/home/httpd/cgi-aux/man/mansearchhelp.aux
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Dpmtop19 ps -aux | sort -nr -k 3 | sed ${SS}q
/macosx-10.10.1/OpenSSH-189/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);
/macosx-10.10.1/misc_cmds-33/calendar/calendars/fr_FR.ISO8859-1/
H A Dcalendar.fetes25 01/02 Bonne f�te aux Basile !
28 01/03 Bonne f�te aux Genevi�ve !
31 01/04 Bonne f�te aux Ang�le !
34 01/05 Bonne f�te aux Gerlac !
40 01/07 Bonne f�te aux Virginie !
43 01/08 Bonne f�te aux Peggy !
46 01/09 Bonne f�te aux Alix !
49 01/11 Bonne f�te aux Paulin !
52 01/12 Bonne f�te aux Alfred !
55 01/13 Bonne f�te aux Vivenc
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dpsize.sh30 # existance before we run psize.aux, because `test -e' is not portable,
37 ./psize.aux 2>"$TMPFILE" | sleep 3
/macosx-10.10.1/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-tasn-utl.c112 const ASN1_AUX *aux; local
117 aux = it->funcs;
118 if (!aux || !(aux->flags & ASN1_AFLG_REFCOUNT))
120 lck = offset2ptr(*pval, aux->ref_offset);
126 /* XXX ret = CRYPTO_add(lck, op, aux->ref_lock); */
140 const ASN1_AUX *aux; local
143 aux = it->funcs;
144 if (!aux || !(aux
[all...]
H A Dcs-tasn-fre.c116 const ASN1_AUX *aux = it->funcs; local
123 if (aux && aux->asn1_cb)
124 asn1_cb = aux->asn1_cb;
/macosx-10.10.1/network_cmds-457/mptcp_client/
H A Dconn_lib.c144 struct sockaddr *src = NULL, *dst = NULL, *aux = NULL; local
173 aux = calloc(1, scir.scir_aux_len);
174 if (aux == NULL)
176 scir.scir_aux_data = aux;
187 // tells us the length of the aux structure so we know how much to allocate
188 // memory. There may not be any aux data, which will be indicated by the aux
190 if (scir.scir_aux_len == 0 && aux != NULL) {
191 free(aux);
192 aux
[all...]
/macosx-10.10.1/libiconv-42/libiconv/libcharset/tools/
H A Dall-locales7 host=`/bin/sh ../build-aux/config.guess`
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/
H A Dbuild.cpp52 std::vector< const char* > aux; local
56 aux.push_back(static_cast< const char* >(atf_list_citer_data(iter)));
58 return atf::process::argv_array(aux);
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/src/
H A Dasl.c804 asl_msg_t *aux; local
809 aux = asl_msg_new(ASL_TYPE_MSG);
810 if (aux == NULL) return NULL;
813 if (level <= 7) asl_msg_set_key_val(aux, ASL_KEY_LEVEL, level_to_number_string[level]);
819 asl_msg_set_key_val(aux, ASL_KEY_TIME, aux_val);
822 asl_msg_set_key_val(aux, ASL_KEY_TIME_NSEC, aux_val);
826 if (mstr != NULL) asl_msg_set_key_val(aux, ASL_KEY_MSG, mstr);
830 if (gethostname(aux_host, _POSIX_HOST_NAME_MAX) == 0) asl_msg_set_key_val(aux, ASL_KEY_HOST, aux_host);
834 asl_msg_set_key_val(aux, ASL_KEY_PID, aux_val);
838 asl_msg_set_key_val(aux, ASL_KEY_UI
1260 asl_msg_t *aux; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dtildify.el194 aux)
211 (setq aux (tildify-tildify a (marker-position z) ask))
212 (if (eq aux 'force)
214 (if (eq aux nil)
283 aux)
286 (if (stringp (setq aux (car expression)))
288 (regexp-quote (match-string aux)))))
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dschoof.c71 static giant *mcand, coe, tmp, err, aux, aux2, globx, globy, t1, t2, variable
189 aux = newgiant(MAX_DIGS);
466 itog(1, aux);
475 subg(aux, tscratch->coe[0]);
586 gtog(a, aux); mulg(a, aux); negg(aux);
587 gtog(aux, s[3]->coe[0]);
588 gtog(b, aux); smulg(12, aux);
[all...]
H A Dschoofs.c55 static giant *mcand, coe, tmp, err, aux, aux2, globx, globy, t1, t2, variable
175 aux = newgiant(MAX_DIGS);
466 itog(1, aux);
475 subg(aux, tscratch->coe[0]);
586 gtog(a, aux); mulg(a, aux); negg(aux);
587 gtog(aux, s[3]->coe[0]);
588 gtog(b, aux); smulg(12, aux);
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dschoof.c71 static giant *mcand, coe, tmp, err, aux, aux2, globx, globy, t1, t2, variable
189 aux = newgiant(MAX_DIGS);
466 itog(1, aux);
475 subg(aux, tscratch->coe[0]);
586 gtog(a, aux); mulg(a, aux); negg(aux);
587 gtog(aux, s[3]->coe[0]);
588 gtog(b, aux); smulg(12, aux);
[all...]
H A Dschoofs.c55 static giant *mcand, coe, tmp, err, aux, aux2, globx, globy, t1, t2, variable
175 aux = newgiant(MAX_DIGS);
466 itog(1, aux);
475 subg(aux, tscratch->coe[0]);
586 gtog(a, aux); mulg(a, aux); negg(aux);
587 gtog(aux, s[3]->coe[0]);
588 gtog(b, aux); smulg(12, aux);
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssemblerARM.cpp54 Elf32_auxv_t aux; local
55 while (read(fd, &aux, sizeof(Elf32_auxv_t))) {
56 if (aux.a_type == AT_HWCAP) {
58 return aux.a_un.a_val & HWCAP_VFP;
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Ddynstr.c75 char *aux; local
81 err = atf_text_format_ap(&aux, fmt, ap2);
85 newlen = ad->m_length + strlen(aux);
94 memmove(ad->m_data + strlen(aux), ad->m_data, ad->m_length + 1);
95 memcpy(ad->m_data, aux, strlen(aux));
97 strcpy(ad->m_data + ad->m_length, aux);
102 free(aux);
/macosx-10.10.1/bzip2-36/bzip2/
H A Dxmlproc.sh93 cleanup $OUT $xmlfmtfile *.aux *.fo *.log *.out
103 cleanup $OUT $xmlfmtfile $pdffile *.aux *.fo *.log *.out
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509/
H A Dx509_trs.c245 if(x->aux && (x->aux->trust || x->aux->reject))
255 if(x->aux) return obj_trust(trust->arg1, x, flags);
271 ax = x->aux;

Completed in 182 milliseconds

1234567891011