Home
last modified time | relevance | path

Searched defs:buffer_len (Results 1 – 20 of 20) 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/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/curl/tests/server/
Dsockfilt.c399 ssize_t *buffer_len) in read_data_block()
907 ssize_t buffer_len; in disc_handshake() local
1071 ssize_t buffer_len; in juggle() local
/third_party/libuv/test/
Drunner-win.c242 size_t buffer_len) { in process_read_last_line()
Drunner-unix.c394 size_t buffer_len) { in process_read_last_line()
/third_party/openssl/crypto/
Dprovider_conf.c94 size_t buffer_len = 0; in provider_conf_params_internal() local
/third_party/node/deps/openssl/openssl/crypto/
Dprovider_conf.c94 size_t buffer_len = 0; in provider_conf_params_internal() 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.c319 as_read_buffer(PyObject *obj, const void **buffer, Py_ssize_t *buffer_len) in as_read_buffer()
339 Py_ssize_t *buffer_len) in PyObject_AsCharBuffer()
346 Py_ssize_t *buffer_len) in PyObject_AsReadBuffer()
353 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/python/Lib/test/
Dtest_pyexpat.py607 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.c624 int buffer_len = 50000; in put_main_header() local