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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/
H A Dmpiutil.c51 a = gcry_xmalloc( sizeof *a );
72 a = gcry_xmalloc( sizeof *a );
90 p = secure ? gcry_xmalloc_secure (len) : gcry_xmalloc (len);
250 : gcry_xmalloc( (a->sign+7)/8 );
413 : gcry_xmalloc (nbytes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpiutil.c51 a = gcry_xmalloc( sizeof *a );
72 a = gcry_xmalloc( sizeof *a );
90 p = secure ? gcry_xmalloc_secure (len) : gcry_xmalloc (len);
250 : gcry_xmalloc( (a->sign+7)/8 );
413 : gcry_xmalloc (nbytes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dtestapi.c69 buf = gcry_xmalloc ( n );
H A Dpkbench.c90 buf = gcry_xmalloc (size);
121 buf = gcry_xmalloc (buflen+1);
410 key_pair_buffer = gcry_xmalloc (key_pair_buffer_size);
H A Dfips186-dsa.c90 buf = gcry_xmalloc (size);
121 buffer = gcry_xmalloc (strlen(string)/2+1);
H A Dtsexp.c318 p1 = gcry_xmalloc (n1);
335 p1 = gcry_xmalloc (n1+2);
H A Dt-mpi-bit.c39 #define xmalloc(a) gcry_xmalloc ((a))
H A Dfipsdrv.c180 /* buf = gcry_xmalloc (size); */
229 buffer = gcry_xmalloc (strlen(string)/2+1);
337 buffer = gcry_xmalloc (bufsize);
936 buf = gcry_xmalloc (size);
1088 inbuf = data? NULL : gcry_xmalloc (datalen);
1090 outbuf = gcry_xmalloc (outbuflen < blocklen? blocklen:outbuflen);
1498 der = derbuf = gcry_xmalloc (derlen);
H A Dpkcs1v2.c94 buf = gcry_xmalloc (size);
114 buffer = gcry_xmalloc (strlen(string)/2+1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dtestapi.c69 buf = gcry_xmalloc ( n );
H A Dpkbench.c90 buf = gcry_xmalloc (size);
121 buf = gcry_xmalloc (buflen+1);
410 key_pair_buffer = gcry_xmalloc (key_pair_buffer_size);
H A Dfips186-dsa.c90 buf = gcry_xmalloc (size);
121 buffer = gcry_xmalloc (strlen(string)/2+1);
H A Dtsexp.c318 p1 = gcry_xmalloc (n1);
335 p1 = gcry_xmalloc (n1+2);
H A Dt-mpi-bit.c39 #define xmalloc(a) gcry_xmalloc ((a))
H A Dfipsdrv.c180 /* buf = gcry_xmalloc (size); */
229 buffer = gcry_xmalloc (strlen(string)/2+1);
337 buffer = gcry_xmalloc (bufsize);
936 buf = gcry_xmalloc (size);
1088 inbuf = data? NULL : gcry_xmalloc (datalen);
1090 outbuf = gcry_xmalloc (outbuflen < blocklen? blocklen:outbuflen);
1498 der = derbuf = gcry_xmalloc (derlen);
H A Dpkcs1v2.c94 buf = gcry_xmalloc (size);
114 buffer = gcry_xmalloc (strlen(string)/2+1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drandom.c186 buffer = gcry_xmalloc (nbytes);
H A Drndw32.c434 pPerfData = gcry_xmalloc (cbPerfData);
658 buffer = gcry_xmalloc (PERFORMANCE_BUFFER_SIZE);
H A Drndegd.c65 name = gcry_xmalloc(n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom.c186 buffer = gcry_xmalloc (nbytes);
H A Drndw32.c434 pPerfData = gcry_xmalloc (cbPerfData);
658 buffer = gcry_xmalloc (PERFORMANCE_BUFFER_SIZE);
H A Drndegd.c65 name = gcry_xmalloc(n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dglobal.c946 gcry_xmalloc( size_t n )
1012 p = gcry_xmalloc ( nbytes );
942 gcry_xmalloc( size_t n ) function
H A Dvisibility.h51 #define gcry_xmalloc _gcry_xmalloc macro
401 #undef gcry_xmalloc macro
615 MARK_VISIBLE (gcry_xmalloc)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dglobal.c946 gcry_xmalloc( size_t n )
1012 p = gcry_xmalloc ( nbytes );
942 gcry_xmalloc( size_t n ) function

Completed in 94 milliseconds

12