HomeSort by relevance Sort by last modified time
    Searched defs:xi (Results 1 - 13 of 13) sorted by null

  /onnv/onnv-gate/usr/src/common/openssl/crypto/x509/
x509_r2x.c 71 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
95 if (X509_gmtime_adj(xi->validity->notBefore,0) == NULL)
97 if (X509_gmtime_adj(xi->validity->notAfter,(long)60*60*24*days) == NULL)
x509_vfy.c 943 X509 *xs,*xi; local
952 xi=sk_X509_value(ctx->chain,n);
954 if (ctx->check_issued(ctx, xi, xi))
955 xs=xi;
961 ctx->current_cert=xi;
979 if ((pkey=X509_get_pubkey(xi)) == NULL)
982 ctx->current_cert=xi;
1015 ctx->current_issuer=xi;
1023 xi=xs
    [all...]
  /onnv/onnv-gate/usr/src/lib/libplot/vt0/common/
dot.c 38 dot(short xi, short yi, short dx, short n, int pat[])
40 struct {char pad, c; short xi, yi, dx; } p; member in struct:__anon3915
  /onnv/onnv-gate/usr/src/cmd/tplot/
driver.c 82 int xi,yi,x0,y0,x1,y1,r,dx,n,i; local
89 xi = getsi(fin);
91 move(xi,yi);
108 xi = getsi(fin);
110 point(xi,yi);
113 xi = getsi(fin);
115 cont(xi,yi);
125 xi = getsi(fin);
131 arc(xi,yi,x0,y0,x1,y1);
134 xi = getsi(fin)
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/apps/
crl2p7.c 303 X509_INFO *xi; local
328 xi=sk_X509_INFO_shift(sk);
329 if (xi->x509 != NULL)
331 sk_X509_push(stack,xi->x509);
332 xi->x509=NULL;
335 X509_INFO_free(xi);
verify.c 286 X509_INFO *xi; local
307 xi=sk_X509_INFO_shift(sk);
308 if (xi->x509 != NULL)
310 sk_X509_push(stack,xi->x509);
311 xi->x509=NULL;
313 X509_INFO_free(xi);
apps.c 1046 X509_INFO *xi; local
1084 xi = sk_X509_INFO_value (allcerts, i);
1085 if (xi->x509)
1087 sk_X509_push(othercerts, xi->x509);
1088 xi->x509 = NULL;
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/pem/
pem_info.c 93 X509_INFO *xi=NULL; local
115 if ((xi=X509_INFO_new()) == NULL) goto err;
135 if (xi->x509 != NULL)
137 if (!sk_X509_INFO_push(ret,xi)) goto err;
138 if ((xi=X509_INFO_new()) == NULL) goto err;
141 pp=&(xi->x509);
146 if (xi->x509 != NULL)
148 if (!sk_X509_INFO_push(ret,xi)) goto err;
149 if ((xi=X509_INFO_new()) == NULL) goto err;
152 pp=&(xi->x509)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/uwin/
lgamma.c 278 int xi; local
284 xi = (int)x;
285 if (xi == x)
  /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
m_cc.c 797 int xi; local
805 xi = x = __m_cc_first(parent, parentY, dx + x);
825 wmin = xi - dx;
826 if ((xi < dx) || (x >= dx + w->_maxx)) {
832 if (xi < dx) {
834 pmin = xi;
  /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/
fmd_mdb.c 1456 fmd_xprt_impl_t xi; local
1504 fmd_xprt_impl_t xi; local
    [all...]
  /onnv/onnv-gate/usr/src/common/bignum/
bignumimpl.c 3012 BIGNUM *xi, *ri, *riminus1, *riminus2, *t; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
pkinit_crypto_openssl.c 5117 X509_INFO *xi = sk_X509_INFO_value(sk, i); local
    [all...]

Completed in 540 milliseconds