Searched refs:respin (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/apps/
H A Docsp.c184 {"respin", OPT_RESPIN, 's', "File with the DER-encoded response"},
249 char *rca_filename = NULL, *reqin = NULL, *respin = NULL; local
370 respin = opt_arg();
528 && respin == NULL && !(port != NULL && ridx_filename != NULL))
698 } else if (respin != NULL) {
699 derbio = bio_open_default(respin, 'r', FORMAT_ASN1);
H A Ds_server.c490 char *respin; member in struct:tlsextstatusctx_st
622 if (srctx->respin != NULL) {
623 BIO *derbio = bio_open_default(srctx->respin, 'r', FORMAT_ASN1);
1359 tlscstatp.respin = opt_arg();
/freebsd-13-stable/sys/netinet/
H A Dsctp_input.c3462 struct sctp_stream_reset_response *respin)
3571 if (respin == NULL) {
3575 if (ntohs(respin->ph.param_length) < sizeof(struct sctp_stream_reset_response_tsn)) {
3579 resp = (struct sctp_stream_reset_response_tsn *)respin;
3460 sctp_handle_stream_reset_response(struct sctp_tcb *stcb, uint32_t seq, uint32_t action, struct sctp_stream_reset_response *respin) argument

Completed in 176 milliseconds