/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_const.c | 25 BIGNUM *BN_get_rfc2409_prime_768(BIGNUM *bn) in BN_get_rfc2409_prime_768() 53 BIGNUM *BN_get_rfc2409_prime_1024(BIGNUM *bn) in BN_get_rfc2409_prime_1024() 86 BIGNUM *BN_get_rfc3526_prime_1536(BIGNUM *bn) in BN_get_rfc3526_prime_1536() 100 BIGNUM *BN_get_rfc3526_prime_2048(BIGNUM *bn) in BN_get_rfc3526_prime_2048() 113 BIGNUM *BN_get_rfc3526_prime_3072(BIGNUM *bn) in BN_get_rfc3526_prime_3072() 126 BIGNUM *BN_get_rfc3526_prime_4096(BIGNUM *bn) in BN_get_rfc3526_prime_4096() 139 BIGNUM *BN_get_rfc3526_prime_6144(BIGNUM *bn) in BN_get_rfc3526_prime_6144() 152 BIGNUM *BN_get_rfc3526_prime_8192(BIGNUM *bn) in BN_get_rfc3526_prime_8192()
|
H A D | bn_conv.c | 126 int BN_hex2bn(BIGNUM **bn, const char *a) in BN_hex2bn() 203 int BN_dec2bn(BIGNUM **bn, const char *a) in BN_dec2bn() 273 int BN_asc2bn(BIGNUM **bn, const char *a) in BN_asc2bn()
|
/freebsd/contrib/bc/include/ |
H A D | library.h | 99 #define BCL_CHECK_NUM_GEN(c, bn) \ argument 115 #define BCL_CHECK_NUM_VALID(c, bn) \ argument 132 #define BCL_NUM_ARRAY(bn) ((bn)->n.num) argument 139 BCL_NUM_ARRAY_NP(bn) global() argument 146 BCL_NUM_NUM(bn) global() argument 153 BCL_NUM_NUM_NP(bn) global() argument 178 BCL_CHECK_NUM_GEN(c,bn) global() argument 181 BCL_NUM_ARRAY(bn) global() argument 182 BCL_NUM_ARRAY_NP(bn) global() argument 184 BCL_NUM_NUM(bn) global() argument 185 BCL_NUM_NUM_NP(bn) global() argument 233 BC_MAYBE_SETUP(c,e,bn,idx) global() argument [all...] |
/freebsd/contrib/less/ |
H A D | ch.c | 52 #define bufnode_buf(bn) ((struct buf *) bn) argument 88 #define FOR_BUFS(bn) \ argument 91 #define BUF_RM(bn) \ argument 95 BUF_INS_HEAD(bn) global() argument 101 BUF_INS_TAIL(bn) global() argument 110 FOR_BUFS_IN_CHAIN(h,bn) global() argument 114 BUF_HASH_RM(bn) global() argument 118 BUF_HASH_INS(bn,h) global() argument 151 struct bufnode *bn; ch_get() local 404 struct bufnode *bn; sync_logfile() local 442 struct bufnode *bn; buffered() local 525 struct bufnode *bn; ch_end_buffer_seek() local 551 struct bufnode *bn; ch_beg_seek() local 668 struct bufnode *bn; ch_flush() local 742 struct bufnode *bn; ch_addbuf() local 779 struct bufnode *bn; ch_delbufs() local [all...] |
/freebsd/crypto/heimdal/include/ |
H A D | crypto-headers.h | 29 #define BN_set_negative(bn, flag) ((bn)->neg=(flag)?1:0) argument 30 #define BN_is_negative(bn) ((bn)->neg != 0) argument
|
/freebsd/crypto/openssl/crypto/ |
H A D | param_build_set.c | 70 const char *key, const BIGNUM *bn, size_t sz) in ossl_param_build_set_bn_pad() 85 const char *key, const BIGNUM *bn) in ossl_param_build_set_bn() 102 const BIGNUM *bn; in ossl_param_build_set_multi_key_bn() local
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | x_bignum.c | 97 BIGNUM *bn; in bn_i2c() local 118 BIGNUM *bn; in bn_c2i() local 134 BIGNUM *bn; in bn_secure_c2i() local
|
H A D | a_int.c | 461 static ASN1_STRING *bn_to_asn1_string(const BIGNUM *bn, ASN1_STRING *ai, in bn_to_asn1_string() 505 static BIGNUM *asn1_string_to_bn(const ASN1_INTEGER *ai, BIGNUM *bn, in asn1_string_to_bn() 564 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) in BN_to_ASN1_INTEGER() 569 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN() 607 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(const BIGNUM *bn, ASN1_ENUMERATED *ai) in BN_to_ASN1_ENUMERATED() 612 BIGNUM *ASN1_ENUMERATED_to_BN(const ASN1_ENUMERATED *ai, BIGNUM *bn) in ASN1_ENUMERATED_to_BN()
|
/freebsd/usr.sbin/makefs/msdos/ |
H A D | msdosfs_lookup.c | 83 daddr_t bn; in createde() local 203 daddr_t bn; in m_readep() local 245 daddr_t bn; in uniqdosname() local
|
H A D | msdosfs_fat.c | 97 u_long bn, size; in fatblock() local 139 u_long bn; in pcbmap() local 452 u_long bn, bo, bsize, byteoffset; in fatentry() local 558 u_long bn, bo, bsize, byteoffset, readcn, newc; in fatchain() local 811 u_long bn, bo, bsize, byteoffset; in freeclusterchain() local 870 u_long bn, bo, bsize, byteoffset, cn, readcn; in fillinusemap() local
|
H A D | msdosfs_vnops.c | 149 daddr_t bn; in msdosfs_findslot() local 481 daddr_t bn; in msdosfs_wfile() local 544 u_long newcluster, pcl, bn; in msdosfs_mkdire() local
|
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfs_lookup.c | 139 daddr_t bn; in msdosfs_lookup_ino() local 639 daddr_t bn; in createde() local 767 daddr_t bn; in dosdirempty() local 931 daddr_t bn; in readep() local 979 daddr_t bn; in removede() local 1048 daddr_t bn; in uniqdosname() local
|
H A D | msdosfs_fat.c | 91 u_long bn, size, fatblocksec; in fatblock() local 139 u_long bn; in pcbmap() local 473 u_long bn, bo, bsize, byteoffset; in fatentry() local 578 u_long bn, bo, bsize, byteoffset, readcn, newc; in fatchain() local 838 u_long bn, bo, bsize, byteoffset; in freeclusterchain() local 903 u_long bn, bo, bsize, byteoffset, cn, readcn; in fillinusemap() local 1140 u_long bn, bo, bsize, byteoffset, fatval; in markvoldirty_upgrade() local
|
/freebsd/crypto/openssl/test/ |
H A D | bn_internal_test.c | 31 BIGNUM *bn = NULL; in test_is_prime_enhanced() local 52 BIGNUM *bn = NULL; in test_is_composite_enhanced() local
|
H A D | bntests.pl | 17 sub bn subroutine
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_bmap.c | 91 ext4_bmapext(struct vnode *vp, int32_t bn, int64_t *bnp, int *runp, int *runb) in ext4_bmapext() 210 ext2_bmaparray(struct vnode *vp, daddr_t bn, daddr_t *bnp, int *runp, int *runb) in ext2_bmaparray() 334 e2fs_daddr_t bn, daddr, nextbn; in ext2_bmap_seekdata() local 426 ext2_getlbns(struct vnode *vp, daddr_t bn, struct indir *ap, int *nump) in ext2_getlbns()
|
/freebsd/sys/ufs/ufs/ |
H A D | ufs_bmap.c | 156 ufs2_daddr_t bn, in ufs_bmaparray() 351 ufs2_daddr_t bn, daddr, nextbn; in ufs_bmap_seekdata() local 454 ufs2_daddr_t bn, in ufs_getlbns()
|
/freebsd/lib/libmp/ |
H A D | mp.h | 10 BIGNUM *bn; member
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | format_output.c | 184 static const char *test_bignum_zero_null(const BIGNUM *bn) in test_bignum_zero_null() 195 static void test_bignum_zero_print(const BIGNUM *bn, char sep) in test_bignum_zero_print() 208 char *out, int *lz, const BIGNUM *bn) in convert_bn_memory() 380 const char *op, const BIGNUM *bn) in test_fail_bignum_mono_message() 386 void test_output_bignum(const char *name, const BIGNUM *bn) in test_output_bignum()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 1665 struct translation_ctx_st *ctx, const BIGNUM *bn) in get_payload_bn() 1680 const BIGNUM *bn = NULL; in get_dh_dsa_payload_p() local 1705 const BIGNUM *bn = NULL; in get_dh_dsa_payload_q() local 1727 const BIGNUM *bn = NULL; in get_dh_dsa_payload_g() local 1787 const BIGNUM *bn = NULL; in get_rsa_payload_n() local 1801 const BIGNUM *bn = NULL; in get_rsa_payload_e() local 1815 const BIGNUM *bn = NULL; in get_rsa_payload_d() local 1831 const BIGNUM *bn = NULL; in get_rsa_payload_factor() local 1861 const BIGNUM *bn = NULL; in get_rsa_payload_exponent() local 1891 const BIGNUM *bn = NULL; in get_rsa_payload_coefficient() local
|
/freebsd/crypto/openssh/regress/unittests/bitmap/ |
H A D | tests.c | 33 BIGNUM *bn; in tests() local
|
/freebsd/usr.sbin/makefs/ffs/ |
H A D | ufs_bmap.c | 66 ufs_getlbns(struct inode *ip, daddr_t bn, struct indir *ap, int *nump) in ufs_getlbns()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_deprecated.c | 42 const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) in EC_POINT_bn2point()
|
/freebsd/crypto/openssh/regress/unittests/sshbuf/ |
H A D | test_sshbuf_getput_fuzz.c | 37 BIGNUM *bn; in attempt_parse_blob() local
|
H A D | test_sshbuf_getput_crypto.c | 36 BIGNUM *bn, *bn2; in sshbuf_getput_crypto_tests() local
|