Searched refs:xi (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10.0-release/crypto/openssl/crypto/pem/
H A Dpem_info.c93 X509_INFO *xi=NULL; local
115 if ((xi=X509_INFO_new()) == NULL) goto err;
136 if (xi->x509 != NULL)
138 if (!sk_X509_INFO_push(ret,xi)) goto err;
139 if ((xi=X509_INFO_new()) == NULL) goto err;
142 pp=&(xi->x509);
147 if (xi->x509 != NULL)
149 if (!sk_X509_INFO_push(ret,xi)) goto err;
150 if ((xi=X509_INFO_new()) == NULL) goto err;
153 pp=&(xi
314 PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/x509/
H A Dx509_r2x.c71 X509_CINF *xi=NULL; local
81 xi=ret->cert_info;
85 if ((xi->version=M_ASN1_INTEGER_new()) == NULL) goto err;
86 if (!ASN1_INTEGER_set(xi->version,2)) goto err;
87 /* xi->extensions=ri->attributes; <- bad, should not ever be done
97 if (X509_gmtime_adj(xi->validity->notBefore,0) == NULL)
99 if (X509_gmtime_adj(xi->validity->notAfter,(long)60*60*24*days) == NULL)
H A Dx509_vfy.c1589 X509 *xs,*xi; local
1598 xi=sk_X509_value(ctx->chain,n);
1600 if (ctx->check_issued(ctx, xi, xi))
1601 xs=xi;
1607 ctx->current_cert=xi;
1628 if (!xs->valid && (xs != xi || (ctx->param->flags & X509_V_FLAG_CHECK_SS_SIGNATURE)))
1630 if ((pkey=X509_get_pubkey(xi)) == NULL)
1633 ctx->current_cert=xi;
1659 ctx->current_issuer=xi;
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/modes/asm/
H A Dghash-ia64.pl61 ($p17) xor xi[1]=xi[1],in[1] };;
65 (p18) and Hi[1]=mask0xf0,xi[2] };;
74 { .mfi; (p17) shladd Hi[0]=xi[1],4,r0
80 { .mmi; (p16) ld1 xi[0]=[Xi],-1
118 .rotr in[3],xi[3],Hi[2]
120 { .mib; ld1 xi[2]=[Xi],-1 // Xi[15]
123 { .mmi; ld1 xi[1]=[Xi],-1 // Xi[14]
125 { .mii; shladd Hi[1]=xi[2],4,r0
256 @xi
[all...]
H A Dghash-s390x.pl67 $xi="%r10";
165 srlg $xi,$Zlo,8 # extract second byte
174 sllg $nlo,$xi,4
178 ngr $xi,$tmp
185 lgr $nhi,$xi
196 llgc $xi,0($cnt,$Xi)
198 sllg $nlo,$xi,4
204 nill $xi,0xf0
211 lgr $nhi,$xi
223 sllg $xi,
[all...]
H A Dghash-armv4.pl308 my ($Hhi, $Hlo, $Zo, $T, $xi, $mod) = map("d$_",(0..7));
344 vdup.8 $xi,`&Dlo("$IN")`[0] @ broadcast lowest byte
374 vdup.8 $xi,`&Dlo("$IN")`[0] @ broadcast lowest byte
377 vmull.p8 $Qlo,$Hlo,$xi @ H.lo�Xi[i]
378 vmull.p8 $Qhi,$Hhi,$xi @ H.hi�Xi[i]
383 vdup.8 $xi,`&Dlo("$IN")`[0] @ broadcast lowest byte
/freebsd-10.0-release/lib/libstand/
H A Dbootparam.c388 struct xdr_inaddr *xi; local
397 xi = (struct xdr_inaddr *) *pkt;
398 *pkt += sizeof(*xi);
399 xi->atype = htonl(1);
402 ip = xi->addr;
421 struct xdr_inaddr *xi; local
430 xi = (struct xdr_inaddr *) *pkt;
431 *pkt += sizeof(*xi);
432 if (xi->atype != htonl(1)) {
434 ntohl(xi
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-sparcv9.pl54 my $xi=($i&1)?@X[($i/2)%8]:$Xi;
68 add $xi,$e,$e
114 $xi=@X[($i/2)%8];
116 $xi=$Xi;
117 $code.="\tsrlx @X[($i/2)%8],32,$xi\n";
124 add $xi,$e,$e
135 my $xi;
138 $xi=@X[($i/2)%8];
140 $xi=$Xi;
141 $code.="\tsrlx @X[($i/2)%8],32,$xi\
[all...]
H A Dsha1-x86_64.pl100 @xi=("%edx","%ebp");
113 mov `4*$i`($inp),$xi[0]
114 bswap $xi[0]
115 mov $xi[0],`4*$i`(%rsp)
119 mov `4*$j`($inp),$xi[1]
122 bswap $xi[1]
124 lea 0x5a827999($xi[0],$e),$e
126 mov $xi[1],`4*$j`(%rsp)
133 mov `4*($j%16)`(%rsp),$xi[1]
136 xor `4*(($j+2)%16)`(%rsp),$xi[
[all...]
H A Dsha1-s390x.pl98 my $xi=$X[1];
108 alr $e,$xi
117 my $xi=$X[1];
126 alr $e,$xi
135 my $xi=$X[1];
147 alr $e,$xi
H A Dsha512-sparcv9.pl267 my $xi;
270 $xi=$tmp32;
271 $code.="\tsrlx @X[(($i+1)/2)%8],32,$xi\n";
273 $xi=@X[(($i+1)/2)%8];
276 srl $xi,@sigma0[0],$T1 !! Xupdate($i)
277 sll $xi,`32-@sigma0[2]`,$tmp1
278 srl $xi,@sigma0[1],$tmp0
282 srl $xi,@sigma0[2],$tmp0
286 $xi=@X[(($i+14)/2)%8];
288 $xi
[all...]
/freebsd-10.0-release/contrib/groff/font/devps/generate/
H A Dlgreekmap29 xi *c
H A Dsymbolchars64 xi *c
/freebsd-10.0-release/contrib/gcc/
H A Dstruct-equiv.c1044 struct_equiv_merge (rtx xi, rtx yi, struct equiv_info *info)
1048 merge_memattrs (xi, yi);
1053 equiv1 = find_reg_equal_equiv_note (xi);
1056 remove_note (xi, equiv1);
1063 remove_note (xi, equiv1);
1085 rtx xi, yi;
1106 xi = BB_END (info->x_block);
1107 if (onlyjump_p (xi)
1108 || (returnjump_p (xi) && !side_effects_p (PATTERN (xi))))
1043 struct_equiv_merge(rtx xi, rtx yi, struct equiv_info *info) argument
1084 rtx xi, yi; local
[all...]
/freebsd-10.0-release/crypto/openssl/apps/
H A Dcrl2p7.c307 X509_INFO *xi; local
326 xi=sk_X509_INFO_shift(sk);
327 if (xi->x509 != NULL)
329 sk_X509_push(stack,xi->x509);
330 xi->x509=NULL;
333 X509_INFO_free(xi);
H A Dapps.c1124 X509_INFO *xi; local
1171 xi = sk_X509_INFO_value (xis, i);
1172 if (xi->x509 && pcerts)
1174 if (!sk_X509_push(*pcerts, xi->x509))
1176 xi->x509 = NULL;
1178 if (xi->crl && pcrls)
1180 if (!sk_X509_CRL_push(*pcrls, xi->crl))
1182 xi->crl = NULL;
/freebsd-10.0-release/sys/netinet/
H A Dip_divert.c688 struct xinpcb xi; local
689 bzero(&xi, sizeof(xi));
690 xi.xi_len = sizeof xi;
692 bcopy(inp, &xi.xi_inp, sizeof *inp);
694 sotoxsocket(inp->inp_socket, &xi.xi_socket);
696 error = SYSCTL_OUT(req, &xi, sizeof xi);
H A Draw_ip.c1070 struct xinpcb xi; local
1072 bzero(&xi, sizeof(xi));
1073 xi.xi_len = sizeof xi;
1075 bcopy(inp, &xi.xi_inp, sizeof *inp);
1077 sotoxsocket(inp->inp_socket, &xi.xi_socket);
1079 error = SYSCTL_OUT(req, &xi, sizeof xi);
H A Dudp_usrreq.c767 struct xinpcb xi; local
769 bzero(&xi, sizeof(xi));
770 xi.xi_len = sizeof xi;
772 bcopy(inp, &xi.xi_inp, sizeof *inp);
774 sotoxsocket(inp->inp_socket, &xi.xi_socket);
775 xi.xi_inp.inp_gencnt = inp->inp_gencnt;
777 error = SYSCTL_OUT(req, &xi, sizeof xi);
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c144 * xltab index reflects the offset 'xi' of the assigned dtdo_xlmtab[] location.
151 uint_t i, uint_t xi, dt_node_t *dnp)
157 assert(xi < dp->dtdo_xlmlen);
181 DIF_INSTR_OP(dp->dtdo_buf[i]), xi, DIF_INSTR_RD(dp->dtdo_buf[i]));
184 dp->dtdo_xlmtab[xi] = dnp;
150 dt_as_xlate(dt_pcb_t *pcb, dtrace_difo_t *dp, uint_t i, uint_t xi, dt_node_t *dnp) argument
/freebsd-10.0-release/crypto/openssl/crypto/ts/
H A Dts_conf.c121 X509_INFO *xi = sk_X509_INFO_value(allcerts, i); local
122 if (xi->x509)
124 sk_X509_push(othercerts, xi->x509);
125 xi->x509 = NULL;
/freebsd-10.0-release/crypto/openssl/crypto/sha/
H A Dsha_locl.h159 #define BODY_00_15(i,a,b,c,d,e,f,xi) \
160 (f)=xi+(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
163 #define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
164 Xupdate(f,xi,xa,xb,xc,xd); \
168 #define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
169 Xupdate(f,xi,xa,xb,xc,xd); \
367 #define BODY_00_15(xi) do { \
370 A=ROTATE(A,5)+T+xi; } while(0)
/freebsd-10.0-release/usr.bin/netstat/
H A Dinet.c188 struct xinpcb xi; local
237 xi.xi_len = sizeof xi;
241 xso = &xi.xi_socket;
248 KREAD(inp, &xi.xi_inp, sizeof(*inp));
249 inp = &xi.xi_inp;
277 COPYOUT(&xi, sizeof xi);
/freebsd-10.0-release/contrib/gdtoa/
H A Dmisc.c172 ULong xi, z; local
188 xi = *x;
189 y = (xi & 0xffff) * m + carry;
190 z = (xi >> 16) * m + (y >> 16);
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dssl_task.c134 int MS_CALLBACK verify_callback(int ok, X509 *xs, X509 *xi, int depth,

Completed in 147 milliseconds

12