HomeSort by relevance Sort by last modified time
    Searched full:xfree (Results 26 - 50 of 308) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/dropbear/libtomcrypt/src/misc/pkcs5/
pkcs_5_2.c 56 XFREE(hmac);
59 XFREE(buf[0]);
118 XFREE(hmac);
119 XFREE(buf[0]);
  /external/dropbear/libtomcrypt/src/pk/asn1/der/set/
der_encode_setof.c 84 XFREE(buf);
91 XFREE(buf);
152 XFREE(edges);
153 XFREE(buf);
  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_decrypt_key.c 72 XFREE(expt);
75 XFREE(skey);
126 XFREE(expt);
127 XFREE(skey);
dsa_encrypt_key.c 69 XFREE(expt);
72 XFREE(skey);
124 XFREE(skey);
125 XFREE(expt);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
Xinerama.h 36 Returned array should be freed with XFree().
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libXdamage.so.1 
libXdamage.so.1.1 
libXdamage.so.1.1.0 
libXfixes.so.3 
libXfixes.so.3.1 
libXfixes.so.3.1.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libXdamage.so.1 
libXdamage.so.1.1 
libXdamage.so.1.1.0 
libXfixes.so.3 
libXfixes.so.3.1 
libXfixes.so.3.1.0 
  /external/openssh/
auth2-kbdint.c 59 xfree(devs);
60 xfree(lang);
auth2-hostbased.c 131 xfree(pkalg);
132 xfree(pkblob);
133 xfree(cuser);
134 xfree(chost);
135 xfree(sig);
210 xfree(fp);
  /external/dropbear/libtomcrypt/src/encauth/ocb/
s_ocb_done.c 65 XFREE(X);
68 XFREE(Y);
71 XFREE(Z);
136 XFREE(X);
137 XFREE(Y);
138 XFREE(Z);
  /external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_oaep_decode.c 69 XFREE(DB);
72 XFREE(mask);
75 XFREE(seed);
178 XFREE(seed);
179 XFREE(mask);
180 XFREE(DB);
pkcs_1_oaep_encode.c 72 XFREE(DB);
75 XFREE(mask);
78 XFREE(seed);
161 XFREE(seed);
162 XFREE(mask);
163 XFREE(DB);
  /external/dropbear/libtomcrypt/src/pk/rsa/
rsa_verify_hash.c 83 XFREE(tmpbuf);
89 XFREE(tmpbuf);
118 XFREE(out);
137 XFREE(out);
152 XFREE(out);
159 XFREE(tmpbuf);
  /external/dropbear/
scpmisc.c 27 /* For xmalloc, xfree etc:
84 xfree(void *ptr) function
87 fprintf(stderr, "xfree: NULL pointer given as argument\n");
182 xfree(args->list[which]);
193 xfree(args->list[i]);
194 xfree(args->list);
  /external/webkit/Source/WebCore/platform/graphics/gtk/
GraphicsContext3DInternal.cpp 138 XFree(configs);
146 XFree(configs);
151 XFree(configs);
175 XFree(visualInfo);
181 XFree(visualInfo);
188 XFree(visualInfo);

Completed in 78 milliseconds

12 3 4 5 6 7 8 91011>>