Home
last modified time | relevance | path

Searched defs:len (Results 4776 - 4800 of 7401) sorted by relevance

1...<<191192193194195196197198199200>>...297

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Descaping.cc783 size_t len; in Base64UnescapeInternal() local
434 Base64UnescapeInternal(const char* src_param, size_t szsrc, char* dest, size_t szdest, const signed char* unbase64, size_t* len) Base64UnescapeInternal() argument
/third_party/skia/modules/skplaintexteditor/src/
H A Deditor.cpp35 size_t len = ptr - start; in readlines() local
42 static StringSlice remove_newline(const char* str, size_t len) { in remove_newline() argument
/third_party/skia/modules/canvaskit/
H A Dgm_bindings.cpp97 static void LoadResource(std::string name, WASMPointerU8 bPtr, size_t len) { in LoadResource() argument
/third_party/skia/include/core/
H A DSkString.h204 void append(const char text[], size_t len) { this->insert((size_t)-1, text, len); } in append() argument
215 void prepend(const char text[], size_t len) { thi in prepend() argument
[all...]
/third_party/selinux/libselinux/src/
H A Daudit2why.c403 int len = 0; in analyze() local
/third_party/selinux/libsepol/src/
H A Dconditional.c573 uint32_t buf[3], len; in cond_read_bool() local
701 uint32_t buf[1], len; in cond_read_av_list() local
750 int len, i, rc; in cond_read_node() local
825 int i, len, rc; cond_read_list() local
[all...]
H A Dmodule.c103 static int set_char(char **field, char *data, size_t len) in set_char() argument
194 sepol_module_package_set_file_contexts(sepol_module_package_t * p, char *data, size_t len) sepol_module_package_set_file_contexts() argument
204 sepol_module_package_set_seusers(sepol_module_package_t * p, char *data, size_t len) sepol_module_package_set_seusers() argument
214 sepol_module_package_set_user_extra(sepol_module_package_t * p, char *data, size_t len) sepol_module_package_set_user_extra() argument
224 sepol_module_package_set_netfilter_contexts(sepol_module_package_t * p, char *data, size_t len) sepol_module_package_set_netfilter_contexts() argument
472 size_t *offsets, len; sepol_module_package_read() local
657 uint32_t buf[5], len, nsec; sepol_module_package_info() local
845 write_helper(char *data, size_t len, struct policy_file *file) write_helper() argument
870 uint32_t buf[5], offsets[5], len, nsec = 0; sepol_module_package_write() local
987 sepol_link_modules(sepol_handle_t * handle, sepol_policydb_t * base, sepol_policydb_t ** modules, size_t len, int verbose) sepol_link_modules() argument
[all...]
H A Dmls.c50 int len = mls_compute_context_len(policydb, mls) + 1; in mls_to_string() local
113 unsigned int i, l, len, range; in mls_compute_context_len() local
[all...]
H A Dkernel_to_common.c61 size_t len, s_len; in create_str_helper() local
278 size_t len = 0; in strs_len_items() local
291 size_t len in strs_to_str() local
[all...]
/third_party/rust/crates/proc-macro2/src/
H A Dparse.rs45 fn len(&self) -> usize { in len() functions
676 let mut len = 0; backslash_u() variables
732 let mut len = 1; float_digits() variables
834 let mut len = 0; digits() variables
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey_ctx.rs685 let mut len = buf.as_ref().map_or(0, |b| b.len()); derive() variables
[all...]
H A Dsign.rs289 pub fn len(&self) -> Result<usize, ErrorStack> { in len() functions
296 let mut len = 0; in len_intern() variables
309 let mut len = 0; in len_intern() variables
331 let mut len = buf.len(); sign() variables
[all...]
/third_party/spirv-tools/source/
H A Dopcode.cpp35 uint32_t len; member
H A Dtext.cpp69 const size_t len = strlen(textValue); in spvTextToLiteral() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp335 const size_t len = nextPos == string::npos ? extensionStr.length()-pos : nextPos-pos; in queryExtensionsNonIndexed() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_gnutls.c42 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md4_vector() argument
71 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md5_vector() argument
77 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha1_vector() argument
83 int sha256_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha256_vector() argument
20 gnutls_digest_vector(int algo, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) gnutls_digest_vector() argument
89 sha384_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) sha384_vector() argument
95 sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) sha512_vector() argument
101 gnutls_hmac_vector(int algo, const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) gnutls_hmac_vector() argument
128 hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_md5_vector() argument
143 hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha1_vector() argument
160 hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha256_vector() argument
179 hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha384_vector() argument
198 hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha512_vector() argument
215 aes_encrypt_init(const u8 *key, size_t len) aes_encrypt_init() argument
252 aes_decrypt_init(const u8 *key, size_t len) aes_decrypt_init() argument
312 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
481 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) crypto_cipher_encrypt() argument
491 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) crypto_cipher_decrypt() argument
[all...]
H A Dcrypto_nettle.c72 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md4_vector() argument
78 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md5_vector() argument
84 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha1_vector() argument
90 int sha256_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha256_vector() argument
51 nettle_digest_vector(const struct nettle_hash *alg, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) nettle_digest_vector() argument
96 sha384_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) sha384_vector() argument
102 sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) sha512_vector() argument
108 hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_md5_vector() argument
133 hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha1_vector() argument
160 hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha256_vector() argument
189 hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha384_vector() argument
218 hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha512_vector() argument
245 aes_encrypt_init(const u8 *key, size_t len) aes_encrypt_init() argument
276 aes_decrypt_init(const u8 *key, size_t len) aes_decrypt_init() argument
333 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
382 size_t len; crypto_mod_exp() local
436 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) crypto_cipher_encrypt() argument
451 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) crypto_cipher_decrypt() argument
[all...]
H A Dms_funcs.c86 size_t len[3]; in challenge_hash() local
113 size_t len, max_len; in nt_password_hash() local
133 size_t len in hash_nt_password_hash() local
334 const size_t len[3] = { 16, 24, sizeof(magic1) }; get_master_key() local
398 const size_t len[4] = { 16, 40, 84, 40 }; get_asymetric_start_key() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_roboswitch.c140 wpa_driver_roboswitch_read(struct wpa_driver_roboswitch_data *drv, u8 page, u8 reg, u16 *val, int len) wpa_driver_roboswitch_read() argument
158 wpa_driver_roboswitch_write(struct wpa_driver_roboswitch_data *drv, u8 page, u8 reg, u16 *val, int len) wpa_driver_roboswitch_write() argument
172 wpa_driver_roboswitch_receive(void *priv, const u8 *src_addr, const u8 *buf, size_t len) wpa_driver_roboswitch_receive() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_pwd_common.c31 void eap_pwd_h_update(struct crypto_hash *hash, const u8 *data, size_t len) in eap_pwd_h_update() argument
39 size_t len = SHA256_MAC_LEN; in eap_pwd_h_final() local
51 size_t resultbytelen, len = 0, mdlen; in eap_pwd_kdf() local
392 eap_pwd_element_coord_ok(const struct crypto_bignum *prime, const u8 *buf, size_t len) eap_pwd_element_coord_ok() argument
[all...]
H A Deap_teap_common.c20 void eap_teap_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len) in eap_teap_put_tlv_hdr() argument
30 void eap_teap_put_tlv(struct wpabuf *buf, u16 type, const void *data, u16 len) in eap_teap_put_tlv() argument
417 eap_teap_parse_tlv(struct eap_teap_tlv_parse *tlv, int tlv_type, u8 *pos, size_t len) eap_teap_parse_tlv() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_config.h845 size_t len; member
H A Deap_eke.c654 size_t len; in eap_eke_process() local
710 static u8 * eap_eke_getKey(struct eap_sm *sm, void *priv, size_t *len) in eap_eke_getKey() argument
727 static u8 * eap_eke_get_emsk(struct eap_sm *sm, void *priv, size_t *len) in eap_eke_get_emsk() argument
744 static u8 * eap_eke_get_session_id(struct eap_sm *sm, void *priv, size_t *len) in eap_eke_get_session_id() argument
[all...]
H A Deap_fast_pac.c198 size_t len; in eap_fast_read_line() local
231 static u8 * eap_fast_parse_hex(const char *value, size_t *len) in eap_fast_parse_hex() argument
477 eap_fast_write(char **buf, char **pos, size_t *buf_len, const char *field, const u8 *data, size_t len, int txt) eap_fast_write() argument
535 eap_fast_write_pac(struct eap_sm *sm, const char *pac_file, char *buf, size_t len) eap_fast_write_pac() argument
707 u16 type, len; eap_fast_pac_get_a_id() local
753 size_t len, count = 0; eap_fast_load_pac_bin() local
874 size_t len, count = 0; eap_fast_save_pac_bin() local
[all...]
H A Deap_gpsk.c239 size_t len; in eap_gpsk_process_csuite_list() local
318 size_t len, miclen; eap_gpsk_send_gpsk_2() local
451 size_t len; eap_gpsk_validate_id_server() local
669 size_t len; eap_gpsk_process() local
714 eap_gpsk_getKey(struct eap_sm *sm, void *priv, size_t *len) eap_gpsk_getKey() argument
731 eap_gpsk_get_emsk(struct eap_sm *sm, void *priv, size_t *len) eap_gpsk_get_emsk() argument
748 eap_gpsk_get_session_id(struct eap_sm *sm, void *priv, size_t *len) eap_gpsk_get_session_id() argument
[all...]

Completed in 23 milliseconds

1...<<191192193194195196197198199200>>...297