Searched refs:gcry_calloc (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dprimegen.c181 item = gcry_calloc (1, sizeof *item);
380 factors = gcry_calloc (n + 2, sizeof (*factors));
407 pool = gcry_calloc (m , sizeof (*pool));
433 perms = gcry_calloc (1, m);
598 factors_new = gcry_calloc (n + 4, sizeof (*factors_new));
H A Dpubkey.c2057 array = gcry_calloc (strlen (elems) + 1, sizeof (*array));
2149 array = gcry_calloc (strlen (elems) + 1 , sizeof *array );
2409 array = gcry_calloc (strlen (elems) + 1, sizeof (*array));
2882 ciph = gcry_calloc (strlen (algo_elems) + 1, sizeof (*ciph));
3177 result = gcry_calloc (strlen (algo_elems) + 1, sizeof (*result));
3619 arg_list = gcry_calloc (nelem_cp+1, sizeof *arg_list);
H A Ddsa.c899 arg_list = gcry_calloc (nfactors+1+1, sizeof *arg_list);
H A Decc.c1051 *retfactors = gcry_calloc ( 1, sizeof **retfactors );
H A Dcipher.c788 h = gcry_calloc (1, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dprimegen.c181 item = gcry_calloc (1, sizeof *item);
380 factors = gcry_calloc (n + 2, sizeof (*factors));
407 pool = gcry_calloc (m , sizeof (*pool));
433 perms = gcry_calloc (1, m);
598 factors_new = gcry_calloc (n + 4, sizeof (*factors_new));
H A Dpubkey.c2057 array = gcry_calloc (strlen (elems) + 1, sizeof (*array));
2149 array = gcry_calloc (strlen (elems) + 1 , sizeof *array );
2409 array = gcry_calloc (strlen (elems) + 1, sizeof (*array));
2882 ciph = gcry_calloc (strlen (algo_elems) + 1, sizeof (*ciph));
3177 result = gcry_calloc (strlen (algo_elems) + 1, sizeof (*result));
3619 arg_list = gcry_calloc (nelem_cp+1, sizeof *arg_list);
H A Ddsa.c899 arg_list = gcry_calloc (nfactors+1+1, sizeof *arg_list);
H A Decc.c1051 *retfactors = gcry_calloc ( 1, sizeof **retfactors );
H A Dcipher.c788 h = gcry_calloc (1, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dvisibility.h44 #define gcry_calloc _gcry_calloc macro
394 #undef gcry_calloc macro
608 MARK_VISIBLE (gcry_calloc)
H A Dglobal.c881 gcry_calloc (size_t n, size_t m)
877 gcry_calloc (size_t n, size_t m) function
H A Dvisibility.c1371 gcry_calloc (size_t n, size_t m) function
H A Dgcrypt.h1894 void *gcry_calloc (size_t n, size_t m) _GCRY_GCC_ATTR_MALLOC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dvisibility.h44 #define gcry_calloc _gcry_calloc macro
394 #undef gcry_calloc macro
608 MARK_VISIBLE (gcry_calloc)
H A Dglobal.c881 gcry_calloc (size_t n, size_t m)
877 gcry_calloc (size_t n, size_t m) function
H A Dvisibility.c1371 gcry_calloc (size_t n, size_t m) function
H A Dgcrypt.h1894 void *gcry_calloc (size_t n, size_t m) _GCRY_GCC_ATTR_MALLOC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drandom-fips.c1038 test_ctx = gcry_calloc (1, sizeof *test_ctx + dtlen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-fips.c1038 test_ctx = gcry_calloc (1, sizeof *test_ctx + dtlen);

Completed in 349 milliseconds