/netbsd-src/crypto/external/bsd/openssl/dist/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() 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 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()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
H A D | bn_const.c | 21 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 D | bn_print.c | 126 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 D | bn.c | 56 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 D | test_bn.c | 45 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 D | common.c | 49 _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 D | ch.c | 54 #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 D | humanize_bignum.c | 49 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 D | crypto-headers.h | 33 # 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 D | msdosfs_lookup.c | 106 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 D | msdosfs_fat.c | 144 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 D | sec_mul.c | 38 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 D | mul.c | 74 #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 D | bdes.c | 534 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 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
|
/netbsd-src/crypto/external/bsd/openssl/dist/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()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/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 | 449 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 D | round_p.c | 29 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 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
|
/netbsd-src/external/lgpl3/gmp/dist/tests/mpq/ |
H A D | t-cmp_ui.c | 29 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 D | t-limbs.c | 34 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 D | prsa_tok.l | 64 BIGNUM *bn = BN_new(); variable
|