Searched refs:bn (Results 51 - 75 of 293) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dt_spki.c70 #include <openssl/bn.h>
H A Dt_crl.c63 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Ddivtest.c1 #include <openssl/bn.h>
H A Dbn.h1 /* crypto/bn/bn.h */
879 # define bn_check_size(bn, bits) bn_wcheck_size(bn, ((bits+BN_BITS2-1))/BN_BITS2)
880 # define bn_wcheck_size(bn, words) \
882 const BIGNUM *_bnum2 = (bn); \
894 # define bn_check_size(bn, bits)
895 # define bn_wcheck_size(bn, words)
925 BIGNUM *get_rfc2409_prime_768(BIGNUM *bn);
926 BIGNUM *get_rfc2409_prime_1024(BIGNUM *bn);
[all...]
H A Dbn_err.c1 /* crypto/bn/bn_err.c */
64 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/dh/
H A Dp512.c60 #include <openssl/bn.h>
H A Dp1024.c60 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A Ddsa_sign.c64 #include <openssl/bn.h>
H A Ddsa_key.c63 # include <openssl/bn.h>
/freebsd-11-stable/usr.bin/dc/
H A Dbcode.h21 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/ecdh/
H A Decdh.h81 # include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_null.c62 #include <openssl/bn.h>
H A Drsa_x931.c62 #include <openssl/bn.h>
H A DMakefile87 rsa_ameth.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
103 rsa_asn1.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
117 rsa_chk.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
125 rsa_crpt.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
140 rsa_depr.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
149 rsa_eay.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
166 rsa_gen.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
175 rsa_lib.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
190 rsa_none.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
199 rsa_null.o: ../../include/openssl/bio.h ../../include/openssl/bn
[all...]
/freebsd-11-stable/crypto/openssh/regress/unittests/sshkey/
H A Dcommon.c22 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_r2x.c61 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_asid.c70 #include <openssl/bn.h>
303 BIGNUM *bn = NULL;
341 if ((bn == NULL && (bn = BN_new()) == NULL) ||
342 ASN1_INTEGER_to_BN(a_max, bn) == NULL ||
343 !BN_add_word(bn, 1) ||
345 BN_to_ASN1_INTEGER(bn, a_max_plus_one)) == NULL) {
376 BN_free(bn);
396 BIGNUM *bn = NULL;
456 if ((bn
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A DMakefile97 ec2_mult.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
105 ec2_oct.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
113 ec2_smpl.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
122 ec_ameth.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
136 ec_asn1.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
145 ec_check.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
153 ec_curve.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
161 ec_cvt.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
176 ec_key.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
184 ec_lib.o: ../../include/openssl/bn
[all...]
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgost_lcl.h12 # include <openssl/bn.h>
215 int store_bignum(BIGNUM *bn, unsigned char *buf, int len);
/freebsd-11-stable/crypto/openssl/crypto/jpake/
H A DMakefile52 jpake.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
59 jpake_err.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
H A Djpaketest.c18 static void showbn(const char *name, const BIGNUM *bn) argument
22 BN_print_fp(stdout, bn);
/freebsd-11-stable/crypto/openssl/crypto/srp/
H A Dsrptest.c18 static void showbn(const char *name, const BIGNUM *bn) argument
22 BN_print_fp(stdout, bn);
/freebsd-11-stable/usr.bin/hexdump/tests/
H A Dhexdump_test.sh116 atf_check -o empty hexdump -bn 0 "$(atf_get_srcdir)/d_hexdump_a.in"
118 hexdump -bn 1 "$(atf_get_srcdir)/d_hexdump_a.in"
/freebsd-11-stable/crypto/openssh/
H A Dkexecdh.c36 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/apps/
H A Dversion.c118 #include <openssl/bn.h>

Completed in 229 milliseconds

1234567891011>>