Home
last modified time | relevance | path

Searched refs:resp_idx (Results 1 – 25 of 94) sorted by relevance

1234

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/marvell/libertas/
H A Dmain.c445 u8 resp_idx; in lbs_thread() local
468 else if (priv->resp_len[priv->resp_idx]) in lbs_thread()
514 resp_idx = priv->resp_idx; in lbs_thread()
515 if (priv->resp_len[resp_idx]) { in lbs_thread()
518 priv->resp_buf[resp_idx], in lbs_thread()
519 priv->resp_len[resp_idx]); in lbs_thread()
521 priv->resp_len[resp_idx] = 0; in lbs_thread()
866 priv->resp_idx = 0; in lbs_init_adapter()
1122 void lbs_notify_command_response(struct lbs_private *priv, u8 resp_idx) in lbs_notify_command_response() argument
1128 BUG_ON(resp_idx > 1); in lbs_notify_command_response()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/marvell/libertas/
H A Dmain.c445 u8 resp_idx; in lbs_thread() local
468 else if (priv->resp_len[priv->resp_idx]) in lbs_thread()
514 resp_idx = priv->resp_idx; in lbs_thread()
515 if (priv->resp_len[resp_idx]) { in lbs_thread()
518 priv->resp_buf[resp_idx], in lbs_thread()
519 priv->resp_len[resp_idx]); in lbs_thread()
521 priv->resp_len[resp_idx] = 0; in lbs_thread()
866 priv->resp_idx = 0; in lbs_init_adapter()
1122 void lbs_notify_command_response(struct lbs_private *priv, u8 resp_idx) in lbs_notify_command_response() argument
1128 BUG_ON(resp_idx > 1); in lbs_notify_command_response()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/marvell/libertas/
H A Dmain.c445 u8 resp_idx; in lbs_thread() local
468 else if (priv->resp_len[priv->resp_idx]) in lbs_thread()
514 resp_idx = priv->resp_idx; in lbs_thread()
515 if (priv->resp_len[resp_idx]) { in lbs_thread()
518 priv->resp_buf[resp_idx], in lbs_thread()
519 priv->resp_len[resp_idx]); in lbs_thread()
521 priv->resp_len[resp_idx] = 0; in lbs_thread()
866 priv->resp_idx = 0; in lbs_init_adapter()
1122 void lbs_notify_command_response(struct lbs_private *priv, u8 resp_idx) in lbs_notify_command_response() argument
1128 BUG_ON(resp_idx > 1); in lbs_notify_command_response()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/
H A Docsp_ext.c319 int req_idx, resp_idx; in OCSP_check_nonce() local
322 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce()
324 if ((req_idx < 0) && (resp_idx < 0)) in OCSP_check_nonce()
327 if ((req_idx >= 0) && (resp_idx < 0)) in OCSP_check_nonce()
330 if ((req_idx < 0) && (resp_idx >= 0)) in OCSP_check_nonce()
336 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/ocsp/
H A Docsp_ext.c319 int req_idx, resp_idx; in OCSP_check_nonce() local
322 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce()
324 if ((req_idx < 0) && (resp_idx < 0)) in OCSP_check_nonce()
327 if ((req_idx >= 0) && (resp_idx < 0)) in OCSP_check_nonce()
330 if ((req_idx < 0) && (resp_idx >= 0)) in OCSP_check_nonce()
336 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()
/dports/security/libressl-static/libressl-3.3.5/crypto/ocsp/
H A Docsp_ext.c398 int req_idx, resp_idx; in OCSP_check_nonce() local
402 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, in OCSP_check_nonce()
405 if (req_idx < 0 && resp_idx < 0) in OCSP_check_nonce()
408 if (req_idx >= 0 && resp_idx < 0) in OCSP_check_nonce()
411 if (req_idx < 0 && resp_idx >= 0) in OCSP_check_nonce()
415 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/ocsp/
H A Docsp_ext.c319 int req_idx, resp_idx; in OCSP_check_nonce() local
322 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce()
324 if ((req_idx < 0) && (resp_idx < 0)) in OCSP_check_nonce()
327 if ((req_idx >= 0) && (resp_idx < 0)) in OCSP_check_nonce()
330 if ((req_idx < 0) && (resp_idx >= 0)) in OCSP_check_nonce()
336 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/
H A Docsp_ext.c319 int req_idx, resp_idx; in OCSP_check_nonce() local
322 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce()
324 if ((req_idx < 0) && (resp_idx < 0)) in OCSP_check_nonce()
327 if ((req_idx >= 0) && (resp_idx < 0)) in OCSP_check_nonce()
330 if ((req_idx < 0) && (resp_idx >= 0)) in OCSP_check_nonce()
336 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()
/dports/security/libressl/libressl-3.4.3/crypto/ocsp/
H A Docsp_ext.c398 int req_idx, resp_idx; in OCSP_check_nonce() local
402 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, in OCSP_check_nonce()
405 if (req_idx < 0 && resp_idx < 0) in OCSP_check_nonce()
408 if (req_idx >= 0 && resp_idx < 0) in OCSP_check_nonce()
411 if (req_idx < 0 && resp_idx >= 0) in OCSP_check_nonce()
415 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/
H A Docsp_ext.c319 int req_idx, resp_idx; in OCSP_check_nonce() local
322 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce()
324 if ((req_idx < 0) && (resp_idx < 0)) in OCSP_check_nonce()
327 if ((req_idx >= 0) && (resp_idx < 0)) in OCSP_check_nonce()
330 if ((req_idx < 0) && (resp_idx >= 0)) in OCSP_check_nonce()
336 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/ocsp/
H A Docsp_ext.c319 int req_idx, resp_idx; in OCSP_check_nonce() local
322 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce()
324 if ((req_idx < 0) && (resp_idx < 0)) in OCSP_check_nonce()
327 if ((req_idx >= 0) && (resp_idx < 0)) in OCSP_check_nonce()
330 if ((req_idx < 0) && (resp_idx >= 0)) in OCSP_check_nonce()
336 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/ocsp/
H A Docsp_ext.c319 int req_idx, resp_idx; in OCSP_check_nonce() local
322 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce()
324 if ((req_idx < 0) && (resp_idx < 0)) in OCSP_check_nonce()
327 if ((req_idx >= 0) && (resp_idx < 0)) in OCSP_check_nonce()
330 if ((req_idx < 0) && (resp_idx >= 0)) in OCSP_check_nonce()
336 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/ocsp/
H A Docsp_ext.c398 int req_idx, resp_idx; in OCSP_check_nonce() local
402 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, in OCSP_check_nonce()
405 if (req_idx < 0 && resp_idx < 0) in OCSP_check_nonce()
408 if (req_idx >= 0 && resp_idx < 0) in OCSP_check_nonce()
411 if (req_idx < 0 && resp_idx >= 0) in OCSP_check_nonce()
415 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/ocsp/
H A Docsp_ext.c398 int req_idx, resp_idx; in OCSP_check_nonce() local
402 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, in OCSP_check_nonce()
405 if (req_idx < 0 && resp_idx < 0) in OCSP_check_nonce()
408 if (req_idx >= 0 && resp_idx < 0) in OCSP_check_nonce()
411 if (req_idx < 0 && resp_idx >= 0) in OCSP_check_nonce()
415 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()
/dports/www/obhttpd/libressl-3.4.1/crypto/ocsp/
H A Docsp_ext.c398 int req_idx, resp_idx; in OCSP_check_nonce() local
402 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, in OCSP_check_nonce()
405 if (req_idx < 0 && resp_idx < 0) in OCSP_check_nonce()
408 if (req_idx >= 0 && resp_idx < 0) in OCSP_check_nonce()
411 if (req_idx < 0 && resp_idx >= 0) in OCSP_check_nonce()
415 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/
H A Docsp_ext.c319 int req_idx, resp_idx; in OCSP_check_nonce() local
322 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce()
324 if ((req_idx < 0) && (resp_idx < 0)) in OCSP_check_nonce()
327 if ((req_idx >= 0) && (resp_idx < 0)) in OCSP_check_nonce()
330 if ((req_idx < 0) && (resp_idx >= 0)) in OCSP_check_nonce()
336 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/
H A Docsp_ext.c319 int req_idx, resp_idx; in OCSP_check_nonce() local
322 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce()
324 if ((req_idx < 0) && (resp_idx < 0)) in OCSP_check_nonce()
327 if ((req_idx >= 0) && (resp_idx < 0)) in OCSP_check_nonce()
330 if ((req_idx < 0) && (resp_idx >= 0)) in OCSP_check_nonce()
336 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/
H A Docsp_ext.c319 int req_idx, resp_idx; in OCSP_check_nonce() local
322 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce()
324 if ((req_idx < 0) && (resp_idx < 0)) in OCSP_check_nonce()
327 if ((req_idx >= 0) && (resp_idx < 0)) in OCSP_check_nonce()
330 if ((req_idx < 0) && (resp_idx >= 0)) in OCSP_check_nonce()
336 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/crypto/ocsp/
H A Docsp_ext.c319 int req_idx, resp_idx; in OCSP_check_nonce() local
322 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce()
324 if ((req_idx < 0) && (resp_idx < 0)) in OCSP_check_nonce()
327 if ((req_idx >= 0) && (resp_idx < 0)) in OCSP_check_nonce()
330 if ((req_idx < 0) && (resp_idx >= 0)) in OCSP_check_nonce()
336 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/ocsp/
H A Docsp_ext.c319 int req_idx, resp_idx; in OCSP_check_nonce() local
322 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce()
324 if ((req_idx < 0) && (resp_idx < 0)) in OCSP_check_nonce()
327 if ((req_idx >= 0) && (resp_idx < 0)) in OCSP_check_nonce()
330 if ((req_idx < 0) && (resp_idx >= 0)) in OCSP_check_nonce()
336 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/ocsp/
H A Docsp_ext.c319 int req_idx, resp_idx; in OCSP_check_nonce() local
322 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce()
324 if ((req_idx < 0) && (resp_idx < 0)) in OCSP_check_nonce()
327 if ((req_idx >= 0) && (resp_idx < 0)) in OCSP_check_nonce()
330 if ((req_idx < 0) && (resp_idx >= 0)) in OCSP_check_nonce()
336 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/
H A Docsp_ext.c319 int req_idx, resp_idx; in OCSP_check_nonce() local
322 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce()
324 if ((req_idx < 0) && (resp_idx < 0)) in OCSP_check_nonce()
327 if ((req_idx >= 0) && (resp_idx < 0)) in OCSP_check_nonce()
330 if ((req_idx < 0) && (resp_idx >= 0)) in OCSP_check_nonce()
336 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/
H A Docsp_ext.c319 int req_idx, resp_idx; in OCSP_check_nonce() local
322 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce()
324 if ((req_idx < 0) && (resp_idx < 0)) in OCSP_check_nonce()
327 if ((req_idx >= 0) && (resp_idx < 0)) in OCSP_check_nonce()
330 if ((req_idx < 0) && (resp_idx >= 0)) in OCSP_check_nonce()
336 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/ocsp/
H A Docsp_ext.c319 int req_idx, resp_idx; in OCSP_check_nonce() local
322 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce()
324 if ((req_idx < 0) && (resp_idx < 0)) in OCSP_check_nonce()
327 if ((req_idx >= 0) && (resp_idx < 0)) in OCSP_check_nonce()
330 if ((req_idx < 0) && (resp_idx >= 0)) in OCSP_check_nonce()
336 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()
/dports/www/websocat/websocat-1.9.0/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/ocsp/
H A Docsp_ext.c319 int req_idx, resp_idx; in OCSP_check_nonce() local
322 resp_idx = OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce()
324 if ((req_idx < 0) && (resp_idx < 0)) in OCSP_check_nonce()
327 if ((req_idx >= 0) && (resp_idx < 0)) in OCSP_check_nonce()
330 if ((req_idx < 0) && (resp_idx >= 0)) in OCSP_check_nonce()
336 resp_ext = OCSP_BASICRESP_get_ext(bs, resp_idx); in OCSP_check_nonce()

1234