Searched defs:bn (Results 1 - 25 of 81) sorted by relevance

1234

/freebsd-10.0-release/lib/libmp/
H A Dmp.h11 BIGNUM *bn; member in struct:_mint
/freebsd-10.0-release/crypto/openssl/apps/
H A Dprime.c68 BIGNUM *bn=NULL; local
[all...]
H A Dgenrsa.c107 BIGNUM *bn = BN_new(); local
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dx_bignum.c112 BIGNUM *bn; local
129 BIGNUM *bn; local
H A Da_enum.c138 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(BIGNUM *bn, ASN1_ENUMERATED *ai) argument
174 BIGNUM *ASN1_ENUMERATED_to_BN(ASN1_ENUMERATED *ai, BIGNUM *bn) argument
H A Da_int.c404 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) argument
446 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) argument
/freebsd-10.0-release/usr.sbin/makefs/ffs/
H A Dufs_bmap.c69 ufs_getlbns(struct inode *ip, daddr_t bn, struct indir *ap, int *nump) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_const.c14 BIGNUM *get_rfc2409_prime_768(BIGNUM *bn) argument
37 BIGNUM *get_rfc2409_prime_1024(BIGNUM *bn) argument
63 BIGNUM *get_rfc3526_prime_1536(BIGNUM *bn) argument
93 BIGNUM *get_rfc3526_prime_2048(BIGNUM *bn) argument
129 get_rfc3526_prime_3072(BIGNUM *bn) argument
175 get_rfc3526_prime_4096(BIGNUM *bn) argument
232 get_rfc3526_prime_6144(BIGNUM *bn) argument
310 get_rfc3526_prime_8192(BIGNUM *bn) argument
[all...]
H A Dbn_print.c172 int BN_hex2bn(BIGNUM **bn, const char *a) argument
239 int BN_dec2bn(BIGNUM **bn, const char *a) argument
297 BN_asc2bn(BIGNUM **bn, const char *a) argument
[all...]
H A Dbn_ctx.c371 BIGNUM *bn = p->head->vals; local
390 BIGNUM *bn = item->vals; local
407 BIGNUM *bn; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec_print.c89 EC_POINT_bn2point(const EC_GROUP *group, const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) argument
/freebsd-10.0-release/crypto/openssl/crypto/jpake/
H A Djpaketest.c18 static void showbn(const char *name, const BIGNUM *bn) argument
/freebsd-10.0-release/crypto/openssl/crypto/srp/
H A Dsrptest.c18 static void showbn(const char *name, const BIGNUM *bn) argument
H A Dsrp.h78 BIGNUM *bn; member in struct:SRP_gN_cache_st
/freebsd-10.0-release/sbin/badsect/
H A Dbadsect.c158 daddr_t fsbn, bn; local
/freebsd-10.0-release/crypto/openssl/crypto/rsa/
H A Drsa_lib.c294 BIGNUM *bn,**t[6],*b; local
/freebsd-10.0-release/sys/fs/ext2fs/
H A Dext2_bmap.c92 ext4_bmapext(struct vnode *vp, int32_t bn, int64_t *bnp, int *runp, int *runb) argument
142 ext2_bmaparray(struct vnode *vp, daddr_t bn, daddr_t *bnp, int *runp, int *runb) argument
291 ext2_getlbns(struct vnode *vp, daddr_t bn, struct indir *ap, int *nump) argument
[all...]
H A Dext2_inode.c116 int32_t bn, lbn, lastiblock[NIADDR], indir_lbn[NIADDR]; local
[all...]
/freebsd-10.0-release/sys/fs/msdosfs/
H A Dmsdosfs_denode.c347 daddr_t bn; local
H A Dmsdosfs_fat.c92 u_long bn, size; local
138 u_long bn; local
480 u_long bn, bo, bsize, byteoffset; local
590 u_long bn, bo, bsize, byteoffset, readcn, newc; local
845 u_long bn, bo, bsize, byteoffset; local
909 u_long bn, bo, bsize, byteoffset; local
1124 u_long bn, bo, bsize, byteoffset, fatval; local
[all...]
/freebsd-10.0-release/usr.sbin/uathload/
H A Duathload.c87 char *bn, *dn; local
/freebsd-10.0-release/crypto/openssl/engines/ccgost/
H A Dgost_sign.c314 int store_bignum(BIGNUM *bn, unsigned char *buf,int len) argument
/freebsd-10.0-release/crypto/openssl/engines/
H A De_gmp.c261 static int bn2gmp(const BIGNUM *bn, mpz_t g) argument
287 gmp2bn(mpz_t g, BIGNUM *bn) argument
[all...]
/freebsd-10.0-release/sbin/fsck_ffs/
H A Dgjournal.c357 ufs2_daddr_t bn; local
/freebsd-10.0-release/secure/usr.bin/bdes/
H A Dbdes.c495 int bn; /* block number */ local
525 int bn; /* block number */ local
557 int bn; /* bloc local
594 int bn; /* block number */ local
675 int bn; /* block number */ local
718 int bn; /* block number */ local
764 int bn; /* block number */ local
810 int bn; /* block number */ local
858 int bn; /* block number */ local
904 int bn; /* block number */ local
[all...]

Completed in 322 milliseconds

1234