OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:err_status_ok
(Results
26 - 40
of
40
) sorted by null
1
2
/external/srtp/crypto/cipher/
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
;
cipher.c
160
status =
err_status_ok
;
227
status =
err_status_ok
;
349
status =
err_status_ok
;
363
return
err_status_ok
;
/external/srtp/test/
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
;
dtls_srtp_driver.c
195
return
err_status_ok
;
/external/srtp/crypto/ae_xfm/
xfm.c
93
return
err_status_ok
;
174
return
err_status_ok
;
291
return
err_status_ok
;
426
return
err_status_ok
;
494
return
err_status_ok
;
541
return
err_status_ok
;
/external/srtp/googlepatches/
google-9-rdbx-leak-plug.patch
111
return
err_status_ok
;
210
return
err_status_ok
;
260
return
err_status_ok
;
vidyo-2-srtp-lin.patch
43
return
err_status_ok
;
49
return
err_status_ok
;
vidyo-3-srtp-ws.patch
522
return
err_status_ok
;
533
+ return
err_status_ok
;
568
return
err_status_ok
;
653
return
err_status_ok
;
730
return
err_status_ok
;
753
- if (rdbx_init(&rdbx) !=
err_status_ok
) {
756
+ if (rdbx_init(&rdbx, ws) !=
err_status_ok
) {
766
return
err_status_ok
;
782
- if (rdbx_init(&rdbx) !=
err_status_ok
) {
783
+ if (rdbx_init(&rdbx, ws) !=
err_status_ok
) {
[
all
...]
google-11-srtp-replay-fix.patch
76
+ if (rdbx_init(&rdbx, ws) !=
err_status_ok
) {
/external/srtp/crypto/include/
err.h
64
* value of
err_status_ok
is equal to zero, which can simplify error
69
err_status_ok
= 0, /**< nothing to report */
enumerator in enum:__anon11233
rdbx.h
118
* err_status_replay_old; otherwise,
err_status_ok
is returned.
/external/srtp/srtp/
srtp.c
148
return
err_status_ok
;
220
return
err_status_ok
;
280
return
err_status_ok
;
323
return
err_status_ok
;
341
return
err_status_ok
;
350
return
err_status_ok
;
467
return
err_status_ok
;
532
return
err_status_ok
;
593
return
err_status_ok
;
835
return
err_status_ok
;
[
all
...]
/external/srtp/tables/
aes_tables.c
189
* aes_test_inverse() returns
err_status_ok
if aes
304
if (aes_test_inverse() ==
err_status_ok
)
345
return
err_status_ok
;
/external/srtp/crypto/test/
kernel_driver.c
125
return
err_status_ok
;
Completed in 1216 milliseconds
1
2