HomeSort by relevance Sort by last modified time
    Searched refs:debug_print (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
alloc.c 75 debug_print(mod_alloc, "(location: %p) allocated", ptr);
77 debug_print(mod_alloc, "allocation failed (asked for %d bytes)\n", size);
85 debug_print(mod_alloc, "(location: %p) freed", ptr);
100 debug_print(mod_alloc, "(location: %p) allocated", ptr);
102 debug_print(mod_alloc, "allocation failed (asked for %d bytes)\n", size);
110 debug_print(mod_alloc, "(location: %p) freed", ptr);
  /external/srtp/crypto/kernel/
alloc.c 75 debug_print(mod_alloc, "(location: %p) allocated", ptr);
77 debug_print(mod_alloc, "allocation failed (asked for %d bytes)\n", size);
85 debug_print(mod_alloc, "(location: %p) freed", ptr);
100 debug_print(mod_alloc, "(location: %p) allocated", ptr);
102 debug_print(mod_alloc, "allocation failed (asked for %d bytes)\n", size);
110 debug_print(mod_alloc, "(location: %p) freed", ptr);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/math/
stat.c 70 debug_print(mod_stat, "bit count: %d", ones_count);
101 debug_print(mod_stat, "poker test: %f\n", poker);
144 debug_print(mod_stat, ">25 runs: %d", state);
152 debug_print(mod_stat, ">25 gaps: %d", state);
172 debug_print(mod_stat, ">25 runs (2): %d", state);
187 debug_print(mod_stat, ">25 gaps (2): %d", state);
204 debug_print(mod_stat, "runs test", NULL);
206 debug_print(mod_stat, " runs[]: %d", runs[i]);
208 debug_print(mod_stat, " gaps[]: %d", gaps[i]);
257 debug_print(mod_stat, "couldn't get rand bytes: %d",status)
    [all...]
  /external/srtp/crypto/math/
stat.c 35 debug_print(mod_stat, "bit count: %d", ones_count);
66 debug_print(mod_stat, "poker test: %f\n", poker);
109 debug_print(mod_stat, ">25 runs: %d", state);
117 debug_print(mod_stat, ">25 gaps: %d", state);
137 debug_print(mod_stat, ">25 runs (2): %d", state);
152 debug_print(mod_stat, ">25 gaps (2): %d", state);
169 debug_print(mod_stat, "runs test", NULL);
171 debug_print(mod_stat, " runs[]: %d", runs[i]);
173 debug_print(mod_stat, " gaps[]: %d", gaps[i]);
222 debug_print(mod_stat, "couldn't get rand bytes: %d",status)
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
auth.c 93 debug_print(mod_auth, "running self-test for auth function %s",
132 debug_print(mod_auth, "key: %s",
135 debug_print(mod_auth, "data: %s",
138 debug_print(mod_auth, "tag computed: %s",
140 debug_print(mod_auth, "tag expected: %s",
149 debug_print(mod_auth, "test case %d failed", case_num);
150 debug_print(mod_auth, " (mismatch at octet %d)", i);
hmac.c 61 debug_print(mod_hmac, "allocating auth func with key length %d", key_len);
62 debug_print(mod_hmac, " tag length %d", out_len);
137 debug_print(mod_hmac, "ipad: %s", octet_string_hex_string(ipad, 64));
160 debug_print(mod_hmac, "input: %s",
185 * note that we don't need to debug_print() the input, since the
188 debug_print(mod_hmac, "intermediate state: %s",
207 debug_print(mod_hmac, "output: %s",
null_auth.c 60 debug_print(mod_auth, "allocating auth func with key length %d", key_len);
61 debug_print(mod_auth, " tag length %d", out_len);
  /external/srtp/crypto/hash/
auth.c 93 debug_print(mod_auth, "running self-test for auth function %s",
132 debug_print(mod_auth, "key: %s",
135 debug_print(mod_auth, "data: %s",
138 debug_print(mod_auth, "tag computed: %s",
140 debug_print(mod_auth, "tag expected: %s",
149 debug_print(mod_auth, "test case %d failed", case_num);
150 debug_print(mod_auth, " (mismatch at octet %d)", i);
hmac.c 61 debug_print(mod_hmac, "allocating auth func with key length %d", key_len);
62 debug_print(mod_hmac, " tag length %d", out_len);
137 debug_print(mod_hmac, "ipad: %s", octet_string_hex_string(ipad, 64));
160 debug_print(mod_hmac, "input: %s",
185 * note that we don't need to debug_print() the input, since the
188 debug_print(mod_hmac, "intermediate state: %s",
207 debug_print(mod_hmac, "output: %s",
null_auth.c 60 debug_print(mod_auth, "allocating auth func with key length %d", key_len);
61 debug_print(mod_auth, " tag length %d", out_len);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
cipher.c 93 debug_print(mod_cipher, "running self-test for cipher %s",
117 debug_print(mod_cipher, "testing encryption", NULL);
134 debug_print(mod_cipher, "plaintext: %s",
153 debug_print(mod_cipher, "ciphertext: %s",
164 debug_print(mod_cipher, "test case %d failed", case_num);
165 debug_print(mod_cipher, "(failure at byte %d)", i);
170 debug_print(mod_cipher, "c computed: %s",
173 debug_print(mod_cipher, "c expected: %s",
184 debug_print(mod_cipher, "testing decryption", NULL);
201 debug_print(mod_cipher, "ciphertext: %s"
    [all...]
null_cipher.c 60 debug_print(mod_cipher,
104 debug_print(mod_cipher, "initializing null cipher", NULL);
  /external/srtp/crypto/cipher/
cipher.c 93 debug_print(mod_cipher, "running self-test for cipher %s",
117 debug_print(mod_cipher, "testing encryption", NULL);
134 debug_print(mod_cipher, "plaintext: %s",
153 debug_print(mod_cipher, "ciphertext: %s",
164 debug_print(mod_cipher, "test case %d failed", case_num);
165 debug_print(mod_cipher, "(failure at byte %d)", i);
170 debug_print(mod_cipher, "c computed: %s",
173 debug_print(mod_cipher, "c expected: %s",
184 debug_print(mod_cipher, "testing decryption", NULL);
201 debug_print(mod_cipher, "ciphertext: %s"
    [all...]
null_cipher.c 60 debug_print(mod_cipher,
104 debug_print(mod_cipher, "initializing null cipher", NULL);
  /external/wpa_supplicant_8/hs20/server/
hs20_spp_server.c 32 void debug_print(struct hs20_svc *ctx, int print, const char *fmt, ...) function
72 debug_print(ctx, 1, "Connection from %s", ctx->addr);
79 debug_print(ctx, 1, "HS20REALM not set");
84 debug_print(ctx, 1, "HS20POST not set");
90 debug_print(ctx, 1, "Could not parse SOAP data");
96 debug_print(ctx, 1, "Could not get SPP message");
105 debug_print(ctx, 1, "Request HTTP authentication");
109 debug_print(ctx, 1, "No response");
115 debug_print(ctx, 1, "SOAP envelope building failed");
121 debug_print(ctx, 1, "Could not get node string")
    [all...]
spp_server.h 22 void debug_print(struct hs20_svc *ctx, int print, const char *fmt, ...)
spp_server.c 75 debug_print(ctx, 1, "DB: %s", sql);
77 debug_print(ctx, 1, "Failed to add session entry into sqlite "
97 debug_print(ctx, 1, "DB: %s", sql);
99 debug_print(ctx, 1, "Failed to update session password: %s",
122 debug_print(ctx, 1, "DB: %s", sql);
124 debug_print(ctx, 1, "Failed to add session pps: %s",
145 debug_print(ctx, 1, "DB: %s", sql);
147 debug_print(ctx, 1, "Failed to add session devinfo: %s",
169 debug_print(ctx, 1, "DB: %s", sql);
171 debug_print(ctx, 1, "Failed to add session devdetail: %s"
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/test/
lfsr.c 169 #define debug_print 0 macro
179 #if debug_print
188 #if debug_print
224 #if debug_print
233 #if debug_print
262 #if debug_print
271 #if debug_print
  /external/srtp/test/
lfsr.c 134 #define debug_print 0 macro
144 #if debug_print
153 #if debug_print
189 #if debug_print
198 #if debug_print
227 #if debug_print
236 #if debug_print
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 30 def __init__(self, warn=None, debug_print=None):
42 def debug_print(self, msg): member in class:FileList
124 self.debug_print("include " + ' '.join(patterns))
131 self.debug_print("exclude " + ' '.join(patterns))
138 self.debug_print("global-include " + ' '.join(patterns))
145 self.debug_print("global-exclude " + ' '.join(patterns))
153 self.debug_print("recursive-include %s %s" %
162 self.debug_print("recursive-exclude %s %s" %
171 self.debug_print("graft " + dir_pattern)
177 self.debug_print("prune " + dir_pattern
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py 30 def __init__(self, warn=None, debug_print=None):
42 def debug_print(self, msg): member in class:FileList
124 self.debug_print("include " + ' '.join(patterns))
131 self.debug_print("exclude " + ' '.join(patterns))
138 self.debug_print("global-include " + ' '.join(patterns))
145 self.debug_print("global-exclude " + ' '.join(patterns))
153 self.debug_print("recursive-include %s %s" %
162 self.debug_print("recursive-exclude %s %s" %
171 self.debug_print("graft " + dir_pattern)
177 self.debug_print("prune " + dir_pattern
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
err.h 158 #define debug_print(mod, format, arg) \ macro
166 #define debug_print(mod, format, arg) macro
  /external/srtp/crypto/include/
err.h 158 #define debug_print(mod, format, arg) \ macro
166 #define debug_print(mod, format, arg) macro
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
ekt.c 214 debug_print(mod_srtp, "EKT not in use", NULL);
225 debug_print(mod_srtp, "writing EKT EMK: %s,",
232 debug_print(mod_srtp, "writing EKT ROC: %s,",
239 debug_print(mod_srtp, "writing EKT ISN: %s,",
245 debug_print(mod_srtp, "writing EKT SPI: %s,",
  /external/srtp/srtp/
ekt.c 211 debug_print(mod_srtp, "EKT not in use", NULL);
222 debug_print(mod_srtp, "writing EKT EMK: %s,",
229 debug_print(mod_srtp, "writing EKT ROC: %s,",
236 debug_print(mod_srtp, "writing EKT ISN: %s,",
242 debug_print(mod_srtp, "writing EKT SPI: %s,",

Completed in 518 milliseconds

1 2 3