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

  /external/openfst/
Android.mk 8 define private-function-all-cpp-files-under
23 LOCAL_SRC_FILES := $(call private-function-all-cpp-files-under, src/lib)
  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.h 39 #define private (this->hidden) macro
41 /* Private display data */
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_dri2.c 70 BufferPrivatePtr private = buffer->driverPrivate; local
85 private->pPixmap = (*pScreen->CreatePixmap)(pScreen, pDraw->width,
142 if (!private->pPixmap) {
143 private->pPixmap = pPixmap;
148 /* First call to make sure we have a pixmap private */
149 exaMoveInPixmap(private->pPixmap);
150 xorg_exa_set_shared_usage(private->pPixmap);
151 pScreen->ModifyPixmapHeader(private->pPixmap, 0, 0, 0, 0, 0, NULL);
153 exaMoveInPixmap(private->pPixmap);
154 tex = xorg_exa_get_texture(private->pPixmap)
188 BufferPrivatePtr private = buffer->driverPrivate; local
203 BufferPrivatePtr private; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_dri2.c 70 BufferPrivatePtr private = buffer->driverPrivate; local
85 private->pPixmap = (*pScreen->CreatePixmap)(pScreen, pDraw->width,
142 if (!private->pPixmap) {
143 private->pPixmap = pPixmap;
148 /* First call to make sure we have a pixmap private */
149 exaMoveInPixmap(private->pPixmap);
150 xorg_exa_set_shared_usage(private->pPixmap);
151 pScreen->ModifyPixmapHeader(private->pPixmap, 0, 0, 0, 0, 0, NULL);
153 exaMoveInPixmap(private->pPixmap);
154 tex = xorg_exa_get_texture(private->pPixmap)
188 BufferPrivatePtr private = buffer->driverPrivate; local
203 BufferPrivatePtr private; local
    [all...]
  /external/openssh/
sshconnect1.c 167 /* Decrypt the challenge using the private key. */
209 Key *public, *private; local
251 * load the private key. Try first with empty passphrase; if it
255 private = public;
257 private = key_load_private_type(KEY_RSA1, authfile, "", NULL,
259 if (private == NULL && !options.batch_mode && perm_ok) {
265 private = key_load_private_type(KEY_RSA1,
274 if (private != NULL || quit)
282 if (private == NULL) {
300 respond_to_rsa_challenge(challenge, private->rsa)
    [all...]
ssh-add.c 144 Key *private, *cert; local
178 private = key_parse_private(&keyblob, filename, "", &comment);
182 if (private == NULL && pass != NULL)
183 private = key_parse_private(&keyblob, filename, pass, NULL);
184 if (private == NULL) {
197 private = key_parse_private(&keyblob, filename, pass,
199 if (private != NULL)
208 if (ssh_add_identity_constrained(ac, private, comment, lifetime,
228 if (!key_equal_public(cert, private)) {
229 error("Certificate %s does not match private key %s"
    [all...]
key.c 1016 RSA *private = RSA_new(); local
1019 if (private == NULL)
1025 if (!RSA_generate_key_ex(private, bits, f4, NULL))
1028 return private;
1034 DSA *private = DSA_new(); local
1036 if (private == NULL)
1038 if (!DSA_generate_parameters_ex(private, bits, NULL, 0, NULL,
1041 if (!DSA_generate_key(private))
1043 return private;
1080 * The group may be stored in a ASN.1 encoded private key in one of tw
1113 EC_KEY *private; local
    [all...]
ssh-agent.c 118 /* private key table, one per protocol version */
162 /* return private key table for requested protocol version */
181 /* return matching private key for given public key */
275 Key *private = id->key; local
276 /* Decrypt the challenge using the private key. */
277 if (rsa_private_decrypt(challenge, challenge, private->rsa) <= 0)
546 fatal("%s: bad ECDSA private key", __func__);
1237 /* Create private directory for agent socket */
1240 perror("mkdtemp: private socket dir");
    [all...]
ssh-keygen.c 258 #define SSH_COM_PRIVATE_BEGIN "---- BEGIN SSH2 ENCRYPTED PRIVATE KEY ----"
507 do_convert_from_ssh2(struct passwd *pw, Key **k, int *private)
526 *private = 1;
551 *k = *private ?
562 do_convert_from_pkcs8(Key **k, int *private)
602 do_convert_from_pem(Key **k, int *private)
630 fatal("%s: unrecognised raw private key format", __func__);
637 int private = 0, ok = 0; local
647 do_convert_from_ssh2(pw, &k, &private);
650 do_convert_from_pkcs8(&k, &private);
866 Key *private, *public; local
1183 Key *private; local
1294 Key *private; local
1477 Key **keys = NULL, *public, *private = NULL; local
1920 Key *private, *public; local
    [all...]
sshconnect2.c 247 Key *key; /* public/private key */
250 int isprivate; /* key points to the private key */
1183 * we have already loaded the private key or
1184 * the private key is stored in external hardware
1188 /* load the private key from the file */
1316 Key *private; local
1653 Key *private = NULL; local
    [all...]
  /external/stlport/stlport/stl/
_ostream.c 137 private: member in struct:_SPutBackC
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 137 private: member in struct:_SPutBackC
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 137 private: member in struct:_SPutBackC
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 137 private: member in struct:_SPutBackC
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 137 private: member in struct:_SPutBackC
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 137 private: member in struct:_SPutBackC
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ostream.c 137 private: member in struct:_SPutBackC
  /external/chromium_org/media/webm/chromeos/
webm_encoder.cc 18 #define private priv macro
21 #undef private macro
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
glxinit.c 210 ** Release the private memory referred to in a display private
600 XExtData **privList, *private, *found; local
608 /* See if a display private already exists. If so, return it */
622 private = (XExtData *) Xmalloc(sizeof(XExtData));
623 if (!private)
627 Xfree(private);
632 ** Init the display private and then read in the screen config
640 Xfree(private);
645 ** Fill in the private structure. This is the actual structure tha
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glxinit.c 210 ** Release the private memory referred to in a display private
600 XExtData **privList, *private, *found; local
608 /* See if a display private already exists. If so, return it */
622 private = (XExtData *) Xmalloc(sizeof(XExtData));
623 if (!private)
627 Xfree(private);
632 ** Init the display private and then read in the screen config
640 Xfree(private);
645 ** Fill in the private structure. This is the actual structure tha
    [all...]
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 62 #define private macro
147 private
  /external/mdnsresponder/mDNSShared/
dnsextd.c 683 VLog( "zone %##s is %s", pkt->zone->name.c, ( pkt->isZonePublic ) ? "public" : "private" );
1161 mDNSBool private = mDNSfalse; local
    [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.c 423 // send msg if we have a router and it is a private address
483 LogMsg("Double NAT (external NAT gateway address %.4a is also a private RFC 1918 address)", &ExtAddr);
735 // To work around this, if we find that the source address for our TCP connection is not a private address, we tell the Dot Mac
755 if (PrivateQuery(q)) { LogMsg("sendChallengeResponse: ERROR!!: Private Query %##s (%s)", q->qname.c, DNSTypeName(q->qtype)); return; }
4233 mDNSBool private = mDNSfalse; local
    [all...]

Completed in 181 milliseconds