/third_party/skia/gm/ |
H A D | lumafilter.cpp | 45 size_t len = strlen(label); in draw_label() local
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | md_ctx.rs | 243 let mut len = u32::try_from(out.len()).unwrap_or(u32::MAX); in digest_final() variables 281 let mut len = out.as_ref().map_or(0, |b| b.len()); in digest_sign_final() variables 331 let mut len = to.as_ref().map_or(0, |b| b.len()); digest_sign() variables [all...] |
/third_party/selinux/libsepol/src/ |
H A D | policydb_public.c | 40 int sepol_policy_file_get_len(sepol_policy_file_t * spf, size_t * len) in sepol_policy_file_get_len() argument 17 sepol_policy_file_set_mem(sepol_policy_file_t * spf, char *data, size_t len) sepol_policy_file_set_mem() argument 186 sepol_policydb_from_image(sepol_handle_t * handle, void *data, size_t len, sepol_policydb_t * p) sepol_policydb_from_image() argument [all...] |
/third_party/selinux/libselinux/src/ |
H A D | avc_internal.h | 95 avc_suppl_audit(void *ptr, security_class_t class, char *buf, size_t len) avc_suppl_audit() argument
|
H A D | stringrep.c | 285 size_t len = 5; in security_av_string() local
|
H A D | load_policy.c | 26 int security_load_policy(const void *data, size_t len) in security_load_policy() argument
|
/third_party/selinux/libsepol/tests/ |
H A D | test-common.c | 32 void test_sym_presence(policydb_t * p, const char *id, int sym_type, unsigned int scope_type, unsigned int *decls, unsigned int len) in test_sym_presence() argument 187 role_datum_t *test_role_type_set(policydb_t * p, const char *id, avrule_decl_t * decl, const char **types, unsigned int len, unsigned int flags) in test_role_type_set() argument 227 test_attr_types(policydb_t * p, const char *id, avrule_decl_t * decl, const char **types, int len) test_attr_types() argument [all...] |
/third_party/rust/crates/proc-macro2/src/ |
H A D | rcvec.rs | 29 pub fn len(&self) -> usize { in len() functions
|
/third_party/rust/crates/nix/src/ |
H A D | fcntl.rs | 707 pub fn len(&self) -> libc::off_t { len() functions [all...] |
/third_party/rust/crates/regex/bench/src/ffi/ |
H A D | tcl.rs | 51 pub fn len(&self) -> usize { in len() functions
|
/third_party/rust/crates/regex/src/literal/ |
H A D | imp.rs | 147 pub fn len(&self) -> usize { len() functions 387 pub fn len(&self) -> usize { len() functions [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | aes-siv.c | 54 static void pad_block(u8 *pad, const u8 *addr, size_t len) in pad_block() argument 64 aes_s2v(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], size_t *len, u8 *mac) aes_s2v() argument 119 aes_siv_encrypt(const u8 *key, size_t key_len, const u8 *pw, size_t pwlen, size_t num_elem, const u8 *addr[], const size_t *len, u8 *out) aes_siv_encrypt() argument 162 aes_siv_decrypt(const u8 *key, size_t key_len, const u8 *iv_crypt, size_t iv_c_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *out) aes_siv_decrypt() argument [all...] |
H A D | crypto_internal-modexp.c | 42 crypto_dh_derive_secret(u8 generator, const u8 *prime, size_t prime_len, const u8 *order, size_t order_len, const u8 *privkey, size_t privkey_len, const u8 *pubkey, size_t pubkey_len, u8 *secret, size_t *len) crypto_dh_derive_secret() argument
|
H A D | md4-internal.c | 29 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md4_vector() argument 111 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len) in MD4Update() argument [all...] |
H A D | sha1-internal.c | 31 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha1_vector() argument 248 void SHA1Update(SHA1_CTX* context, const void *_data, u32 len) in SHA1Update() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_android.c | 162 int wpa_driver_get_p2p_noa(void *priv, u8 *buf, size_t len) in wpa_driver_get_p2p_noa() argument
|
H A D | netlink.c | 23 netlink_receive_link(struct netlink_data *netlink, void (*cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf, size_t len), struct nlmsghdr *h) netlink_receive_link() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_fast_common.c | 19 void eap_fast_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len) in eap_fast_put_tlv_hdr() argument 96 u8 * eap_fast_derive_key(void *ssl_ctx, struct tls_connection *conn, size_t len) in eap_fast_derive_key() argument 28 eap_fast_put_tlv(struct wpabuf *buf, u16 type, const void *data, u16 len) eap_fast_put_tlv() argument 148 eap_fast_parse_tlv(struct eap_fast_tlv_parse *tlv, int tlv_type, u8 *pos, size_t len) eap_fast_parse_tlv() argument [all...] |
H A D | eap_fast_common.h | 45 be16 len; member
|
H A D | eap_pax_common.c | 38 size_t len[3]; in eap_pax_kdf() local 95 size_t len[3]; in eap_pax_mac() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_proxy_dummy.c | 33 const u8 * eap_proxy_get_eapKeyData(struct eap_proxy_sm *sm, size_t *len) in eap_proxy_get_eapKeyData() argument 80 u8 * eap_proxy_get_eap_session_id(struct eap_proxy_sm *sm, size_t *len) in eap_proxy_get_eap_session_id() argument 86 u8 * eap_proxy_get_emsk(struct eap_proxy_sm *sm, size_t *len) in eap_proxy_get_emsk() argument
|
H A D | eap_vendor_test.c | 74 size_t len; in eap_vendor_test_process() local 148 static u8 * eap_vendor_test_getKey(struct eap_sm *sm, void *priv, size_t *len) in eap_vendor_test_getKey() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_vendor_test.c | 95 size_t len; in eap_vendor_test_check() local 112 size_t len; in eap_vendor_test_process() local 140 static u8 * eap_vendor_test_getKey(struct eap_sm *sm, void *priv, size_t *len) in eap_vendor_test_getKey() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst.c | 166 fst_rx_action(struct fst_iface *iface, const struct ieee80211_mgmt *mgmt, size_t len) fst_rx_action() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
H A D | l2_packet_none.c | 120 int l2_packet_get_ip_addr(struct l2_packet_data *l2, char *buf, size_t len) in l2_packet_get_ip_addr() argument 37 l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, const u8 *buf, size_t len) l2_packet_send() argument 67 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) l2_packet_init() argument 94 l2_packet_init_bridge( const char *br_ifname, const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) l2_packet_init_bridge() argument
|