Searched refs:gcry_malloc (Results 1 - 25 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dac.c134 data_new = gcry_malloc (sizeof (*data_new));
190 data_mpis_new = gcry_malloc (sizeof (*data_mpis_new) * data_mpis_n);
251 data_new = gcry_malloc (sizeof (*data_new));
550 sexp_buffer = gcry_malloc (sexp_buffer_n);
577 arg_list = gcry_malloc (sizeof (*arg_list) * (data_n + 1));
756 string = gcry_malloc (data_n + 1);
980 p = gcry_malloc (buffer_n);
1226 value_name = gcry_malloc (data_raw_n + 1);
1290 arg_list = gcry_malloc (sizeof (*arg_list) * (data_length * 2));
1323 sexp_format = gcry_malloc (sexp_format_
[all...]
H A Dkdf.c160 : gcry_malloc (saltlen + 4 + hlen + hlen));
H A Dmd.c461 hd = gcry_malloc (n + sizeof (struct gcry_md_context));
592 entry = gcry_malloc (size);
646 bhd = gcry_malloc (n + sizeof (struct gcry_md_context));
686 br = gcry_malloc (sizeof *br
H A Dpubkey.c821 frame = mpi_is_secure (value)? gcry_malloc_secure (n) : gcry_malloc (n);
1096 if ( !(frame = gcry_malloc (nframe)) )
1376 lhash = gcry_malloc (hlen);
1545 buf = gcry_malloc (buflen);
1572 em = gcry_malloc (emlen);
1687 buf = gcry_malloc (buflen);
2213 tmpname = gcry_malloc (n+1);
2351 ctx->label = gcry_malloc (n);
2559 random_override = gcry_malloc (n);
2646 ctx->label = gcry_malloc (
[all...]
H A Dprimegen.c388 pool_in_use = gcry_malloc (n * sizeof *pool_in_use);
1462 seed_plus = gcry_malloc (seedlen < 20? 20:seedlen);
1701 seed_plus = gcry_malloc (seedlen < sizeof seed_help_buffer?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dac.c134 data_new = gcry_malloc (sizeof (*data_new));
190 data_mpis_new = gcry_malloc (sizeof (*data_mpis_new) * data_mpis_n);
251 data_new = gcry_malloc (sizeof (*data_new));
550 sexp_buffer = gcry_malloc (sexp_buffer_n);
577 arg_list = gcry_malloc (sizeof (*arg_list) * (data_n + 1));
756 string = gcry_malloc (data_n + 1);
980 p = gcry_malloc (buffer_n);
1226 value_name = gcry_malloc (data_raw_n + 1);
1290 arg_list = gcry_malloc (sizeof (*arg_list) * (data_length * 2));
1323 sexp_format = gcry_malloc (sexp_format_
[all...]
H A Dkdf.c160 : gcry_malloc (saltlen + 4 + hlen + hlen));
H A Dmd.c461 hd = gcry_malloc (n + sizeof (struct gcry_md_context));
592 entry = gcry_malloc (size);
646 bhd = gcry_malloc (n + sizeof (struct gcry_md_context));
686 br = gcry_malloc (sizeof *br
H A Dpubkey.c821 frame = mpi_is_secure (value)? gcry_malloc_secure (n) : gcry_malloc (n);
1096 if ( !(frame = gcry_malloc (nframe)) )
1376 lhash = gcry_malloc (hlen);
1545 buf = gcry_malloc (buflen);
1572 em = gcry_malloc (emlen);
1687 buf = gcry_malloc (buflen);
2213 tmpname = gcry_malloc (n+1);
2351 ctx->label = gcry_malloc (n);
2559 random_override = gcry_malloc (n);
2646 ctx->label = gcry_malloc (
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dglobal.c792 gcry_malloc (size_t n)
843 return gcry_malloc (n);
894 p = gcry_malloc (bytes);
936 string_cp = gcry_malloc (string_n + 1);
950 while ( !(p = gcry_malloc( n )) )
788 gcry_malloc (size_t n) function
H A Dmodule.c88 entry = gcry_malloc (sizeof (struct gcry_module));
H A Dsexp.c436 newlist = gcry_malloc ( sizeof *newlist + n );
580 newlist = gcry_malloc ( sizeof *newlist + n + 1 );
610 newlist = gcry_malloc ( sizeof *newlist + n );
710 buf = gcry_malloc (n+1);
804 newlist = gcry_malloc ( sizeof *newlist + n + 2 );
1050 c.sexp = gcry_malloc (sizeof *c.sexp + c.allocated - 1);
H A Dvisibility.h42 #define gcry_malloc _gcry_malloc macro
392 #undef gcry_malloc macro
606 MARK_VISIBLE (gcry_malloc)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dglobal.c792 gcry_malloc (size_t n)
843 return gcry_malloc (n);
894 p = gcry_malloc (bytes);
936 string_cp = gcry_malloc (string_n + 1);
950 while ( !(p = gcry_malloc( n )) )
788 gcry_malloc (size_t n) function
H A Dmodule.c88 entry = gcry_malloc (sizeof (struct gcry_module));
H A Dsexp.c436 newlist = gcry_malloc ( sizeof *newlist + n );
580 newlist = gcry_malloc ( sizeof *newlist + n + 1 );
610 newlist = gcry_malloc ( sizeof *newlist + n );
710 buf = gcry_malloc (n+1);
804 newlist = gcry_malloc ( sizeof *newlist + n + 2 );
1050 c.sexp = gcry_malloc (sizeof *c.sexp + c.allocated - 1);
H A Dvisibility.h42 #define gcry_malloc _gcry_malloc macro
392 #undef gcry_malloc macro
606 MARK_VISIBLE (gcry_malloc)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drandom-daemon.c82 srvr_addr = gcry_malloc (sizeof *srvr_addr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dac-schemes.c85 opts_new = gcry_malloc (sizeof (gcry_ac_ssa_pkcs_v1_5_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-daemon.c82 srvr_addr = gcry_malloc (sizeof *srvr_addr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dac-schemes.c85 opts_new = gcry_malloc (sizeof (gcry_ac_ssa_pkcs_v1_5_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/
H A Dmpicoder.c245 : gcry_malloc (n);
738 *buffer = mpi_is_secure(a) ? gcry_malloc_secure (n) : gcry_malloc (n);
H A Dmpiutil.c282 : gcry_malloc( n );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpicoder.c245 : gcry_malloc (n);
738 *buffer = mpi_is_secure(a) ? gcry_malloc_secure (n) : gcry_malloc (n);
H A Dmpiutil.c282 : gcry_malloc( n );

Completed in 395 milliseconds

12