Searched refs:gcry_xmalloc (Results 26 - 46 of 46) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dvisibility.h51 #define gcry_xmalloc _gcry_xmalloc macro
401 #undef gcry_xmalloc macro
615 MARK_VISIBLE (gcry_xmalloc)
H A Dgcryptrnd.c340 srvr_addr = gcry_xmalloc (sizeof *srvr_addr);
H A Dvisibility.c1401 gcry_xmalloc (size_t n) function
H A Dgcrypt.h1899 void *gcry_xmalloc (size_t n) _GCRY_GCC_ATTR_MALLOC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dgcryptrnd.c340 srvr_addr = gcry_xmalloc (sizeof *srvr_addr);
H A Dvisibility.c1401 gcry_xmalloc (size_t n) function
H A Dgcrypt.h1899 void *gcry_xmalloc (size_t n) _GCRY_GCC_ATTR_MALLOC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dbenchmark.c565 raw_buf = gcry_xmalloc (allocated_buflen+15);
568 outbuf = raw_outbuf = gcry_xmalloc (allocated_buflen+15);
H A Dpubkey.c125 buf = gcry_xmalloc (size);
H A Dbasic.c1254 buffer_base = gcry_xmalloc (buflen+15);
1256 outbuf_base = gcry_xmalloc (buflen+15);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dbenchmark.c565 raw_buf = gcry_xmalloc (allocated_buflen+15);
568 outbuf = raw_outbuf = gcry_xmalloc (allocated_buflen+15);
H A Dpubkey.c125 buf = gcry_xmalloc (size);
H A Dbasic.c1254 buffer_base = gcry_xmalloc (buflen+15);
1256 outbuf_base = gcry_xmalloc (buflen+15);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drandom-csprng.c1311 p = buffer = gcry_xmalloc( length );
H A Drandom-fips.c617 buffer = gcry_xmalloc (X931_AES_KEYLEN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-csprng.c1311 p = buffer = gcry_xmalloc( length );
H A Drandom-fips.c617 buffer = gcry_xmalloc (X931_AES_KEYLEN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Decc.c890 buf = gcry_xmalloc ( 1 + 2*pbytes );
931 buf = gcry_xmalloc (n);
H A Dprimegen.c770 mods = gcry_xmalloc( no_of_small_prime_numbers * sizeof *mods );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Decc.c890 buf = gcry_xmalloc ( 1 + 2*pbytes );
931 buf = gcry_xmalloc (n);
H A Dprimegen.c770 mods = gcry_xmalloc( no_of_small_prime_numbers * sizeof *mods );

Completed in 244 milliseconds

12