Home
last modified time | relevance | path

Searched refs:err_status_fail (Results 1 – 7 of 7) sorted by relevance

/external/srtp/test/
Dreplay_driver.c93 return err_status_fail; in rdb_check_add()
97 return err_status_fail; in rdb_check_add()
110 return err_status_fail; in rdb_check_expect_failure()
158 return err_status_fail; in test_rdb_db()
Ddtls_srtp_driver.c147 return err_status_fail; in test_dtls_srtp()
153 return err_status_fail; in test_dtls_srtp()
159 return err_status_fail; in test_dtls_srtp()
165 return err_status_fail; in test_dtls_srtp()
Dsrtp_driver.c984 return err_status_fail; in srtp_session_print_policy()
1201 return err_status_fail; in srtp_validate()
1209 return err_status_fail; in srtp_validate()
1228 return err_status_fail; in srtp_validate()
1294 return err_status_fail; in srtp_test_remove_stream()
1302 return err_status_fail; in srtp_test_remove_stream()
1305 return err_status_fail; in srtp_test_remove_stream()
1308 return err_status_fail; in srtp_test_remove_stream()
/external/srtp/crypto/rng/
Drand_source.c109 return err_status_fail; in rand_source_get_octet_string()
118 return err_status_fail; in rand_source_get_octet_string()
/external/srtp/crypto/ae_xfm/
Dxfm.c47 return err_status_fail; in aes_128_cbc_hmac_sha1_96_func()
124 return err_status_fail; in aes_128_cbc_hmac_sha1_96_inv()
208 return err_status_fail; in aes_128_cbc_hmac_sha1_96_enc()
322 return err_status_fail; in aes_128_cbc_hmac_sha1_96_dec()
464 return err_status_fail; in null_enc()
517 return err_status_fail; in null_dec()
/external/srtp/crypto/kernel/
Dcrypto_kernel.c424 return err_status_fail; in crypto_kernel_alloc_cipher()
463 return err_status_fail; in crypto_kernel_alloc_auth()
514 return err_status_fail; in crypto_kernel_set_debug_module()
522 return err_status_fail; in crypto_get_random()
/external/srtp/crypto/include/
Derr.h70 err_status_fail = 1, /**< unspecified failure */ enumerator