Home
last modified time | relevance | path

Searched refs:rreq (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-wb.c240 const struct pkt_rreq *rreq, u_int len) in wb_rreq() argument
243 if (len < sizeof(*rreq)) in wb_rreq()
247 GET_IPADDR_STRING(rreq->pr_id), in wb_rreq()
248 GET_IPADDR_STRING(rreq->pr_page.p_sid), in wb_rreq()
249 GET_BE_U_4(rreq->pr_page.p_uid), in wb_rreq()
250 GET_BE_U_4(rreq->pr_sseq), in wb_rreq()
251 GET_BE_U_4(rreq->pr_eseq)); in wb_rreq()
/freebsd/crypto/openssl/demos/certs/
H A Dmkcerts.sh33 -keyout revkey.pem -out rreq.pem -newkey rsa:1024
35 $OPENSSL x509 -req -in rreq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \
/freebsd/crypto/openssl/apps/
H A Dca.c1448 X509_REQ *rreq = NULL; in certify_cert() local
1478 if ((rreq = X509_to_X509_REQ(template_cert, NULL, NULL)) == NULL) in certify_cert()
1483 verbose, rreq, ext_sect, lconf, certopt, nameopt, default_op, in certify_cert()
1487 X509_REQ_free(rreq); in certify_cert()