Home
last modified time | relevance | path

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

1234567891011

/netbsd-src/crypto/external/bsd/openssl/dist/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()
85 BIGNUM *BN_get_rfc3526_prime_1536(BIGNUM *bn) in BN_get_rfc3526_prime_1536()
98 BIGNUM *BN_get_rfc3526_prime_2048(BIGNUM *bn) in BN_get_rfc3526_prime_2048()
111 BIGNUM *BN_get_rfc3526_prime_3072(BIGNUM *bn) in BN_get_rfc3526_prime_3072()
124 BIGNUM *BN_get_rfc3526_prime_4096(BIGNUM *bn) in BN_get_rfc3526_prime_4096()
137 BIGNUM *BN_get_rfc3526_prime_6144(BIGNUM *bn) in BN_get_rfc3526_prime_6144()
150 BIGNUM *BN_get_rfc3526_prime_8192(BIGNUM *bn) in BN_get_rfc3526_prime_8192()
H A Dbn_conv.c126 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_const.c21 BIGNUM *BN_get_rfc2409_prime_768(BIGNUM *bn) in BN_get_rfc2409_prime_768()
49 BIGNUM *BN_get_rfc2409_prime_1024(BIGNUM *bn) in BN_get_rfc2409_prime_1024()
81 BIGNUM *BN_get_rfc3526_prime_1536(BIGNUM *bn) in BN_get_rfc3526_prime_1536()
120 BIGNUM *BN_get_rfc3526_prime_2048(BIGNUM *bn) in BN_get_rfc3526_prime_2048()
167 BIGNUM *BN_get_rfc3526_prime_3072(BIGNUM *bn) in BN_get_rfc3526_prime_3072()
230 BIGNUM *BN_get_rfc3526_prime_4096(BIGNUM *bn) in BN_get_rfc3526_prime_4096()
309 BIGNUM *BN_get_rfc3526_prime_6144(BIGNUM *bn) in BN_get_rfc3526_prime_6144()
420 BIGNUM *BN_get_rfc3526_prime_8192(BIGNUM *bn) in BN_get_rfc3526_prime_8192()
H A Dbn_print.c126 int BN_hex2bn(BIGNUM **bn, const char *a) in BN_hex2bn()
199 int BN_dec2bn(BIGNUM **bn, const char *a) in BN_dec2bn()
269 int BN_asc2bn(BIGNUM **bn, const char *a) in BN_asc2bn()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dbn.c56 BN_free(BIGNUM *bn) in BN_free()
63 BN_clear(BIGNUM *bn) in BN_clear()
74 BN_clear_free(BIGNUM *bn) in BN_clear_free()
80 BN_dup(const BIGNUM *bn) in BN_dup()
96 BN_num_bits(const BIGNUM *bn) in BN_num_bits()
115 BN_num_bytes(const BIGNUM *bn) in BN_num_bytes()
125 BN_bin2bn(const void *s, int len, BIGNUM *bn) in BN_bin2bn()
153 BN_bn2bin(const BIGNUM *bn, void *to) in BN_bn2bin()
194 BN_bn2hex(const BIGNUM *bn) in BN_bn2hex()
224 BN_set_negative(BIGNUM *bn, int flag) in BN_set_negative()
[all …]
H A Dtest_bn.c45 BIGNUM *bn; in set_get() local
79 BIGNUM *bn; in test_BN_bit() local
158 BIGNUM *bn; in test_BN_import_export() local
320 BIGNUM *bn; in test_BN_rand() local
343 BIGNUM *bn; in test_BN_CTX() local
H A Dcommon.c49 _hc_BN_to_integer(BIGNUM *bn, heim_integer *integer) in _hc_BN_to_integer()
61 _hc_integer_to_BN(const heim_integer *i, BIGNUM *bn) in _hc_integer_to_BN()
/netbsd-src/external/bsd/less/dist/
H A Dch.c54 #define bufnode_buf(bn) ((struct buf *) bn) argument
90 #define FOR_BUFS(bn) \ argument
93 #define BUF_RM(bn) \ argument
97 #define BUF_INS_HEAD(bn) \ argument
103 #define BUF_INS_TAIL(bn) \ argument
112 #define FOR_BUFS_IN_CHAIN(h,bn) \ argument
116 #define BUF_HASH_RM(bn) \ argument
120 #define BUF_HASH_INS(bn,h) \ argument
153 struct bufnode *bn; in ch_get() local
406 struct bufnode *bn; in sync_logfile() local
[all …]
/netbsd-src/sbin/nvmectl/
H A Dhumanize_bignum.c49 static const BIGNUM bn = { &digit, 1, 1, 0 }; in BN_value_5() local
57 static const BIGNUM bn = { &digit, 1, 1, 0 }; in BN_value_10() local
65 static const BIGNUM bn = { &digit, 1, 1, 0 }; in BN_value_50() local
73 static const BIGNUM bn = { &digit, 1, 1, 0 }; in BN_value_100() local
81 static const BIGNUM bn = { &digit, 1, 1, 0 }; in BN_value_995() local
89 static const BIGNUM bn = { &digit, 1, 1, 0 }; in BN_value_1000() local
97 static const BIGNUM bn = { &digit, 1, 1, 0 }; in BN_value_1024() local
/netbsd-src/crypto/external/bsd/heimdal/dist/include/
H A Dcrypto-headers.h33 # define BN_set_negative(bn, flag) ((bn)->neg=(flag)?1:0) argument
34 # define BN_is_negative(bn) ((bn)->neg != 0) argument
/netbsd-src/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c106 daddr_t bn; in msdosfs_lookup() local
567 daddr_t bn; in msdosfs_createde() local
779 daddr_t bn; in msdosfs_dosdirempty() local
847 daddr_t bn; in msdosfs_readep() local
895 daddr_t bn; in msdosfs_removede() local
983 daddr_t bn; in msdosfs_uniqdosname() local
1045 daddr_t bn; in msdosfs_findwin95() local
H A Dmsdosfs_fat.c144 u_long bn, size; in fatblock() local
193 u_long bn; in msdosfs_pcbmap() local
573 u_long bn, bo, bsize, byteoffset; in msdosfs_fatentry() local
671 u_long bn, bo, bsize, byteoffset, readcn, newc; in fatchain() local
899 u_long bn, bo, bsize, byteoffset; in msdosfs_freeclusterchain() local
959 u_long bn, bo, bsize, byteoffset; in msdosfs_fillinusemap() local
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dsec_mul.c38 mp_srcptr bp, mp_size_t bn, in mpn_sec_mul()
45 mpn_sec_mul_itch (mp_size_t an, mp_size_t bn) in mpn_sec_mul_itch()
H A Dmul.c74 #define TOOM33_OK(an,bn) (6 + 2 * an < 3 * bn) argument
75 #define TOOM44_OK(an,bn) (12 + 3 * an < 4 * bn) argument
/netbsd-src/usr.bin/bdes/
H A Dbdes.c534 register int bn; /* block number */ in ecbenc() local
564 register int bn; /* block number */ in ecbdec() local
596 register int bn; /* block number */ in cbcenc() local
633 register int bn; /* block number */ in cbcdec() local
714 register int bn; /* block number */ in cfbenc() local
757 register int bn; /* block number */ in cfbdec() local
803 register int bn; /* block number */ in cfbaenc() local
850 register int bn; /* block number */ in cfbadec() local
898 register int bn; /* block number */ in ofbenc() local
944 register int bn; /* block number */ in ofbdec() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dparam_build_set.c70 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
/netbsd-src/crypto/external/bsd/openssl/dist/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.c461 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/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.c449 static ASN1_STRING *bn_to_asn1_string(const BIGNUM *bn, ASN1_STRING *ai, in bn_to_asn1_string()
493 static BIGNUM *asn1_string_to_bn(const ASN1_INTEGER *ai, BIGNUM *bn, in asn1_string_to_bn()
552 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) in BN_to_ASN1_INTEGER()
557 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN()
595 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(const BIGNUM *bn, ASN1_ENUMERATED *ai) in BN_to_ASN1_ENUMERATED()
600 BIGNUM *ASN1_ENUMERATED_to_BN(const ASN1_ENUMERATED *ai, BIGNUM *bn) in ASN1_ENUMERATED_to_BN()
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dround_p.c29 mpfr_round_p (mp_limb_t *bp, mp_size_t bn, mpfr_exp_t err0, mpfr_prec_t prec) in mpfr_round_p()
69 mpfr_round_p (mp_limb_t *bp, mp_size_t bn, mpfr_exp_t err0, mpfr_prec_t prec) in mpfr_round_p()
/netbsd-src/crypto/external/bsd/openssl/dist/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
/netbsd-src/external/lgpl3/gmp/dist/tests/mpq/
H A Dt-cmp_ui.c29 ref_mpq_cmp_ui (mpq_t a, unsigned long int bn, unsigned long int bd) in ref_mpq_cmp_ui()
57 unsigned long int bn, bd; in main() local
/netbsd-src/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-limbs.c34 mp_size_t bn = mpz_size (b); in alt_add() local
101 mp_size_t bn = mpz_size (b); in alt_mul() local
174 mp_size_t an, bn; in check_roinit() local
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dprsa_tok.l64 BIGNUM *bn = BN_new(); variable

1234567891011