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

  /external/srtp/googlepatches/
google-9-rdbx-leak-plug.patch 26 return err_status_alloc_fail;
62 - return err_status_alloc_fail;
63 + stat = err_status_alloc_fail;
vidyo-3-srtp-ws.patch 518 + return err_status_alloc_fail;
  /external/srtp/crypto/include/
crypto_kernel.h 195 * err_status_alloc_fail an allocation failure occured
212 * err_status_alloc_fail an allocation failure occured
err.h 72 err_status_alloc_fail = 3, /**< couldn't allocate memory */ enumerator in enum:__anon12718
  /external/srtp/crypto/kernel/
crypto_kernel.c 327 return err_status_alloc_fail;
372 return err_status_alloc_fail;
488 return err_status_alloc_fail;
  /external/srtp/crypto/cipher/
null_cipher.c 66 return err_status_alloc_fail;
aes_cbc.c 73 return err_status_alloc_fail;
aes_icm.c 116 return err_status_alloc_fail;
  /external/srtp/crypto/hash/
null_auth.c 66 return err_status_alloc_fail;
hmac.c 78 return err_status_alloc_fail;
  /external/srtp/crypto/test/
cipher_driver.c 355 return err_status_alloc_fail;
364 return err_status_alloc_fail;
sha1_driver.c 77 return err_status_alloc_fail;
  /external/srtp/test/
dtls_srtp_driver.c 142 return err_status_alloc_fail;
srtp_driver.c 602 return err_status_alloc_fail;
606 return err_status_alloc_fail;
685 return err_status_alloc_fail;
801 return err_status_alloc_fail;
805 return err_status_alloc_fail;
884 return err_status_alloc_fail;
    [all...]
  /external/srtp/crypto/replay/
rdbx.c 200 return err_status_alloc_fail;
  /external/srtp/srtp/
srtp.c 94 return err_status_alloc_fail;
118 stat = err_status_alloc_fail;
244 return err_status_alloc_fail;
    [all...]
  /external/srtp/include/
srtp.h 381 * - err_status_alloc_fail if allocation failed.
400 * - err_status_alloc_fail if stream allocation failed

Completed in 97 milliseconds