Home
last modified time | relevance | path

Searched defs:buffer_len (Results 1 – 23 of 23) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
Dencrypt.rs500 let buffer_len = encrypter.encrypt_len(&input).unwrap(); in rsa_encrypt_decrypt() localVariable
507 let buffer_len = decrypter.decrypt_len(encoded).unwrap(); in rsa_encrypt_decrypt() localVariable
529 let buffer_len = encrypter.encrypt_len(&input).unwrap(); in rsa_encrypt_decrypt_with_sha256() localVariable
538 let buffer_len = decrypter.decrypt_len(encoded).unwrap(); in rsa_encrypt_decrypt_with_sha256() localVariable
557 let buffer_len = encrypter.encrypt_len(&input).unwrap(); in rsa_encrypt_decrypt_oaep_label() localVariable
565 let buffer_len = decrypter.decrypt_len(encoded).unwrap(); in rsa_encrypt_decrypt_oaep_label() localVariable
573 let buffer_len = decrypter.decrypt_len(encoded).unwrap(); in rsa_encrypt_decrypt_oaep_label() localVariable
/third_party/mesa3d/src/intel/common/
Dintel_gem.h100 void *buffer, int32_t *buffer_len) in intel_i915_query_flags()
127 int32_t *buffer_len) in intel_i915_query()
/third_party/lz4/ossfuzz/
Dstandaloneengine.c26 size_t buffer_len; in main() local
/third_party/libsnd/ossfuzz/
Dstandaloneengine.cc26 size_t buffer_len; in main() local
/third_party/mbedtls/port/include/
Dtls_client.h37 size_t buffer_len; member
/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxaudioringbuffer.h84 guint buffer_len; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_teap_common.c309 const u8 *buffer, size_t buffer_len, in eap_teap_tls_mac()
353 size_t bind_len, buffer_len; in eap_teap_compound_mac() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_teap_common.c318 const u8 *buffer, size_t buffer_len, in eap_teap_tls_mac()
362 size_t bind_len, buffer_len; in eap_teap_compound_mac() local
/third_party/node/deps/cares/src/lib/
Dares_query.c36 static void rc4(rc4_key* key, unsigned char *buffer_ptr, int buffer_len) in rc4()
/third_party/openssl/crypto/
Dprovider_conf.c85 size_t buffer_len = 0; in provider_conf_params() local
/third_party/libuv/test/
Drunner-win.c242 size_t buffer_len) { in process_read_last_line()
Drunner-unix.c381 size_t buffer_len) { in process_read_last_line()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfaudioenc.cpp252 DWORD buffer_len = 0; in gst_mf_audio_enc_process_output() local
Dgstmfvideoenc.cpp765 DWORD buffer_len; in gst_mf_video_enc_finish_sample() local
/third_party/mesa3d/src/intel/vulkan/
Danv_gem_stubs.c185 int32_t *buffer_len) in anv_i915_query()
/third_party/libsnd/src/
Dsd2.c352 read_rsrc_str (const SD2_RSRC *prsrc, int offset, char * buffer, int buffer_len) in read_rsrc_str()
/third_party/python/Objects/
Dabstract.c317 as_read_buffer(PyObject *obj, const void **buffer, Py_ssize_t *buffer_len) in as_read_buffer()
337 Py_ssize_t *buffer_len) in PyObject_AsCharBuffer()
344 Py_ssize_t *buffer_len) in PyObject_AsReadBuffer()
351 Py_ssize_t *buffer_len) in PyObject_AsWriteBuffer()
/third_party/libsnd/tests/
Dcommand_test.c561 sf_count_t buffer_len, frame_count ; in calc_peak_test() local
/third_party/lwip/src/apps/lwiperf/
Dlwiperf.c94 u32_t buffer_len; /* unused for now */ member
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlhttpsrc.h239 guint buffer_len; member
/third_party/python/Lib/test/
Dtest_pyexpat.py603 def small_buffer_test(self, buffer_len): argument
/third_party/qrcodegen/rust-no-heap/src/
Dlib.rs1446 pub const fn buffer_len(self) -> usize { in buffer_len() method
/third_party/ffmpeg/libavcodec/
Dvorbisenc.c619 int buffer_len = 50000; in put_main_header() local