Home
last modified time | relevance | path

Searched defs:len (Results 5651 - 5675 of 20905) sorted by relevance

1...<<221222223224225226227228229230>>...837

/third_party/skia/gm/
H A Dlumafilter.cpp45 size_t len = strlen(label); in draw_label() local
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dmd_ctx.rs243 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 Dpolicydb_public.c40 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 Davc_internal.h95 avc_suppl_audit(void *ptr, security_class_t class, char *buf, size_t len) avc_suppl_audit() argument
H A Dstringrep.c285 size_t len = 5; in security_av_string() local
H A Dload_policy.c26 int security_load_policy(const void *data, size_t len) in security_load_policy() argument
/third_party/selinux/libsepol/tests/
H A Dtest-common.c32 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 Drcvec.rs29 pub fn len(&self) -> usize { in len() functions
/third_party/rust/crates/nix/src/
H A Dfcntl.rs707 pub fn len(&self) -> libc::off_t { len() functions
[all...]
/third_party/rust/crates/regex/bench/src/ffi/
H A Dtcl.rs51 pub fn len(&self) -> usize { in len() functions
/third_party/rust/crates/regex/src/literal/
H A Dimp.rs147 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 Daes-siv.c54 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 Dcrypto_internal-modexp.c42 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 Dmd4-internal.c29 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 Dsha1-internal.c31 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 Ddriver_nl80211_android.c162 int wpa_driver_get_p2p_noa(void *priv, u8 *buf, size_t len) in wpa_driver_get_p2p_noa() argument
H A Dnetlink.c23 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 Deap_fast_common.c19 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 Deap_fast_common.h45 be16 len; member
H A Deap_pax_common.c38 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 Deap_proxy_dummy.c33 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 Deap_vendor_test.c74 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 Deap_server_vendor_test.c95 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 Dfst.c166 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 Dl2_packet_none.c120 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

Completed in 15 milliseconds

1...<<221222223224225226227228229230>>...837