Home
last modified time | relevance | path

Searched refs:SizedBuffer (Results 1 – 14 of 14) sorted by relevance

/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/gatekeeperd/tests/
H A Dgatekeeper_test.cpp25 using ::gatekeeper::SizedBuffer;
35 SizedBuffer password; in do_enroll()
54 SizedBuffer password; in TEST()
66 SizedBuffer provided_password; in TEST()
95 SizedBuffer provided_password; in TEST()
97 SizedBuffer password_handle; in TEST()
127 SizedBuffer password; in TEST()
150 SizedBuffer provided_password; in TEST()
172 SizedBuffer password; in TEST()
195 SizedBuffer provided_password; in TEST()
[all …]
/dports/audio/audiere/audiere-1.9.4/src/
H A Dutility.h192 class SizedBuffer {
194 SizedBuffer() { in SizedBuffer() function
199 ~SizedBuffer() { in ~SizedBuffer()
223 SizedBuffer(const SizedBuffer&);
224 SizedBuffer& operator=(const SizedBuffer&);
H A Dinput_flac.h84 SizedBuffer m_multiplexer;
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/gatekeeperd/
H A DSoftGateKeeperDevice.cpp40 SizedBuffer desired_password_buffer(desired_password_length); in enroll()
43 SizedBuffer current_password_handle_buffer(current_password_handle_length); in enroll()
49 SizedBuffer current_password_buffer(current_password_length); in enroll()
82 SizedBuffer password_handle_buffer(enrolled_password_handle_length); in verify()
85 SizedBuffer provided_password_buffer(provided_password_length); in verify()
H A DSoftGateKeeper.h136 fast_hash_t ComputeFastHash(const SizedBuffer &password, uint64_t salt) { in ComputeFastHash()
149 bool VerifyFast(const fast_hash_t &fast_hash, const SizedBuffer &password) { in VerifyFast()
154 bool DoVerify(const password_handle_t *expected_handle, const SizedBuffer &password) { in DoVerify()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rlbox_lucet_sandbox/src/
H A Dcallback.rs1 use crate::types::{LucetFunctionSignature, LucetSandboxInstance, SizedBuffer};
26 pub extern "C" fn lucet_get_function_pointer_table(inst_ptr: *mut c_void) -> SizedBuffer { in lucet_get_function_pointer_table() argument
31 SizedBuffer { in lucet_get_function_pointer_table()
H A Dtypes.rs157 pub struct SizedBuffer { struct
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rlbox_lucet_sandbox/src/
H A Dcallback.rs1 use crate::types::{LucetFunctionSignature, LucetSandboxInstance, SizedBuffer};
26 pub extern "C" fn lucet_get_function_pointer_table(inst_ptr: *mut c_void) -> SizedBuffer { in lucet_get_function_pointer_table() argument
31 SizedBuffer { in lucet_get_function_pointer_table()
H A Dtypes.rs157 pub struct SizedBuffer { struct
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rlbox_lucet_sandbox/src/
H A Dcallback.rs1 use crate::types::{LucetFunctionSignature, LucetSandboxInstance, SizedBuffer};
26 pub extern "C" fn lucet_get_function_pointer_table(inst_ptr: *mut c_void) -> SizedBuffer { in lucet_get_function_pointer_table() argument
31 SizedBuffer { in lucet_get_function_pointer_table()
H A Dtypes.rs157 pub struct SizedBuffer { struct
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/trusty/gatekeeper/
H A Dtrusty_gatekeeper.cpp92 SizedBuffer desired_password_buffer(desired_password_length); in Enroll()
95 SizedBuffer current_password_handle_buffer(current_password_handle_length); in Enroll()
101 SizedBuffer current_password_buffer(current_password_length); in Enroll()
133 SizedBuffer password_handle_buffer(enrolled_password_handle_length); in Verify()
136 SizedBuffer provided_password_buffer(provided_password_length); in Verify()
/dports/misc/iio-oscilloscope/iio-oscilloscope-0.14-master/
H A Dphone_home.c13 } SizedBuffer; typedef
18 SizedBuffer *sbuf = (SizedBuffer *)userdata; in git_data_write_cb()
41 SizedBuffer sized_buffer = { NULL, 0 }; in git_request()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/trusty/gatekeeper/
H A Dtrusty_gatekeeper.cpp35 using ::gatekeeper::SizedBuffer;
57 SizedBuffer hidl_vec2sized_buffer(const hidl_vec<uint8_t>& vec) { in hidl_vec2sized_buffer()