Searched refs:ret_mpi (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/
H A Dmpicoder.c374 gcry_mpi_scan (struct gcry_mpi **ret_mpi, enum gcry_mpi_format format, argument
406 if (ret_mpi)
409 *ret_mpi = a;
423 if (ret_mpi)
426 *ret_mpi = a;
437 if (ret_mpi && a)
440 *ret_mpi = a;
485 if (ret_mpi)
488 *ret_mpi = a;
506 if (ret_mpi)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpicoder.c374 gcry_mpi_scan (struct gcry_mpi **ret_mpi, enum gcry_mpi_format format, argument
406 if (ret_mpi)
409 *ret_mpi = a;
423 if (ret_mpi)
426 *ret_mpi = a;
437 if (ret_mpi && a)
440 *ret_mpi = a;
485 if (ret_mpi)
488 *ret_mpi = a;
506 if (ret_mpi)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dpubkey.c2470 sexp_data_to_mpi (gcry_sexp_t input, gcry_mpi_t *ret_mpi, argument
2481 *ret_mpi = NULL;
2485 *ret_mpi = gcry_sexp_nth_mpi (input, 0, 0);
2486 return *ret_mpi ? GPG_ERR_NO_ERROR : GPG_ERR_INV_OBJ;
2533 *ret_mpi = gcry_sexp_nth_mpi (lvalue, 1, GCRYMPI_FMT_USG);
2534 if (!*ret_mpi)
2573 rc = pkcs1_encode_for_encryption (ret_mpi, ctx->nbits,
2600 rc = pkcs1_encode_for_signature (ret_mpi, ctx->nbits,
2682 rc = oaep_encode (ret_mpi, ctx->nbits, ctx->hash_algo,
2753 rc = pss_encode (ret_mpi, ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dpubkey.c2470 sexp_data_to_mpi (gcry_sexp_t input, gcry_mpi_t *ret_mpi, argument
2481 *ret_mpi = NULL;
2485 *ret_mpi = gcry_sexp_nth_mpi (input, 0, 0);
2486 return *ret_mpi ? GPG_ERR_NO_ERROR : GPG_ERR_INV_OBJ;
2533 *ret_mpi = gcry_sexp_nth_mpi (lvalue, 1, GCRYMPI_FMT_USG);
2534 if (!*ret_mpi)
2573 rc = pkcs1_encode_for_encryption (ret_mpi, ctx->nbits,
2600 rc = pkcs1_encode_for_signature (ret_mpi, ctx->nbits,
2682 rc = oaep_encode (ret_mpi, ctx->nbits, ctx->hash_algo,
2753 rc = pss_encode (ret_mpi, ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dvisibility.c295 gcry_mpi_scan (gcry_mpi_t *ret_mpi, enum gcry_mpi_format format, argument
299 return _gcry_mpi_scan (ret_mpi, format, buffer, buflen, nscanned);
H A Dgcrypt.h621 gcry_error_t gcry_mpi_scan (gcry_mpi_t *ret_mpi, 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.c295 gcry_mpi_scan (gcry_mpi_t *ret_mpi, enum gcry_mpi_format format, argument
299 return _gcry_mpi_scan (ret_mpi, format, buffer, buflen, nscanned);
H A Dgcrypt.h621 gcry_error_t gcry_mpi_scan (gcry_mpi_t *ret_mpi, enum gcry_mpi_format format,

Completed in 99 milliseconds