Home
last modified time | relevance | path

Searched refs:mpz_import (Results 1 – 25 of 52) sorted by relevance

123

/netbsd/external/bsd/wpa/dist/src/crypto/
H A Dcrypto_nettle.c348 mpz_import(pub, pubkey_len, 1, 1, 1, 0, pubkey); in crypto_dh_derive_secret()
358 mpz_import(p, prime_len, 1, 1, 1, 0, prime); in crypto_dh_derive_secret()
359 mpz_import(q, order_len, 1, 1, 1, 0, order); in crypto_dh_derive_secret()
385 mpz_import(bn_base, base_len, 1, 1, 1, 0, base); in crypto_mod_exp()
386 mpz_import(bn_exp, power_len, 1, 1, 1, 0, power); in crypto_mod_exp()
387 mpz_import(bn_modulus, modulus_len, 1, 1, 1, 0, modulus); in crypto_mod_exp()
/netbsd/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drsa-gmp.c57 mpz_import(s, len, 1, 1, 1, 0, p); in BN2mpz()
169 mpz_import(dec, size - 1, 1, 1, 1, 0, p0); in gmp_rsa_public_encrypt()
216 mpz_import(s, flen, 1, 1, 1, 0, rk_UNCONST(from)); in gmp_rsa_public_decrypt()
286 mpz_import(in, size, 1, 1, 1, 0, p0); in gmp_rsa_private_encrypt()
357 mpz_import(in, flen, 1, 1, 1, 0, from); in gmp_rsa_private_decrypt()
438 mpz_import(num, len, 1, 1, 1, 0, p); in random_num()
/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-import.c143 mpz_import (got, data[i].count, data[i].order, in check_data()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-import.c64 mpz_import (res, in_count, order, size, endian, 0, input); in testmain()
H A Dhex-random.c64 mpz_import (seed, sizeof(buf), 1, 1, 0, 0, buf); in mkseed()
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dimport.c49 mpz_import (mpz_ptr z, size_t count, int order, in mpz_import() function
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
H A Dbi_gmp.c68 mpz_import( ret, length, 1, 1, 1, 0, buffer); in bi_set_as_nbin()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A DChangeLog397 (mpz_import): Normalise only if needed.
560 * mini-gmp.c (mpz_export, mpz_import): Less restrictive ASSERTs.
574 mpz_import and mpz_export.
589 (mpz_import, mpz_export): Correctly use order/endianness.
594 * mini-gmp.c (mpz_import): Reset limb after storing it.
H A DREADME46 mpz_export and mpz_import support only NAILS = 0.
H A Dmini-gmp.h299 void mpz_import (mpz_t, size_t, int, size_t, int, size_t, const void *);
/netbsd/external/lgpl3/gmp/dist/tests/
H A Dmisc.c111 mpz_import (seed, 6, 1, 1, 0, 0, buf); in seed_from_urandom()
/netbsd/external/lgpl3/gmp/dist/demos/perl/
H A Dtest.pl747 { my $z = mpz_import (1, 2, 1, 0, 'abcd');
749 { my $z = mpz_import (-1, 2, 1, 0, 'abcd');
751 { my $z = mpz_import (1, 2, -1, 0, 'abcd');
753 { my $z = mpz_import (-1, 2, -1, 0, 'abcd');
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dwide-int.cc222 mpz_import (result, len, -1, sizeof (HOST_WIDE_INT), 0, 0, t); in to_mpz()
231 mpz_import (result, len, -1, sizeof (HOST_WIDE_INT), 0, 0, t); in to_mpz()
245 mpz_import (result, len + extra, -1, sizeof (HOST_WIDE_INT), 0, 0, t); in to_mpz()
248 mpz_import (result, len, -1, sizeof (HOST_WIDE_INT), 0, 0, v); in to_mpz()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dwide-int.cc222 mpz_import (result, len, -1, sizeof (HOST_WIDE_INT), 0, 0, t); in to_mpz()
231 mpz_import (result, len, -1, sizeof (HOST_WIDE_INT), 0, 0, t); in to_mpz()
245 mpz_import (result, len + extra, -1, sizeof (HOST_WIDE_INT), 0, 0, t); in to_mpz()
248 mpz_import (result, len, -1, sizeof (HOST_WIDE_INT), 0, 0, v); in to_mpz()
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h851 #define mpz_import __gmpz_import macro
852 __GMP_DECLSPEC void mpz_import (mpz_ptr, size_t, int, size_t, int, size_t, const void *);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h851 #define mpz_import __gmpz_import macro
852 __GMP_DECLSPEC void mpz_import (mpz_ptr, size_t, int, size_t, int, size_t, const void *);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h846 #define mpz_import __gmpz_import macro
847 __GMP_DECLSPEC void mpz_import (mpz_ptr, size_t, int, size_t, int, size_t, const void *);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h846 #define mpz_import __gmpz_import macro
847 __GMP_DECLSPEC void mpz_import (mpz_ptr, size_t, int, size_t, int, size_t, const void *);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h846 #define mpz_import __gmpz_import macro
847 __GMP_DECLSPEC void mpz_import (mpz_ptr, size_t, int, size_t, int, size_t, const void *);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h846 #define mpz_import __gmpz_import macro
847 __GMP_DECLSPEC void mpz_import (mpz_ptr, size_t, int, size_t, int, size_t, const void *);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h846 #define mpz_import __gmpz_import macro
847 __GMP_DECLSPEC void mpz_import (mpz_ptr, size_t, int, size_t, int, size_t, const void *);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h846 #define mpz_import __gmpz_import macro
847 __GMP_DECLSPEC void mpz_import (mpz_ptr, size_t, int, size_t, int, size_t, const void *);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h846 #define mpz_import __gmpz_import macro
847 __GMP_DECLSPEC void mpz_import (mpz_ptr, size_t, int, size_t, int, size_t, const void *);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h846 #define mpz_import __gmpz_import macro
847 __GMP_DECLSPEC void mpz_import (mpz_ptr, size_t, int, size_t, int, size_t, const void *);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h846 #define mpz_import __gmpz_import macro
847 __GMP_DECLSPEC void mpz_import (mpz_ptr, size_t, int, size_t, int, size_t, const void *);

123