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

/freebsd-11-stable/sys/dev/iscsi/
H A Dicl_wrappers.h119 icl_conn_task_done(struct icl_conn *ic, void *prv) argument
122 ICL_CONN_TASK_DONE(ic, prv);
134 icl_conn_transfer_done(struct icl_conn *ic, void *prv) argument
137 ICL_CONN_TRANSFER_DONE(ic, prv);
H A Dicl_soft.c1433 icl_soft_conn_task_done(struct icl_conn *ic, void *prv) argument
1446 icl_soft_conn_transfer_done(struct icl_conn *ic, void *prv) argument
/freebsd-11-stable/crypto/openssh/regress/
H A DMakefile106 rsa1-agent rsa1-agent.pub rsa1.pub rsa_ssh2_cr.prv \
107 rsa_ssh2_crnl.prv scp-ssh-wrapper.exe \
127 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/rsa_ssh2.prv | diff - ${.CURDIR}/rsa_openssh.prv
128 tr '\n' '\r' <${.CURDIR}/rsa_ssh2.prv > ${.OBJDIR}/rsa_ssh2_cr.prv
129 ${TEST_SSH_SSHKEYGEN} -if ${.OBJDIR}/rsa_ssh2_cr.prv | diff - ${.CURDIR}/rsa_openssh.prv
130 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-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dscatterlist.h154 sg_chain(struct scatterlist *prv, unsigned int prv_nents, argument
157 struct scatterlist *sg = &prv[prv_nents - 1];
242 struct scatterlist *sg, *prv; local
250 prv = NULL;
270 if (prv)
278 if (prv)
279 sg_chain(prv, max_ents, sg);
286 prv = sg;
/freebsd-11-stable/contrib/sendmail/src/
H A Dratectrl.c277 int *prv, *pcv; local
394 prv = pcv = NULL;
400 prv = &(ct->ct_Count);
430 if (prv != NULL)
431 ++*prv, ++cnt;
/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c785 void *prv; local
789 prv = uma_zalloc(icl_transfer_zone, M_NOWAIT | M_ZERO);
790 if (prv == NULL)
793 *prvp = prv;
801 icl_cxgbei_conn_task_done(struct icl_conn *ic, void *prv) argument
804 cxgbei_cleanup_task(ic, prv);
805 uma_zfree(icl_transfer_zone, prv);
812 void *prv; local
816 prv = uma_zalloc(icl_transfer_zone, M_NOWAIT | M_ZERO);
817 if (prv
828 icl_cxgbei_conn_transfer_done(struct icl_conn *ic, void *prv) argument
[all...]
H A Dcxgbei.c370 cxgbei_task_reserve_itt(struct icl_conn *ic, void **prv, argument
384 tdata = (struct cxgbei_task_data *)*prv;
421 cxgbei_task_reserve_ttt(struct icl_conn *ic, void **prv, union ctl_io *io, argument
435 tdata = (struct cxgbei_task_data *)*prv;
748 cxgbei_conn_task_reserve_itt(void *conn, void **prv, argument
752 tag = cxgbei_task_reserve_itt(conn, prv, scmd, itt);
760 cxgbei_conn_transfer_reserve_ttt(void *conn, void **prv, argument
764 tag = cxgbei_task_reserve_ttt(conn, prv, scmd, ttt);
/freebsd-11-stable/crypto/openssh/
H A Dsshkey.c3038 sshkey_private_to_blob2(const struct sshkey *prv, struct sshbuf *blob, argument
3107 (r = sshkey_to_blob(prv, &pubkeyblob, &pubkeylen)) != 0 ||
3120 if ((r = sshkey_private_serialize(prv, encrypted)) != 0 ||
3670 struct sshkey *prv = NULL; local
3688 if ((prv = sshkey_new_private(KEY_RSA1)) == NULL) {
3707 (r = sshbuf_get_bignum1(copy, prv->rsa->n)) != 0 ||
3708 (r = sshbuf_get_bignum1(copy, prv->rsa->e)) != 0 ||
3739 if ((r = sshbuf_get_bignum1(decrypted, prv->rsa->d)) != 0 ||
3740 (r = sshbuf_get_bignum1(decrypted, prv->rsa->iqmp)) != 0 ||
3741 (r = sshbuf_get_bignum1(decrypted, prv
3779 struct sshkey *prv = NULL; local
[all...]
H A Dssh-keygen.c281 struct sshkey *prv; local
284 if ((r = sshkey_load_private(filename, "", &prv, NULL)) == 0)
285 return prv;
292 r = sshkey_load_private(filename, pass, &prv, NULL);
297 return prv;
753 struct sshkey *prv; local
761 prv = load_identity(identity_file);
762 if ((r = sshkey_write(prv, stdout)) != 0)
764 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.c1018 Key *prv; local
1036 if ((prv = load_identity_file(id)) == NULL)
1038 ret = sshkey_sign(prv, sigp, lenp, data, datalen,
1039 key_sign_encode(prv), compat);
1040 sshkey_free(prv);
/freebsd-11-stable/sys/dev/iser/
H A Dicl_iser.c456 iser_conn_task_done(struct icl_conn *ic, void *prv) argument
458 struct icl_pdu *ip = prv;
/freebsd-11-stable/contrib/file/src/
H A Dcompress.c252 int urv, prv, rv = 0; local
295 prv = format_decompression_error(ms, i, newbuf);
297 prv = file_buffer(ms, -1, NULL, name, newbuf, nsz);
298 if (prv == -1)
/freebsd-11-stable/sys/dev/mmc/
H A Dmmcreg.h532 uint8_t prv; member in struct:mmc_cid
H A Dmmc.c1101 cid->prv = mmc_get_bits(raw_cid, 128, 56, 8);
1119 cid->prv = mmc_get_bits(raw_cid, 128, 48, 8);
1163 ivar->cid.pnm, ivar->cid.prv >> 4, ivar->cid.prv & 0x0f,
1913 * mid=0x1b oid=0x534d pnm="00000" prv=1.0 mdt=00.2000
/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/ec/
H A Dec.h815 * \param prv BIGNUM with the private key (note: the EC_KEY object
819 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c9217 dtrace_probe_provide(dtrace_probedesc_t *desc, dtrace_provider_t *prv)
9226 if (prv == NULL) {
9228 prv = dtrace_provider;
9235 prv->dtpv_pops.dtps_provide(prv->dtpv_arg, desc);
9251 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl);
9257 } while (all && (prv = prv->dtpv_next) != NULL);
12951 dtrace_enabling_provide(dtrace_provider_t *prv)
[all...]

Completed in 183 milliseconds