| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| H A D | strerror.cc | 32 const char* StrErrorAdaptor(int errnum, char* buf, size_t buflen) { in StrErrorAdaptor() argument 54 char buf[10 in StrErrorInternal() local [all...] |
| /third_party/skia/experimental/skrive/src/reader/ |
| H A D | StreamReader.cpp | 35 char buf[kBinaryPrefixSize]; in Make() local
|
| /third_party/skia/docs/examples/ |
| H A D | SkImage_to_PPM_ascii.cpp | 25 SkDynamicMemoryWStream buf; in REG_FIDDLE() local
|
| /third_party/selinux/libselinux/src/ |
| H A D | validatetrans.c | 19 char *buf = NULL; in security_validatetrans_raw() local
|
| H A D | fgetfilecon.c | 12 char buf[40]; in fgetxattr_wrapper() local 37 char *buf; in fgetfilecon_raw() local [all...] |
| H A D | get_initial_context.c | 17 char *buf; in security_get_initial_context_raw() local
|
| H A D | compute_user.c | 18 char *buf, *ptr; in security_compute_user_raw() local [all...] |
| H A D | compute_member.c | 19 char *buf; in security_compute_member_raw() local [all...] |
| H A D | compute_relabel.c | 19 char *buf; in security_compute_relabel_raw() local [all...] |
| H A D | canonicalize_context.c | 16 char *buf; in security_canonicalize_context_raw() local [all...] |
| /third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
| H A D | callbacks.rs | 592 let mut buf = Some(buf); in raw_custom_ext_add() variables
|
| /third_party/rust/crates/rustix/tests/fs/ |
| H A D | readdir.rs | 120 let mut buf = Vec::with_capacity(8192); in raw_dir_entries_heap() variables 123 let mut buf = [MaybeUninit::new(0); 8192]; in raw_dir_entries_heap() variables 130 let mut buf = [MaybeUninit::uninit(); 2048]; in raw_dir_entries_stack() variables 137 let mut buf = [MaybeUninit::uninit(); 2048]; in raw_dir_entries_unaligned() variables [all...] |
| /third_party/rust/crates/nix/test/ |
| H A D | test_pty.rs | 171 let mut buf = [0u8; 5]; in test_read_ptty_pair() variables 188 let mut buf = [0u8; 5]; in test_write_ptty_pair() variables 210 let mut buf = [0u8; 10]; test_openpty() variables 218 let mut buf = [0u8; 11]; test_openpty() variables 224 let mut buf = [0u8; 14]; test_openpty() variables 259 let mut buf = [0u8; 10]; test_openpty_with_termios() variables 272 let mut buf = [0u8; 13]; test_openpty_with_termios() variables 304 let mut buf = [0u8; 10]; test_forkpty() variables [all...] |
| H A D | test_mount.rs | 77 let mut buf = Vec::new(); in test_mount_tmpfs_without_flags_allows_rwx() variables 202 let mut buf = Vec::new(); in test_mount_bind() variables
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | pkcs5.rs | 157 let mut buf = [0; 16]; in pbkdf2_hmac_sha256() variables 189 let mut buf = [0; 64]; in pbkdf2_hmac_sha512() variables [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | sha1-prf.c | 30 sha1_prf(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len) sha1_prf() argument
|
| H A D | sha1-tprf.c | 29 sha1_t_prf(const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) sha1_t_prf() argument
|
| H A D | sha384-internal.c | 80 unsigned char buf[64]; in sha384_done() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
| H A D | bignum.c | 75 int bignum_get_unsigned_bin(const struct bignum *n, u8 *buf, size_t *len) in bignum_get_unsigned_bin() argument 99 int bignum_set_unsigned_bin(struct bignum *n, const u8 *buf, size_t len) in bignum_set_unsigned_bin() argument
|
| H A D | pkcs8.c | 19 struct crypto_private_key * pkcs8_key_import(const u8 *buf, size_t len) in pkcs8_key_import() argument 122 pkcs8_enc_key_import(const u8 *buf, size_t len, const char *passwd) in pkcs8_enc_key_import() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | ext_password.c | 83 struct wpabuf *buf; in ext_password_alloc() local
|
| H A D | ext_password_test.c | 59 struct wpabuf *buf; in ext_password_test_get() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
| H A D | wps_module_tests.c | 273 struct wpabuf *buf; in wps_attr_parse_tests() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | ctrl_iface.h | 137 wpa_supplicant_ctrl_iface_send(struct ctrl_iface_priv *priv, int level, char *buf, size_t len) wpa_supplicant_ctrl_iface_send() argument
|
| H A D | nfc_pw_token.c | 18 static void print_bin(const char *title, const struct wpabuf *buf) in print_bin() argument 41 struct wpabuf *buf = NULL, *ndef = NULL; in main() local [all...] |