Searched refs:gcry_mpi_print (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_dhx2_passwd.c224 gcry_mpi_print( GCRYMPI_FMT_USG, (unsigned char *)rbuf, 4, &nwritten, g);
238 gcry_mpi_print( GCRYMPI_FMT_USG, (unsigned char *)rbuf, PRIMEBITS/8, NULL, p);
243 gcry_mpi_print( GCRYMPI_FMT_USG, (unsigned char *)rbuf, PRIMEBITS/8, &nwritten, Ma);
389 gcry_mpi_print(GCRYMPI_FMT_USG, K_bin, PRIMEBITS/8, &nwritten, K);
450 gcry_mpi_print(GCRYMPI_FMT_USG, (unsigned char *)rbuf, PRIMEBITS/8, NULL, clientNonce);
H A Duams_dhx2_pam.c275 gcry_mpi_print( GCRYMPI_FMT_USG, (unsigned char *)rbuf, 4, &nwritten, g);
289 gcry_mpi_print( GCRYMPI_FMT_USG, (unsigned char *)rbuf, PRIMEBITS/8, NULL, p);
294 gcry_mpi_print( GCRYMPI_FMT_USG, (unsigned char *)rbuf, PRIMEBITS/8, &nwritten, Ma);
437 gcry_mpi_print(GCRYMPI_FMT_USG, K_bin, PRIMEBITS/8, &nwritten, K);
496 gcry_mpi_print(GCRYMPI_FMT_USG, (unsigned char *)rbuf, PRIMEBITS/8, NULL, clientNonce);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/
H A Dmpicoder.c527 gcry_mpi_print (enum gcry_mpi_format format, function
721 * Like gcry_mpi_print but this function allocates the buffer itself.
734 rc = gcry_mpi_print (format, NULL, 0, &n, a);
741 rc = gcry_mpi_print( format, *buffer, n, &n, a );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpicoder.c527 gcry_mpi_print (enum gcry_mpi_format format, function
721 * Like gcry_mpi_print but this function allocates the buffer itself.
734 rc = gcry_mpi_print (format, NULL, 0, &n, a);
741 rc = gcry_mpi_print( format, *buffer, n, &n, a );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtmpdh.c99 #define bn_bn2bin(bn, buf, len) gcry_mpi_print(GCRYMPI_FMT_USG, buf, len, NULL, bn)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dvisibility.h217 #define gcry_mpi_print _gcry_mpi_print macro
567 #undef gcry_mpi_print macro
783 MARK_VISIBLE (gcry_mpi_print)
H A Dsexp.c89 else if( gcry_mpi_print( GCRYMPI_FMT_HEX, buffer, &n, a ) )
1300 if (gcry_mpi_print (mpifmt, NULL, 0, &nm, m))
1327 if (gcry_mpi_print (mpifmt, c.pos, nm, &nm, m))
H A Dvisibility.c303 gcry_mpi_print (enum gcry_mpi_format format, function
H A Dgcrypt.h630 gcry_error_t gcry_mpi_print (enum gcry_mpi_format format,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dvisibility.h217 #define gcry_mpi_print _gcry_mpi_print macro
567 #undef gcry_mpi_print macro
783 MARK_VISIBLE (gcry_mpi_print)
H A Dsexp.c89 else if( gcry_mpi_print( GCRYMPI_FMT_HEX, buffer, &n, a ) )
1300 if (gcry_mpi_print (mpifmt, NULL, 0, &nm, m))
1327 if (gcry_mpi_print (mpifmt, c.pos, nm, &nm, m))
H A Dvisibility.c303 gcry_mpi_print (enum gcry_mpi_format format, function
H A Dgcrypt.h630 gcry_error_t gcry_mpi_print (enum gcry_mpi_format format,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Decc.c893 err = gcry_mpi_print (GCRYMPI_FMT_USG, ptr, pbytes, &n, x);
902 err = gcry_mpi_print (GCRYMPI_FMT_USG, ptr, pbytes, &n, y);
932 err = gcry_mpi_print (GCRYMPI_FMT_USG, buf, n, &n, value);
H A Dpubkey.c808 rc = gcry_err_code (gcry_mpi_print (GCRYMPI_FMT_USG,
831 rc = gcry_err_code (gcry_mpi_print (GCRYMPI_FMT_USG,
982 err = gcry_mpi_print (GCRYMPI_FMT_USG, frame, nframe, &n, value);
995 However due to the way gcry_mpi_print is implemented we may see
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Decc.c893 err = gcry_mpi_print (GCRYMPI_FMT_USG, ptr, pbytes, &n, x);
902 err = gcry_mpi_print (GCRYMPI_FMT_USG, ptr, pbytes, &n, y);
932 err = gcry_mpi_print (GCRYMPI_FMT_USG, buf, n, &n, value);
H A Dpubkey.c808 rc = gcry_err_code (gcry_mpi_print (GCRYMPI_FMT_USG,
831 rc = gcry_err_code (gcry_mpi_print (GCRYMPI_FMT_USG,
982 err = gcry_mpi_print (GCRYMPI_FMT_USG, frame, nframe, &n, value);
995 However due to the way gcry_mpi_print is implemented we may see
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dfipsdrv.c1489 err = gcry_mpi_print (GCRYMPI_FMT_STD, NULL, 0, &n, keyparms[idx]);
1506 err = gcry_mpi_print (GCRYMPI_FMT_STD, der,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dfipsdrv.c1489 err = gcry_mpi_print (GCRYMPI_FMT_STD, NULL, 0, &n, keyparms[idx]);
1506 err = gcry_mpi_print (GCRYMPI_FMT_STD, der,

Completed in 242 milliseconds