Home
last modified time | relevance | path

Searched defs:TAG_SIZE (Results 1 – 25 of 78) sorted by relevance

1234

/dports/net-im/libsignal-client/libsignal-client-0.9.6/rust/crypto/src/
H A Daes_gcm.rs13 pub const TAG_SIZE: usize = 16; const
27 fn new(h: &[u8; TAG_SIZE], ghash_pad: [u8; TAG_SIZE], associated_data: &[u8]) -> Result<Self> { in new()
80 fn finalize(mut self) -> Result<[u8; TAG_SIZE]> { in finalize()
129 pub const TAG_SIZE: usize = TAG_SIZE; const
143 pub fn compute_tag(self) -> Result<[u8; TAG_SIZE]> { in compute_tag()
154 pub const TAG_SIZE: usize = TAG_SIZE; const
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/support_data/
H A DossimNitfGeolobTag.h34 TAG_SIZE = 48 enumerator
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/dejagnu/baseboards/
H A Dsh-sim.exp42 set_board_info ldscript ""
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdalexif.h63 GUInt16 tdir_type; /* data type; see below */
/dports/lang/maude/maude-2.7.1/src/Utility/
H A DpreVector.hh65 TAG_SIZE = sizeof(size_t) // assume preferred sizes are 2^n - TAG_SIZE enumerator
/dports/security/botan110/Botan-1.10.17/src/filters/modes/eax/
H A Deax.h64 const size_t TAG_SIZE; variable
/dports/net/pichi/pichi-1.4.0/include/pichi/crypto/
H A Dmethod.hpp176 template <CryptoMethod method> inline constexpr size_t TAG_SIZE = detail::calcTagSize<method>(); variable
/dports/lang/gleam/gleam-0.18.2/cargo-crates/kstring-1.0.6/src/
H A Dinline.rs4 const TAG_SIZE: usize = std::mem::size_of::<u8>(); const
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/kstring-1.0.6/src/
H A Dinline.rs4 const TAG_SIZE: usize = std::mem::size_of::<u8>(); const
/dports/security/s2n/s2n-tls-1.1.2/tests/sidetrail/working/s2n-record-read-aead/
H A Ds2n_record_read_wrapper.c49 #define TAG_SIZE 16 macro
/dports/multimedia/chilitags/chilitags-2.0.0-169-g0d9854f/src/
H A DReadBits.cpp69 static const float TAG_SIZE = 2*TAG_MARGIN+DATA_SIZE; in operator ()() local
/dports/games/wop/wop-0.4.3/src/
H A Dserialize.hpp26 #define TAG_SIZE \ macro
70 #define TAG_SIZE macro
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/tools/encrypt_fw/src/
H A Dencrypt.c18 #define TAG_SIZE 16 macro
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/tools/encrypt_fw/src/
H A Dencrypt.c18 #define TAG_SIZE 16 macro
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/tools/encrypt_fw/src/
H A Dencrypt.c18 #define TAG_SIZE 16 macro
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/tools/encrypt_fw/src/
H A Dencrypt.c18 #define TAG_SIZE 16 macro
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/tools/encrypt_fw/src/
H A Dencrypt.c18 #define TAG_SIZE 16 macro
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/webp/
H A Dformat_constants.h69 #define TAG_SIZE 4 // Size of a chunk tag (e.g. "VP8L"). macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/webp/
H A Dformat_constants.h69 #define TAG_SIZE 4 // Size of a chunk tag (e.g. "VP8L"). macro
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/webp/
H A Dformat_constants.h69 #define TAG_SIZE 4 // Size of a chunk tag (e.g. "VP8L"). macro
/dports/www/firefox-esr/firefox-91.8.0/media/libwebp/src/webp/
H A Dformat_constants.h69 #define TAG_SIZE 4 // Size of a chunk tag (e.g. "VP8L"). macro
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/webp/
H A Dformat_constants.h69 #define TAG_SIZE 4 // Size of a chunk tag (e.g. "VP8L"). macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/webp/
H A Dformat_constants.h69 #define TAG_SIZE 4 // Size of a chunk tag (e.g. "VP8L"). macro
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/webp/
H A Dformat_constants.h69 #define TAG_SIZE 4 // Size of a chunk tag (e.g. "VP8L"). macro
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Headers/Private/libwebp/
H A Dformat_constants.h69 #define TAG_SIZE 4 // Size of a chunk tag (e.g. "VP8L"). macro

1234