Home
last modified time | relevance | path

Searched full:gostr34_10_94 (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/libecc/src/examples/sig/gostr34_10_94/
H A Dgostr34_10_94.h15 * NOTE: although we only need libarith for GOSTR34_10_94 as we
27 /* We define hereafter the types and functions for GOSTR34_10_94.
30 /* GOSTR34_10_94 public key, composed of:
31 * p the GOSTR34_10_94 prime modulus
32 * q the GOSTR34_10_94 prime order (prime divisor of (p-1))
33 * g the GOSTR34_10_94 generator
41 /* GOSTR34_10_94 private key, composed of:
42 * p the GOSTR34_10_94 prime modulus
43 * q the GOSTR34_10_94 prime order (prime divisor of (p-1))
44 * g the GOSTR34_10_94 generator
H A DMakefile10 all: gostr34_10_94
20 gostr34_10_94: libhash target
21gostr34_10_94.c ../dsa/dsa.c $(ROOT_DIR)/src/external_deps/print.c $(ROOT_DIR)/src/external_deps/r…
26 …$(VERBOSE_MAKE)$(CROSS_COMPILE)$(CC) $(BIN_CFLAGS) -DGOSTR34_10_94 gostr34_10_94.c ../dsa/dsa.c $(…
31 @rm -f gostr34_10_94
H A Dgostr34_10_94.c11 #include "gostr34_10_94.h"
50 /* NOTE: since GOSTR34_10_94 is very similar to DSA, we reuse some of our DSA
51 * primitives to factorize some code. Also, GOSTR34_10_94 private and public keys
55 /* Import a GOSTR34_10_94 private key from buffers */
64 /* Import a GOSTR34_10_94 public key from buffers */
75 /* Compute a GOSTR34_10_94 public key from a private key.
84 /* Generate a GOSTR34_10_94 signature
248 /* Verify a GOSTR34_10_94 signature
369 #ifdef GOSTR34_10_94
481 /* Sanity check on size for GOSTR34_10_94. in main()
[all …]
/freebsd/crypto/libecc/.github/workflows/
H A Dlibecc_examples.yml36 …./sig/dsa/dsa && ./sig/kcdsa/kcdsa && ./sig/sdsa/sdsa && ./sig/gostr34_10_94/gostr34_10_94 && ./ss…
/freebsd/crypto/libecc/src/examples/sig/
H A DMakefile9 GOST_DIR=gostr34_10_94/
/freebsd/crypto/libecc/scripts/
H A Dcrossbuild.sh50 …check_and_copy $ROOT_DIR/src/examples/sig/gostr34_10_94/gostr34_10_94 $CROSSBUILD_OUTPUT/"$triplet…