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

1 2

  /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;
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
crypto_kernel.h 217 * err_status_alloc_fail an allocation failure occured
234 * err_status_alloc_fail an allocation failure occured
err.h 72 err_status_alloc_fail = 3, /**< couldn't allocate memory */ enumerator in enum:__anon17442
  /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:__anon35801
  /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/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
null_cipher.c 66 return err_status_alloc_fail;
aes_cbc.c 73 return err_status_alloc_fail;
  /external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
null_auth.c 66 return err_status_alloc_fail;
hmac.c 78 return err_status_alloc_fail;
  /external/srtp/crypto/cipher/
null_cipher.c 66 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/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
crypto_kernel.c 341 return err_status_alloc_fail;
411 return err_status_alloc_fail;
538 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/chromium_org/third_party/libjingle/source/talk/session/media/
externalhmac.cc 103 return err_status_alloc_fail;
  /external/chromium_org/third_party/libsrtp/srtp/crypto/test/
sha1_driver.c 77 return err_status_alloc_fail;
cipher_driver.c 387 return err_status_alloc_fail;
396 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/chromium_org/third_party/libsrtp/srtp/test/
srtp_driver.c 646 return err_status_alloc_fail;
650 return err_status_alloc_fail;
731 return err_status_alloc_fail;
852 return err_status_alloc_fail;
856 return err_status_alloc_fail;
935 return err_status_alloc_fail;
    [all...]
dtls_srtp_driver.c 149 return err_status_alloc_fail;
  /external/chromium_org/third_party/libsrtp/srtp/crypto/replay/
rdbx.c 191 return err_status_alloc_fail;
  /external/srtp/crypto/replay/
rdbx.c 200 return err_status_alloc_fail;

Completed in 718 milliseconds

1 2