Home
last modified time | relevance | path

Searched refs:dwBlockLength (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/upp/upp/uppsrc/Core/SSH/libssh2/
H A Dwincng.c1668 unsigned long dwKeyObject, dwIV, dwCtrLength, dwBlockLength, cbData, keylen; in _libssh2_wincng_cipher_init() local
1682 (unsigned char *)&dwBlockLength, in _libssh2_wincng_cipher_init()
1683 sizeof(dwBlockLength), in _libssh2_wincng_cipher_init()
1727 pbIVCopy = malloc(dwBlockLength); in _libssh2_wincng_cipher_init()
1733 memcpy(pbIVCopy, iv, dwBlockLength); in _libssh2_wincng_cipher_init()
1737 dwCtrLength = dwBlockLength; in _libssh2_wincng_cipher_init()
1741 dwIV = dwBlockLength; in _libssh2_wincng_cipher_init()
1751 ctx->dwBlockLength = dwBlockLength; in _libssh2_wincng_cipher_init()
1823 _libssh2_wincng_safe_free(ctx->pbIV, ctx->dwBlockLength); in _libssh2_wincng_cipher_dtor()
1825 ctx->dwBlockLength = 0; in _libssh2_wincng_cipher_dtor()
H A Dwincng.h292 unsigned long dwBlockLength; member
/dports/security/nmap/nmap-7.91/libssh2/src/
H A Dwincng.c1691 unsigned long dwKeyObject, dwIV, dwCtrLength, dwBlockLength, in _libssh2_wincng_cipher_init() local
1706 (unsigned char *)&dwBlockLength, in _libssh2_wincng_cipher_init()
1707 sizeof(dwBlockLength), in _libssh2_wincng_cipher_init()
1751 pbIVCopy = malloc(dwBlockLength); in _libssh2_wincng_cipher_init()
1757 memcpy(pbIVCopy, iv, dwBlockLength); in _libssh2_wincng_cipher_init()
1761 dwCtrLength = dwBlockLength; in _libssh2_wincng_cipher_init()
1765 dwIV = dwBlockLength; in _libssh2_wincng_cipher_init()
1775 ctx->dwBlockLength = dwBlockLength; in _libssh2_wincng_cipher_init()
1852 _libssh2_wincng_safe_free(ctx->pbIV, ctx->dwBlockLength); in _libssh2_wincng_cipher_dtor()
1854 ctx->dwBlockLength = 0; in _libssh2_wincng_cipher_dtor()
H A Dwincng.h300 unsigned long dwBlockLength; member
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libssh2-sys-0.2.13/libssh2/src/
H A Dwincng.c1700 unsigned long dwKeyObject, dwIV, dwCtrLength, dwBlockLength, in _libssh2_wincng_cipher_init() local
1715 (unsigned char *)&dwBlockLength, in _libssh2_wincng_cipher_init()
1716 sizeof(dwBlockLength), in _libssh2_wincng_cipher_init()
1760 pbIVCopy = malloc(dwBlockLength); in _libssh2_wincng_cipher_init()
1766 memcpy(pbIVCopy, iv, dwBlockLength); in _libssh2_wincng_cipher_init()
1770 dwCtrLength = dwBlockLength; in _libssh2_wincng_cipher_init()
1774 dwIV = dwBlockLength; in _libssh2_wincng_cipher_init()
1784 ctx->dwBlockLength = dwBlockLength; in _libssh2_wincng_cipher_init()
1861 _libssh2_wincng_safe_free(ctx->pbIV, ctx->dwBlockLength); in _libssh2_wincng_cipher_dtor()
1863 ctx->dwBlockLength = 0; in _libssh2_wincng_cipher_dtor()
H A Dwincng.h309 unsigned long dwBlockLength; member
/dports/lang/rust/rustc-1.58.1-src/vendor/libssh2-sys/libssh2/src/
H A Dwincng.c1710 unsigned long dwKeyObject, dwIV, dwCtrLength, dwBlockLength, in _libssh2_wincng_cipher_init() local
1725 (unsigned char *)&dwBlockLength, in _libssh2_wincng_cipher_init()
1726 sizeof(dwBlockLength), in _libssh2_wincng_cipher_init()
1770 pbIVCopy = malloc(dwBlockLength); in _libssh2_wincng_cipher_init()
1776 memcpy(pbIVCopy, iv, dwBlockLength); in _libssh2_wincng_cipher_init()
1780 dwCtrLength = dwBlockLength; in _libssh2_wincng_cipher_init()
1784 dwIV = dwBlockLength; in _libssh2_wincng_cipher_init()
1794 ctx->dwBlockLength = dwBlockLength; in _libssh2_wincng_cipher_init()
1871 _libssh2_wincng_safe_free(ctx->pbIV, ctx->dwBlockLength); in _libssh2_wincng_cipher_dtor()
1873 ctx->dwBlockLength = 0; in _libssh2_wincng_cipher_dtor()
H A Dwincng.h303 unsigned long dwBlockLength; member
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libssh2-sys-0.2.23/libssh2/src/
H A Dwincng.c1809 unsigned long dwKeyObject, dwIV, dwCtrLength, dwBlockLength, in _libssh2_wincng_cipher_init() local
1824 (unsigned char *)&dwBlockLength, in _libssh2_wincng_cipher_init()
1825 sizeof(dwBlockLength), in _libssh2_wincng_cipher_init()
1869 pbIVCopy = malloc(dwBlockLength); in _libssh2_wincng_cipher_init()
1875 memcpy(pbIVCopy, iv, dwBlockLength); in _libssh2_wincng_cipher_init()
1879 dwCtrLength = dwBlockLength; in _libssh2_wincng_cipher_init()
1883 dwIV = dwBlockLength; in _libssh2_wincng_cipher_init()
1893 ctx->dwBlockLength = dwBlockLength; in _libssh2_wincng_cipher_init()
1970 _libssh2_wincng_safe_free(ctx->pbIV, ctx->dwBlockLength); in _libssh2_wincng_cipher_dtor()
1972 ctx->dwBlockLength = 0; in _libssh2_wincng_cipher_dtor()
H A Dwincng.h316 unsigned long dwBlockLength; member
/dports/security/libssh2/libssh2-1.10.0/src/
H A Dwincng.c1809 unsigned long dwKeyObject, dwIV, dwCtrLength, dwBlockLength, in _libssh2_wincng_cipher_init() local
1824 (unsigned char *)&dwBlockLength, in _libssh2_wincng_cipher_init()
1825 sizeof(dwBlockLength), in _libssh2_wincng_cipher_init()
1869 pbIVCopy = malloc(dwBlockLength); in _libssh2_wincng_cipher_init()
1875 memcpy(pbIVCopy, iv, dwBlockLength); in _libssh2_wincng_cipher_init()
1879 dwCtrLength = dwBlockLength; in _libssh2_wincng_cipher_init()
1883 dwIV = dwBlockLength; in _libssh2_wincng_cipher_init()
1893 ctx->dwBlockLength = dwBlockLength; in _libssh2_wincng_cipher_init()
1970 _libssh2_wincng_safe_free(ctx->pbIV, ctx->dwBlockLength); in _libssh2_wincng_cipher_dtor()
1972 ctx->dwBlockLength = 0; in _libssh2_wincng_cipher_dtor()
H A Dwincng.h316 unsigned long dwBlockLength; member
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libssh2-sys-0.2.21/libssh2/src/
H A Dwincng.c1809 unsigned long dwKeyObject, dwIV, dwCtrLength, dwBlockLength, in _libssh2_wincng_cipher_init() local
1824 (unsigned char *)&dwBlockLength, in _libssh2_wincng_cipher_init()
1825 sizeof(dwBlockLength), in _libssh2_wincng_cipher_init()
1869 pbIVCopy = malloc(dwBlockLength); in _libssh2_wincng_cipher_init()
1875 memcpy(pbIVCopy, iv, dwBlockLength); in _libssh2_wincng_cipher_init()
1879 dwCtrLength = dwBlockLength; in _libssh2_wincng_cipher_init()
1883 dwIV = dwBlockLength; in _libssh2_wincng_cipher_init()
1893 ctx->dwBlockLength = dwBlockLength; in _libssh2_wincng_cipher_init()
1970 _libssh2_wincng_safe_free(ctx->pbIV, ctx->dwBlockLength); in _libssh2_wincng_cipher_dtor()
1972 ctx->dwBlockLength = 0; in _libssh2_wincng_cipher_dtor()
H A Dwincng.h316 unsigned long dwBlockLength; member
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libssh2-sys-0.2.21/libssh2/src/
H A Dwincng.c1809 unsigned long dwKeyObject, dwIV, dwCtrLength, dwBlockLength, in _libssh2_wincng_cipher_init() local
1824 (unsigned char *)&dwBlockLength, in _libssh2_wincng_cipher_init()
1825 sizeof(dwBlockLength), in _libssh2_wincng_cipher_init()
1869 pbIVCopy = malloc(dwBlockLength); in _libssh2_wincng_cipher_init()
1875 memcpy(pbIVCopy, iv, dwBlockLength); in _libssh2_wincng_cipher_init()
1879 dwCtrLength = dwBlockLength; in _libssh2_wincng_cipher_init()
1883 dwIV = dwBlockLength; in _libssh2_wincng_cipher_init()
1893 ctx->dwBlockLength = dwBlockLength; in _libssh2_wincng_cipher_init()
1970 _libssh2_wincng_safe_free(ctx->pbIV, ctx->dwBlockLength); in _libssh2_wincng_cipher_dtor()
1972 ctx->dwBlockLength = 0; in _libssh2_wincng_cipher_dtor()
H A Dwincng.h316 unsigned long dwBlockLength; member
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libssh2-sys-0.2.23/libssh2/src/
H A Dwincng.c1809 unsigned long dwKeyObject, dwIV, dwCtrLength, dwBlockLength, in _libssh2_wincng_cipher_init() local
1824 (unsigned char *)&dwBlockLength, in _libssh2_wincng_cipher_init()
1825 sizeof(dwBlockLength), in _libssh2_wincng_cipher_init()
1869 pbIVCopy = malloc(dwBlockLength); in _libssh2_wincng_cipher_init()
1875 memcpy(pbIVCopy, iv, dwBlockLength); in _libssh2_wincng_cipher_init()
1879 dwCtrLength = dwBlockLength; in _libssh2_wincng_cipher_init()
1883 dwIV = dwBlockLength; in _libssh2_wincng_cipher_init()
1893 ctx->dwBlockLength = dwBlockLength; in _libssh2_wincng_cipher_init()
1970 _libssh2_wincng_safe_free(ctx->pbIV, ctx->dwBlockLength); in _libssh2_wincng_cipher_dtor()
1972 ctx->dwBlockLength = 0; in _libssh2_wincng_cipher_dtor()
H A Dwincng.h316 unsigned long dwBlockLength; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/usb/
H A Dcdc.h353 uint32_t dwBlockLength; member
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/usb/
H A Dcdc.h353 uint32_t dwBlockLength; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/usb/
H A Dcdc.h353 __le32 dwBlockLength; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/usb/
H A Dcdc.h353 __le32 dwBlockLength; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/usb/
H A Dcdc.h353 uint32_t dwBlockLength; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/usb/
H A Dcdc_ncm.c1430 nth.nth32->dwBlockLength = cpu_to_le32(skb_out->len); in cdc_ncm_fill_tx_frame()
1605 len = le32_to_cpu(nth32->dwBlockLength); in cdc_ncm_rx_verify_nth32()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/usb/
H A Dcdc_ncm.c1430 nth.nth32->dwBlockLength = cpu_to_le32(skb_out->len); in cdc_ncm_fill_tx_frame()
1605 len = le32_to_cpu(nth32->dwBlockLength); in cdc_ncm_rx_verify_nth32()

12