Searched refs:prv (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.3-release/sys/ofed/include/linux/
H A Dscatterlist.h125 * @prv: First scatterlist
126 * @prv_nents: Number of entries in prv
130 * Links @prv@ and @sgl@ together, to form a longer scatterlist.
134 sg_chain(struct scatterlist *prv, unsigned int prv_nents, argument
140 struct scatterlist *sg = &prv[prv_nents - 1];
246 struct scatterlist *sg, *prv; local
254 prv = NULL;
274 if (prv)
287 if (prv)
288 sg_chain(prv, max_ent
[all...]
/freebsd-10.3-release/crypto/openssh/regress/
H A DMakefile98 sshd_proxy_bak rsa_ssh2_cr.prv rsa_ssh2_crnl.prv \
121 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/rsa_ssh2.prv | diff - ${.CURDIR}/rsa_openssh.prv
122 tr '\n' '\r' <${.CURDIR}/rsa_ssh2.prv > ${.OBJDIR}/rsa_ssh2_cr.prv
123 ${TEST_SSH_SSHKEYGEN} -if ${.OBJDIR}/rsa_ssh2_cr.prv | diff - ${.CURDIR}/rsa_openssh.prv
124 awk '{print $$0 "\r"}' ${.CURDIR}/rsa_ssh2.prv > ${.OBJDIR}/rsa_ssh2_crnl.prv
[all...]
H A Dssh-com.sh44 HostKeyFile ${SRC}/dsa_ssh2.prv
H A Dssh-com-client.sh31 cp ${SRC}/dsa_ssh2.prv ${OBJ}/id.com
/freebsd-10.3-release/crypto/openssh/
H A Dsshkey.c3019 sshkey_private_to_blob2(const struct sshkey *prv, struct sshbuf *blob, argument
3090 (r = sshkey_to_blob(prv, &pubkeyblob, &pubkeylen)) != 0 ||
3103 if ((r = sshkey_private_serialize(prv, encrypted)) != 0 ||
3658 struct sshkey *prv = NULL; local
3675 if ((prv = sshkey_new_private(KEY_RSA1)) == NULL) {
3694 (r = sshbuf_get_bignum1(copy, prv->rsa->n)) != 0 ||
3695 (r = sshbuf_get_bignum1(copy, prv->rsa->e)) != 0 ||
3730 if ((r = sshbuf_get_bignum1(decrypted, prv->rsa->d)) != 0 ||
3731 (r = sshbuf_get_bignum1(decrypted, prv->rsa->iqmp)) != 0 ||
3732 (r = sshbuf_get_bignum1(decrypted, prv
3768 struct sshkey *prv = NULL; local
[all...]
H A Dssh-keygen.c279 struct sshkey *prv; local
282 if ((r = sshkey_load_private(filename, "", &prv, NULL)) == 0)
283 return prv;
290 r = sshkey_load_private(filename, pass, &prv, NULL);
295 return prv;
751 struct sshkey *prv; local
759 prv = load_identity(identity_file);
760 if ((r = sshkey_write(prv, stdout)) != 0)
762 sshkey_free(prv);
H A Dsshconnect1.c173 respond_to_rsa_challenge(BIGNUM * challenge, RSA * prv) argument
181 if (rsa_private_decrypt(challenge, challenge, prv) != 0)
H A Dsshconnect2.c1022 Key *prv; local
1041 if ((prv = load_identity_file(id)) == NULL)
1043 ret = sshkey_sign(prv, sigp, lenp, data, datalen, alg, compat);
1044 sshkey_free(prv);
/freebsd-10.3-release/contrib/file/src/
H A Dcompress.c194 int urv, prv, rv = 0; local
230 prv = file_printf(ms, "%s ERROR: %s",
233 prv = file_buffer(ms, -1, name, newbuf, nsz);
234 if (prv == -1)
/freebsd-10.3-release/sys/dev/mmc/
H A Dmmcreg.h384 uint8_t prv; member in struct:mmc_cid
H A Dmmc.c881 cid->prv = mmc_get_bits(raw_cid, 128, 56, 8);
899 cid->prv = mmc_get_bits(raw_cid, 128, 48, 8);
939 ivar->cid.pnm, ivar->cid.prv >> 4, ivar->cid.prv & 0x0f,
1416 * mid=0x1b oid=0x534d pnm="00000" prv=1.0 mdt=00.2000
1508 * mid=0x1b oid=0x534d pnm="00000" prv=1.0 mdt=00.2000
/freebsd-10.3-release/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c2427 mchunkptr prv = prev_chunk(p); local
2428 assert(next_chunk(prv) == p);
2429 do_check_free_chunk(av, prv);
/freebsd-10.3-release/crypto/openssl/crypto/ec/
H A Dec.h806 * \param prv BIGNUM with the private key (note: the EC_KEY object
810 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv);
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c9094 dtrace_probe_provide(dtrace_probedesc_t *desc, dtrace_provider_t *prv)
9103 if (prv == NULL) {
9105 prv = dtrace_provider;
9112 prv->dtpv_pops.dtps_provide(prv->dtpv_arg, desc);
9128 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl);
9134 } while (all && (prv = prv->dtpv_next) != NULL);
12744 dtrace_enabling_provide(dtrace_provider_t *prv)
[all...]

Completed in 243 milliseconds