Home
last modified time | relevance | path

Searched refs:GMP (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/crypto/openssl/test/certs/
H A Dbadcn1-key.pem27 8PbOMUy3oK6j+GMP/xRNI76RtA==
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dmap192 >>9 string GMP subtile
315 # Header length; GMP:31h 35h 3Dh,MDR:11Eh 238h 2C4h 310h,NOD:3Fh 7Fh,NET:64h,
H A Dgames456 0 string GBMP GTA2/GBH map layout (GMP),
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4118 std::unique_ptr<GCMetadataPrinter> GMP = GCMetaPrinter.instantiate(); in getOrCreateGCPrinter() local
4119 GMP->S = &S; in getOrCreateGCPrinter()
4120 GCPI->second = std::move(GMP); in getOrCreateGCPrinter()
/freebsd-14.2/crypto/openssh/
H A DLICENCE34 - GMP is no longer used, and instead we call BN code from OpenSSL
/freebsd-14.2/crypto/openssl/
H A DNEWS.md1102 * New engine module: GMP (performs private key exponentiation).
H A DCHANGES.md10648 * Update the GMP engine glue to do direct copies between BIGNUM and
10649 mpz_t when openssl and GMP use the same limb size. Otherwise the
11630 exponentiations with the GMP library. The conversions to and from
11631 GMP's mpz_t format aren't optimised nor are any montgomery forms
11633 However there are likely to be other architectures where GMP could