OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:err_status_ok
(Results
1 - 25
of
31
) sorted by null
1
2
/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/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
...]
srtp_driver.c
227
if (srtp_test(*policy) ==
err_status_ok
)
234
if (srtcp_test(*policy) ==
err_status_ok
)
250
if (srtp_test(big_policy) ==
err_status_ok
)
260
if (srtp_test(&wildcard_policy) ==
err_status_ok
)
273
if (srtp_validate() ==
err_status_ok
)
284
if (srtp_test_remove_stream() ==
err_status_ok
)
562
if (s ==
err_status_ok
)
574
err_status_t status =
err_status_ok
;
665
status =
err_status_ok
;
764
return
err_status_ok
;
[
all
...]
roc_driver.c
164
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/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/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
;
cipher.c
160
status =
err_status_ok
;
227
status =
err_status_ok
;
349
status =
err_status_ok
;
363
return
err_status_ok
;