OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xfree
(Results
1 - 25
of
126
) sorted by null
1
2
3
4
5
6
/external/dropbear/libtomcrypt/src/math/
rand_prime.c
54
XFREE
(buf);
64
XFREE
(buf);
70
XFREE
(buf);
79
XFREE
(buf);
/external/dropbear/libtomcrypt/src/mac/pelican/
pelican_memory.c
42
XFREE
(pel);
46
XFREE
(pel);
50
XFREE
(pel);
/external/dropbear/libtommath/
bn_mp_fwrite.c
33
XFREE
(buf);
39
XFREE
(buf);
44
XFREE
(buf);
/external/dropbear/libtomcrypt/src/mac/hmac/
hmac_done.c
52
XFREE
(buf);
55
XFREE
(isha);
92
XFREE
(hmac->key);
99
XFREE
(isha);
100
XFREE
(buf);
hmac_init.c
61
XFREE
(buf);
98
XFREE
(hmac->key);
104
XFREE
(buf);
/external/dropbear/libtomcrypt/src/pk/ecc/
ecc_decrypt_key.c
75
XFREE
(pub_expt);
78
XFREE
(ecc_shared);
81
XFREE
(skey);
138
XFREE
(pub_expt);
139
XFREE
(ecc_shared);
140
XFREE
(skey);
ecc_encrypt_key.c
76
XFREE
(pub_expt);
79
XFREE
(ecc_shared);
82
XFREE
(skey);
125
XFREE
(skey);
126
XFREE
(ecc_shared);
127
XFREE
(pub_expt);
ltc_ecc_points.c
38
XFREE
(p);
52
XFREE
(p);
/external/dropbear/libtomcrypt/src/encauth/eax/
eax_decrypt_verify_memory.c
65
XFREE
(eax);
68
XFREE
(buf);
98
XFREE
(eax);
99
XFREE
(buf);
eax_done.c
43
XFREE
(headermac);
46
XFREE
(ctmac);
84
XFREE
(ctmac);
85
XFREE
(headermac);
eax_init.c
61
XFREE
(buf);
64
XFREE
(omac);
134
XFREE
(omac);
135
XFREE
(buf);
/external/dropbear/libtomcrypt/src/misc/pkcs5/
pkcs_5_1.c
54
XFREE
(md);
57
XFREE
(buf);
96
XFREE
(buf);
97
XFREE
(md);
pkcs_5_2.c
56
XFREE
(hmac);
59
XFREE
(buf[0]);
118
XFREE
(hmac);
119
XFREE
(buf[0]);
/external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_mgf1.c
55
XFREE
(md);
58
XFREE
(buf);
98
XFREE
(buf);
99
XFREE
(md);
pkcs_1_pss_decode.c
69
XFREE
(DB);
72
XFREE
(mask);
75
XFREE
(salt);
78
XFREE
(hash);
165
XFREE
(hash);
166
XFREE
(salt);
167
XFREE
(mask);
168
XFREE
(DB);
pkcs_1_pss_encode.c
71
XFREE
(DB);
74
XFREE
(mask);
77
XFREE
(salt);
80
XFREE
(hash);
163
XFREE
(hash);
164
XFREE
(salt);
165
XFREE
(mask);
166
XFREE
(DB);
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/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
().
/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/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);
Completed in 235 milliseconds
1
2
3
4
5
6