Searched refs:bn (Results 76 - 100 of 293) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgost_sign.c12 #include <openssl/bn.h>
365 int store_bignum(BIGNUM *bn, unsigned char *buf, int len) argument
367 int bytes = BN_num_bytes(bn);
371 BN_bn2bin(bn, buf + len - bytes);
H A DMakefile93 gost2001.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
109 gost2001_keyx.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
127 gost94_keyx.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
144 gost_ameth.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
160 gost_asn1.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
175 gost_crypt.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
190 gost_ctl.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
205 gost_eng.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
221 gost_md.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
243 gost_pmeth.o: ../../include/openssl/bio.h ../../include/openssl/bn
[all...]
/freebsd-11-stable/crypto/openssl/crypto/err/
H A Derr_all.c61 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/jpake/
H A Djpake.h21 # include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_asn1.c62 #include <openssl/bn.h>
H A Drsa_saos.c61 #include <openssl/bn.h>
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Ddocsinstall45 bn da de el en es fr hu it ja mn nl pl pt ru sr tr zh_cn zh_tw \
/freebsd-11-stable/crypto/openssl/crypto/ts/
H A Dts_lib.c63 #include <openssl/bn.h>
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.asm50 ${LCRYPTO_SRC}/crypto/bn/asm \
64 # bn
122 ${LCRYPTO_SRC}/crypto/bn/asm \
131 # bn
163 ${LCRYPTO_SRC}/crypto/bn/asm \
182 # bn
183 SRCS+= bn-586.pl co-586.pl x86-gf2m.pl x86-mont.pl
/freebsd-11-stable/contrib/gcc/
H A Ddominance.c237 basic_block bn; local
249 bn = e->src;
254 if (bn == ex_block || di->dfs_order[bn->index])
260 einext = ei_start (bn->preds);
264 bn = e->dest;
265 if (bn == ex_block || di->dfs_order[bn->index])
271 einext = ei_start (bn->succs);
274 gcc_assert (bn !
[all...]
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_inode.c206 ufs2_daddr_t bn, lbn, lastblock, lastiblock[NIADDR], indir_lbn[NIADDR]; local
534 bn = DIP(ip, i_ib[level]);
535 if (bn != 0) {
537 fsbtodb(fs, bn), lastiblock[level], level, &count);
543 ffs_blkfree(ump, fs, ump->um_devvp, bn,
559 bn = DIP(ip, i_db[i]);
560 if (bn == 0)
564 ffs_blkfree(ump, fs, ump->um_devvp, bn, bsize, ip->i_number,
575 bn = DIP(ip, i_db[lastblock]);
576 if (bn !
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp497 bhead_t *ba, *bn; local
500 bn = BH(((char *)ba) + size);
502 KMP_DEBUG_ASSERT(bn->bb.prevfree == b->bh.bb.bsize);
517 bn->bb.prevfree = 0;
703 bfhead_t *b, *bn; local
747 bn = NULL;
791 bn = BFH(((char *)b) + b->bh.bb.bsize);
792 if (bn->bh.bb.bsize > 0) {
796 KMP_DEBUG_ASSERT(BH((char *)bn + bn
881 bhead_t *bn; local
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dwindmc.c1113 const char *bn, *bn2; local
1116 bn = strrchr (input_filename, '/');
1118 if (! bn)
1119 bn = bn2;
1120 if (bn && bn2 && bn < bn2)
1121 bn = bn2;
1122 if (! bn)
1123 bn = input_filename;
1125 bn
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dbuffer.h51 #include <openssl/bn.h>
H A Dkexc25519.c35 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_const.c1 /* crypto/bn/knownprimes.c */
4 #include "bn.h"
15 BIGNUM *get_rfc2409_prime_768(BIGNUM *bn) argument
31 return BN_bin2bn(RFC2409_PRIME_768, sizeof(RFC2409_PRIME_768), bn);
43 BIGNUM *get_rfc2409_prime_1024(BIGNUM *bn) argument
63 return BN_bin2bn(RFC2409_PRIME_1024, sizeof(RFC2409_PRIME_1024), bn);
75 BIGNUM *get_rfc3526_prime_1536(BIGNUM *bn) argument
103 return BN_bin2bn(RFC3526_PRIME_1536, sizeof(RFC3526_PRIME_1536), bn);
114 BIGNUM *get_rfc3526_prime_2048(BIGNUM *bn) argument
150 return BN_bin2bn(RFC3526_PRIME_2048, sizeof(RFC3526_PRIME_2048), bn);
161 get_rfc3526_prime_3072(BIGNUM *bn) argument
224 get_rfc3526_prime_4096(BIGNUM *bn) argument
303 get_rfc3526_prime_6144(BIGNUM *bn) argument
414 get_rfc3526_prime_8192(BIGNUM *bn) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/dh/
H A Ddh_gen.c66 #include <openssl/bn.h>
H A DMakefile82 dh_ameth.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
98 dh_asn1.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
106 dh_check.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
114 dh_depr.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
129 dh_gen.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
150 dh_key.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
159 dh_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
174 dh_pmeth.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
198 dh_rfc5114.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
/freebsd-11-stable/crypto/openssl/crypto/ecdsa/
H A Decdsa.h71 # include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c66 #include <openssl/bn.h>
177 BIGNUM *bn = NULL; local
185 bn = BN_new();
199 ret = BN_hex2bn(&bn, value);
201 ret = BN_dec2bn(&bn, value);
204 BN_free(bn);
209 if (isneg && BN_is_zero(bn))
212 aint = BN_to_ASN1_INTEGER(bn, NULL);
213 BN_free(bn);
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dd2i_pr.c61 #include <openssl/bn.h>
H A Dx_long.c63 #include <openssl/bn.h>
/freebsd-11-stable/usr.sbin/setfmac/
H A Dsetfmac.c90 char *bn; local
92 bn = basename(argv[0]);
93 if (bn == NULL)
95 is_setfmac = strcmp(bn, "setfmac") == 0;
/freebsd-11-stable/sbin/fsck_ffs/
H A Dgjournal.c356 ufs2_daddr_t bn; local
386 bn = dino->di_db[i];
387 if (bn == 0)
390 blkfree(bn, bsize);
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c622 daddr_t bn, lastcn; local
719 bn = de_cluster(pmp, uio->uio_offset);
729 bp = getblk(thisvp, bn, pmp->pm_bpcluster, 0, 0, 0);
742 error = pcbmap(dep, bp->b_lblkno, &bn, 0, 0);
746 bp->b_blkno = bn;
758 error = bread(thisvp, bn, pmp->pm_bpcluster, cred, &bp);
953 daddr_t bn; local
1222 bn = cntobn(pmp, cn);
1223 error = bread(pmp->pm_devvp, bn, pmp->pm_bpcluster,
1304 int bn; local
1478 daddr_t bn, lbn; local
[all...]

Completed in 340 milliseconds

1234567891011>>