Home
last modified time | relevance | path

Searched defs:bn (Results 1 – 25 of 110) sorted by relevance

12345

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_const.c25 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 Dbn_conv.c119 int BN_hex2bn(BIGNUM **bn, const char *a) in BN_hex2bn()
196 int BN_dec2bn(BIGNUM **bn, const char *a) in BN_dec2bn()
266 int BN_asc2bn(BIGNUM **bn, const char *a) in BN_asc2bn()
/freebsd/contrib/bc/include/
H A Dlibrary.h99 #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 #define BCL_NUM_ARRAY_NP(bn) ((bn).n.num) argument
146 #define BCL_NUM_NUM(bn) (&(bn)->n) argument
153 #define BCL_NUM_NUM_NP(bn) (&(bn).n) argument
178 #define BCL_CHECK_NUM_GEN(c, bn) argument
181 #define BCL_NUM_ARRAY(bn) ((bn)->num) argument
182 #define BCL_NUM_ARRAY_NP(bn) ((bn).num) argument
184 #define BCL_NUM_NUM(bn) (bn) argument
[all …]
/freebsd/contrib/less/
H A Dch.c45 #define bufnode_buf(bn) ((struct buf *) bn) argument
81 #define FOR_BUFS(bn) \ argument
84 #define BUF_RM(bn) \ argument
88 #define BUF_INS_HEAD(bn) \ argument
94 #define BUF_INS_TAIL(bn) \ argument
103 #define FOR_BUFS_IN_CHAIN(h,bn) \ argument
107 #define BUF_HASH_RM(bn) \ argument
111 #define BUF_HASH_INS(bn,h) \ argument
150 struct bufnode *bn; in ch_get() local
434 struct bufnode *bn; in sync_logfile() local
[all …]
/freebsd/crypto/heimdal/include/
H A Dcrypto-headers.h29 #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 Dparam_build_set.c70 const char *key, const BIGNUM *bn, size_t sz) in ossl_param_build_set_bn_pad()
87 const char *key, const BIGNUM *bn) in ossl_param_build_set_bn()
104 const BIGNUM *bn; in ossl_param_build_set_multi_key_bn() local
H A Dparam_build.c30 const BIGNUM *bn; member
194 const BIGNUM *bn, size_t sz, int type) in push_BN()
234 const BIGNUM *bn) in OSSL_PARAM_BLD_push_BN()
244 const BIGNUM *bn, size_t sz) in OSSL_PARAM_BLD_push_BN_pad()
/freebsd/crypto/openssl/crypto/asn1/
H A Dx_bignum.c97 BIGNUM *bn; in bn_i2c() local
118 BIGNUM *bn; in bn_c2i() local
134 BIGNUM *bn; in bn_secure_c2i() local
H A Da_int.c465 static ASN1_STRING *bn_to_asn1_string(const BIGNUM *bn, ASN1_STRING *ai, in bn_to_asn1_string()
509 static BIGNUM *asn1_string_to_bn(const ASN1_INTEGER *ai, BIGNUM *bn, in asn1_string_to_bn()
568 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) in BN_to_ASN1_INTEGER()
573 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN()
611 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(const BIGNUM *bn, ASN1_ENUMERATED *ai) in BN_to_ASN1_ENUMERATED()
616 BIGNUM *ASN1_ENUMERATED_to_BN(const ASN1_ENUMERATED *ai, BIGNUM *bn) in ASN1_ENUMERATED_to_BN()
/freebsd/usr.sbin/makefs/msdos/
H A Dmsdosfs_lookup.c83 daddr_t bn; in createde() local
203 daddr_t bn; in m_readep() local
245 daddr_t bn; in uniqdosname() local
H A Dmsdosfs_fat.c97 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 Dmsdosfs_vnops.c147 daddr_t bn; in msdosfs_findslot() local
479 daddr_t bn; in msdosfs_wfile() local
542 u_long newcluster, pcl, bn; in msdosfs_mkdire() local
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c139 daddr_t bn; in msdosfs_lookup_ino() local
639 daddr_t bn; in createde() local
767 daddr_t bn; in dosdirempty() local
930 daddr_t bn; in readep() local
978 daddr_t bn; in removede() local
1047 daddr_t bn; in uniqdosname() local
H A Dmsdosfs_fat.c91 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 Dbn_internal_test.c31 BIGNUM *bn = NULL; in test_is_prime_enhanced() local
52 BIGNUM *bn = NULL; in test_is_composite_enhanced() local
H A Dbntests.pl17 sub bn subroutine
/freebsd/sys/fs/ext2fs/
H A Dext2_bmap.c91 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 Dufs_bmap.c156 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 Dmp.h10 BIGNUM *bn; member
/freebsd/crypto/openssl/test/testutil/
H A Dformat_output.c183 static const char *test_bignum_zero_null(const BIGNUM *bn) in test_bignum_zero_null()
194 static void test_bignum_zero_print(const BIGNUM *bn, char sep) in test_bignum_zero_print()
207 char *out, int *lz, const BIGNUM *bn) in convert_bn_memory()
379 const char *op, const BIGNUM *bn) in test_fail_bignum_mono_message()
385 void test_output_bignum(const char *name, const BIGNUM *bn) in test_output_bignum()
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c1728 struct translation_ctx_st *ctx, const BIGNUM *bn) in get_payload_bn()
1743 const BIGNUM *bn = NULL; in get_dh_dsa_payload_p() local
1768 const BIGNUM *bn = NULL; in get_dh_dsa_payload_q() local
1790 const BIGNUM *bn = NULL; in get_dh_dsa_payload_g() local
1850 const BIGNUM *bn = NULL; in get_rsa_payload_n() local
1864 const BIGNUM *bn = NULL; in get_rsa_payload_e() local
1878 const BIGNUM *bn = NULL; in get_rsa_payload_d() local
1894 const BIGNUM *bn = NULL; in get_rsa_payload_factor() local
1924 const BIGNUM *bn = NULL; in get_rsa_payload_exponent() local
1954 const BIGNUM *bn = NULL; in get_rsa_payload_coefficient() local
/freebsd/crypto/openssh/regress/unittests/bitmap/
H A Dtests.c33 BIGNUM *bn; in tests() local
/freebsd/usr.sbin/makefs/ffs/
H A Dufs_bmap.c66 ufs_getlbns(struct inode *ip, daddr_t bn, struct indir *ap, int *nump) in ufs_getlbns()
/freebsd/crypto/openssl/crypto/ec/
H A Dec_deprecated.c42 const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) in EC_POINT_bn2point()
/freebsd/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_getput_fuzz.c37 BIGNUM *bn; in attempt_parse_blob() local

12345