Searched refs:pbn (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dbmap.cc55 void expect_bmap(uint64_t ino, uint64_t lbn, uint32_t blocksize, uint64_t pbn) argument
67 out.body.bmap.block = pbn;
89 int64_t pbn = 12345; local
94 expect_bmap(ino, lbn, m_maxbcachebuf, pbn);
103 EXPECT_EQ(arg.bn, pbn);
/freebsd-12-stable/crypto/openssl/crypto/x509v3/
H A Dv3_crld.c149 const BIT_STRING_BITNAME *pbn; local
164 for (pbn = reason_flags; pbn->lname; pbn++) {
165 if (strcmp(pbn->sname, bnam) == 0) {
166 if (!ASN1_BIT_STRING_set_bit(*preas, pbn->bitnum, 1))
171 if (!pbn->lname)
185 const BIT_STRING_BITNAME *pbn; local
187 for (pbn = reason_flags; pbn
[all...]
/freebsd-12-stable/usr.bin/dc/
H A Dbcode.h93 void pbn(const char *, const BIGNUM *);
H A Dbcode.c315 pbn(const char *str, const BIGNUM *n) function
/freebsd-12-stable/crypto/openssl/apps/
H A Ddhparam.c302 const BIGNUM *pbn, *gbn; local
306 DH_get0_pqg(dh, &pbn, NULL, &gbn);
310 print_bignum_var(out, pbn, "dhp", bits, data);
/freebsd-12-stable/crypto/openssl/crypto/pem/
H A Dpvkfmt.c252 BIGNUM *pbn = NULL, *qbn = NULL, *gbn = NULL, *priv_key = NULL; local
261 if (!read_lebn(&p, nbyte, &pbn))
287 if (!BN_mod_exp(pub_key, gbn, priv_key, pbn, ctx))
293 if (!DSA_set0_pqg(dsa, pbn, qbn, gbn))
295 pbn = qbn = gbn = NULL;
309 BN_free(pbn);
/freebsd-12-stable/sys/fs/fuse/
H A Dfuse_vnops.c481 daddr_t *pbn = ap->a_bnp; local
534 if (error == 0 && pbn != NULL)
535 *pbn = fbo->block;
542 if (pbn != NULL)
543 *pbn = lbn * btodb(biosize);

Completed in 190 milliseconds