Searched refs:bn (Results 101 - 125 of 293) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A DMakefile82 dsa_ameth.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
108 dsa_depr.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
126 dsa_gen.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
136 dsa_key.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
145 dsa_lib.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
160 dsa_ossl.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
171 dsa_pmeth.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
195 dsa_sign.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
/freebsd-11-stable/crypto/openssl/util/pl/
H A Dunix.pl59 'x86_64-mont' => 'crypto/bn',
60 'x86_64-mont5' => 'crypto/bn',
61 'x86_64-gf2m' => 'crypto/bn',
74 'rsaz-x86_64' => 'crypto/bn',
75 'rsaz-avx2' => 'crypto/bn',
134 if ($target eq 'crypto/bn/x86_64-gcc')
137 \$(TMP_D)/x86_64-gcc.o: crypto/bn/asm/x86_64-gcc.c
138 \$(CC) \$(CFLAGS) -c -o \$@ crypto/bn/asm/x86_64-gcc.c
/freebsd-11-stable/crypto/openssl/crypto/srp/
H A DMakefile82 srp_lib.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
93 srp_vfy.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
H A Dsrp_vfy.c335 if ((newgN->bn = BN_bin2bn(tmp, len, NULL)))
349 BN_free(gN_cache->bn);
378 return cache->bn;
384 return newgN->bn;
/freebsd-11-stable/crypto/openssl/crypto/jpake/
H A Djpake.c151 static void hashbn(SHA_CTX *sha, const BIGNUM *bn) argument
153 size_t l = BN_num_bytes(bn);
159 BN_bn2bin(bn, bin);
447 static void quickhashbn(unsigned char *md, const BIGNUM *bn) argument
452 hashbn(&sha, bn);
/freebsd-11-stable/crypto/openssl/engines/
H A De_chil.c75 #include <openssl/bn.h>
275 # define BN2MPI(mp, bn) \
276 {mp.size = bn->top * sizeof(BN_ULONG); mp.buf = (unsigned char *)bn->d;}
277 # define MPI2BN(bn, mp) \
278 {mp.size = bn->dmax * sizeof(BN_ULONG); mp.buf = (unsigned char *)bn->d;}
H A DMakefile171 e_4758cca.o: ../include/openssl/bn.h ../include/openssl/buffer.h
187 e_aep.o: ../include/openssl/bn.h ../include/openssl/buffer.h
203 e_atalla.o: ../include/openssl/bn.h ../include/openssl/buffer.h
231 e_chil.o: ../include/openssl/bn.h ../include/openssl/buffer.h
248 e_cswift.o: ../include/openssl/bn.h ../include/openssl/buffer.h
264 e_gmp.o: ../include/openssl/bn.h ../include/openssl/buffer.h
277 e_nuron.o: ../include/openssl/bn.h ../include/openssl/buffer.h
306 e_sureware.o: ../include/openssl/bn.h ../include/openssl/buffer.h
324 e_ubsec.o: ../include/openssl/bn.h ../include/openssl/buffer.h
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_lib.c1 /* crypto/bn/bn_lib.c */
623 BIGNUM *bn = NULL; local
626 ret = bn = BN_new();
639 if (bn)
640 BN_free(bn);
731 BIGNUM *bn = NULL; local
734 ret = bn = BN_new();
750 BN_free(bn);
H A Dbnspeed.c3 /* crypto/bn/bnspeed.c */
106 #include <openssl/bn.h>
H A Dbn_x931p.c61 #include <openssl/bn.h>
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_denode.c340 daddr_t bn; local
404 bn = cntobn(pmp, eofentry);
405 error = bread(pmp->pm_devvp, bn, pmp->pm_bpcluster,
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssltest.c190 #include <openssl/bn.h>
3076 BIGNUM *bn = NULL; local
3078 bn = BN_new();
3080 if (!bn || !rsa_tmp || !BN_set_word(bn, RSA_F4)) {
3086 if (!RSA_generate_key_ex(rsa_tmp, keylength, bn, NULL)) {
3095 if (bn)
3096 BN_free(bn);
3258 BIGNUM *bn = NULL; local
3260 ret = BN_hex2bn(&bn, pskke
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_verify.c69 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/dh/
H A Ddh_asn1.c62 #include <openssl/bn.h>
H A Ddh_check.c61 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/pqueue/
H A DMakefile79 pqueue.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
H A Dpqueue.c61 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/ts/
H A Dts_rsp_print.c63 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssh/
H A Dssh-ecdsa.c33 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/apps/
H A Dgendh.c78 # include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dpmeth_gn.c65 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/
H A Dppccap.c15 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_test.c11 #include <openssl/bn.h>
H A Drsa_pk1.c63 #include <openssl/bn.h>
H A Drsa_chk.c51 #include <openssl/bn.h>

Completed in 507 milliseconds

1234567891011>>