Searched refs:dsa_key (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/dsa/
H A DMakefile20 LIBSRC= dsa_gen.c dsa_key.c dsa_lib.c dsa_asn1.c dsa_vrf.c dsa_sign.c \
22 LIBOBJ= dsa_gen.o dsa_key.o dsa_lib.o dsa_asn1.o dsa_vrf.o dsa_sign.o \
136 dsa_key.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
137 dsa_key.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
138 dsa_key.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
139 dsa_key.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
140 dsa_key.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
141 dsa_key.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
142 dsa_key.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
143 dsa_key
[all...]
/freebsd-10.1-release/crypto/openssl/engines/
H A De_cswift.c805 BIGNUM *dsa_key = NULL; local
822 dsa_key = BN_CTX_get(ctx);
831 !bn_wexpand(dsa_key, dsa->priv_key->top) ||
844 (unsigned char *)dsa_key->d);
845 sw_param.up.dsa.key.value = (unsigned char *)dsa_key->d;
907 BIGNUM *dsa_key = NULL; local
924 dsa_key = BN_CTX_get(ctx);
933 !bn_wexpand(dsa_key, dsa->pub_key->top) ||
946 (unsigned char *)dsa_key->d);
947 sw_param.up.dsa.key.value = (unsigned char *)dsa_key
[all...]
/freebsd-10.1-release/crypto/openssl/apps/
H A Dspeed.c559 DSA *dsa_key[DSA_NUM]; local
657 memset(dsa_key, 0, sizeof(dsa_key));
1280 dsa_key[0] = get_dsa512();
1281 dsa_key[1] = get_dsa1024();
1282 dsa_key[2] = get_dsa2048();
2083 /* DSA_generate_key(dsa_key[j]); */
2084 /* DSA_sign_setup(dsa_key[j],NULL); */
2085 ret = DSA_sign(EVP_PKEY_DSA, buf, 20, buf2, &kk, dsa_key[j]);
2096 ret = DSA_sign(EVP_PKEY_DSA, buf, 20, buf2, &kk, dsa_key[
[all...]
/freebsd-10.1-release/secure/lib/libcrypto/
H A DMakefile151 SRCS+= dsa_ameth.c dsa_asn1.c dsa_depr.c dsa_err.c dsa_gen.c dsa_key.c \

Completed in 64 milliseconds