Searched refs:bn (Results 201 - 225 of 293) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/vm/
H A Dvnode_pager.c315 daddr_t bn; local
346 err = VOP_BMAP(vp, reqblock, NULL, &bn, after, before);
350 if (bn == -1)
/freebsd-11-stable/crypto/openssh/regress/unittests/sshkey/
H A Dmktestdata.sh95 rm -f pw *.pub *.bn.* *.param.* *.fp *.fp.bb
H A Dtest_fuzz.c22 #include <openssl/bn.h>
H A Dtest_sshkey.c19 #include <openssl/bn.h>
H A Dtest_file.c22 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dt_x509.c62 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Dengine.h75 # include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa.h70 # include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/apps/
H A Decparam.c82 # include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A Ddsa_ossl.c63 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/ecdsa/
H A Decs_ossl.c62 #include <openssl/bn.h>
H A Decdsatest.c89 # include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_lcl.h1 /* crypto/bn/bn_lcl.h */
115 # include <openssl/bn.h>
/freebsd-11-stable/crypto/openssl/engines/
H A De_atalla.c75 #include <openssl/bn.h>
H A De_capi.c65 # include <openssl/bn.h>
604 static int lend_tobn(BIGNUM *bn, unsigned char *bin, int binlen) argument
619 if (!BN_bin2bn(bin, binlen, bn))
/freebsd-11-stable/crypto/openssl/crypto/dh/
H A Ddh_pmeth.c65 #include <openssl/bn.h>
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant_sd.c1146 struct p2p_srv_bonjour *bsrv, *bn; local
1149 dl_list_for_each_safe(bsrv, bn, &wpa_s->global->p2p_srv_bonjour,
/freebsd-11-stable/stand/libsa/zfs/
H A Dzfsimpl.c1322 uint64_t bn = offset / bsize; local
1328 if (bn > dnode->dn_maxblkid)
1331 if (dnode == dnode_cache_obj && bn == dnode_cache_bn)
1341 ibn = bn >> ((nlevels - i - 1) * ibshift);
1354 dnode_cache_bn = bn;
/freebsd-11-stable/sys/kern/
H A Dvfs_vnops.c2165 daddr_t bn, bnp; local
2188 for (bn = noff / bsize; noff < va.va_size; bn++, noff += bsize -
2190 error = VOP_BMAP(vp, bn, NULL, &bnp, NULL, NULL);
2197 noff = bn * bsize;
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp224.c339 static int BN_to_felem(felem out, const BIGNUM *bn) argument
344 if (BN_is_negative(bn)) {
348 num_bytes = bn_bn2lebinpad(bn, b_out, sizeof(b_out));
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dcrypto.c226 BIGNUM *bn; local
228 bn = BN_bin2bn(i->data, i->length, NULL);
229 BN_set_negative(bn, i->negative);
230 return bn;
/freebsd-11-stable/crypto/openssl/crypto/store/
H A Dstore.h72 # include <openssl/bn.h>
/freebsd-11-stable/crypto/openssh/
H A Dsshconnect1.c23 #include <openssl/bn.h>
/freebsd-11-stable/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c37 #include <openssl/bn.h>
H A Dtest_helper.h30 #include <openssl/bn.h>

Completed in 496 milliseconds

1234567891011>>