HomeSort by relevance Sort by last modified time
    Searched full:err_status_ok (Results 1 - 25 of 39) sorted by null

1 2

  /external/srtp/crypto/include/
rdb.h 35 * returns err_status_ok on success, err_status_t_fail otherwise
48 * returns err_status_ok otherwise
59 * returns err_status_ok on success, err_status_fail otherwise
79 * err_status_ok no problem
crypto_kernel.h 127 * err_status_ok initialization successful
130 * If any value other than err_status_ok is returned, the
144 * err_status_ok shutdown successful
157 * err_status_ok all tests were passed
194 * err_status_ok no problems
211 * err_status_ok no problems
229 * returns err_status_ok on success, err_status_fail otherwise
248 * - err_status_ok if no problems occured.
rand_source.h 68 * - err_status_ok if no problems occured.
84 * dest and returns err_status_ok. Any other return value indicates
  /external/srtp/test/
replay_driver.c 91 if (rdb_check(rdb, idx) != err_status_ok) {
95 if (rdb_add_index(rdb, idx) != err_status_ok) {
100 return err_status_ok;
113 return err_status_ok;
122 if ((rstat != err_status_ok) && (rstat != err_status_replay_old)) {
126 return err_status_ok;
136 if (rdb_init(&rdb) != err_status_ok) {
156 if (rdb_init(&rdb) != err_status_ok) {
171 return err_status_ok;
186 if (rdb_init(&rdb) != err_status_ok) {
    [all...]
rdbx_driver.c 156 if (rdbx_check(rdbx, delta) != err_status_ok) {
166 if (rdbx_add_index(rdbx, delta) != err_status_ok) {
171 return err_status_ok;
190 if (status == err_status_ok) {
196 return err_status_ok;
204 if ((rstat != err_status_ok) && (rstat != err_status_replay_old)) {
208 return err_status_ok;
258 if (rdbx_init(&rdbx, ws) != err_status_ok) {
285 if (rdbx_init(&rdbx, ws) != err_status_ok) {
304 return err_status_ok;
    [all...]
  /external/srtp/crypto/hash/
null_auth.c 79 return err_status_ok;
96 return err_status_ok;
104 return err_status_ok;
111 return err_status_ok;
118 return err_status_ok;
123 return err_status_ok;
hmac.c 91 return err_status_ok;
108 return err_status_ok;
146 return err_status_ok;
154 return err_status_ok;
166 return err_status_ok;
210 return err_status_ok;
auth.c 145 status = err_status_ok;
170 return err_status_ok;
  /external/srtp/crypto/rng/
rand_linux_kernel.c 51 return err_status_ok;
59 return err_status_ok;
64 return err_status_ok;
ctr_prng.c 73 return err_status_ok;
99 return err_status_ok;
107 return err_status_ok;
rand_source.c 82 return err_status_ok;
96 return err_status_ok;
137 return err_status_ok;
150 return err_status_ok;
prng.c 76 return err_status_ok;
173 return err_status_ok;
179 return err_status_ok;
  /external/srtp/crypto/cipher/
null_cipher.c 79 return err_status_ok;
97 return err_status_ok;
106 return err_status_ok;
111 return err_status_ok;
117 return err_status_ok;
aes_cbc.c 86 return err_status_ok;
103 return err_status_ok;
130 return err_status_ok;
146 return err_status_ok;
196 return err_status_ok;
258 return err_status_ok;
294 return err_status_ok;
327 return err_status_ok;
aes_icm.c 129 return err_status_ok;
150 return err_status_ok;
195 return err_status_ok;
253 return err_status_ok;
276 return err_status_ok;
357 return err_status_ok;
436 return err_status_ok;
  /external/srtp/crypto/replay/
rdb.c 65 return err_status_ok;
77 return err_status_ok;
88 return err_status_ok;
123 return err_status_ok;
131 return err_status_ok;
rdbx.c 204 return err_status_ok;
215 return err_status_ok;
222 * err_status_replay_old; otherwise, err_status_ok is returned.
242 return err_status_ok;
276 return err_status_ok;
287 return err_status_ok;
314 return err_status_ok;
  /external/srtp/crypto/kernel/
key.c 60 return err_status_ok;
68 return err_status_ok;
75 return err_status_ok;
crypto_kernel.c 172 return err_status_ok;
231 return err_status_ok;
249 return err_status_ok;
297 return err_status_ok;
342 return err_status_ok;
387 return err_status_ok;
497 return err_status_ok;
509 return err_status_ok;
err.c 62 return err_status_ok;
91 return err_status_ok;
  /external/srtp/crypto/math/
stat.c 40 return err_status_ok;
71 return err_status_ok;
183 return err_status_ok;
350 return err_status_ok;
360 if (err == err_status_ok) {
361 return err_status_ok;
  /external/srtp/crypto/test/
sha1_driver.c 94 return err_status_ok;
120 return err_status_ok;
485 return err_status_ok;
513 return err_status_ok;
cipher_driver.c 250 return err_status_ok;
332 return err_status_ok;
390 return err_status_ok;
403 return err_status_ok;
490 return err_status_ok;
  /external/srtp/include/
srtp.h 284 * the SRTP context ctx. If err_status_ok is returned, then rtp_hdr
305 * complete SRTP packet after the call, if err_status_ok was returned.
309 * - err_status_ok no problems
324 * err_status_ok is returned, then srtp_hdr points to the resulting
341 * rtp packet if err_status_ok was returned; otherwise, the value of
346 * complete rtp packet after the call, if err_status_ok was returned.
350 * - err_status_ok if the RTP packet is valid.
380 * - err_status_ok if creation succeded.
399 * - err_status_ok if stream creation succeded.
425 * - err_status_ok if the stream deallocation succeded
    [all...]
  /external/srtp/srtp/
ekt.c 131 return err_status_ok;
137 return err_status_ok;
143 return err_status_ok;
145 return err_status_ok;
195 return err_status_ok;

Completed in 127 milliseconds

1 2