HomeSort by relevance Sort by last modified time
    Searched full:err_status_fail (Results 1 - 9 of 9) sorted by null

  /external/srtp/crypto/include/
rdb.h 47 * returns err_status_fail if the index already appears in rdb,
59 * returns err_status_ok on success, err_status_fail otherwise
crypto_kernel.h 196 * err_status_fail couldn't find cipher with identifier 'id'
213 * err_status_fail couldn't find auth with identifier 'id'
229 * returns err_status_ok on success, err_status_fail otherwise
err.h 70 err_status_fail = 1, /**< unspecified failure */ enumerator in enum:__anon12718
  /external/srtp/test/
dtls_srtp_driver.c 147 return err_status_fail;
153 return err_status_fail;
159 return err_status_fail;
165 return err_status_fail;
replay_driver.c 93 return err_status_fail;
97 return err_status_fail;
110 return err_status_fail;
158 return err_status_fail;
srtp_driver.c 984 return err_status_fail;
    [all...]
  /external/srtp/crypto/rng/
rand_source.c 109 return err_status_fail;
118 return err_status_fail;
  /external/srtp/crypto/ae_xfm/
xfm.c 47 return err_status_fail;
124 return err_status_fail;
208 return err_status_fail;
322 return err_status_fail;
464 return err_status_fail;
517 return err_status_fail;
  /external/srtp/crypto/kernel/
crypto_kernel.c 424 return err_status_fail;
463 return err_status_fail;
514 return err_status_fail;
522 return err_status_fail;

Completed in 1189 milliseconds