/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | pkcs5.c | 27 size_t salt_len; 34 size_t iv_len; 261 static int pkcs5_get_params(const u8 *enc_alg, size_t enc_alg_len, in pkcs5_get_params() 387 static void add_byte_array_mod(u8 *a, const u8 *b, size_t len) in add_byte_array_mod() 389 size_t i; in add_byte_array_mod() 400 static int pkcs12_key_gen(const u8 *pw, size_t pw_len, const u8 *salt, in pkcs12_key_gen() 401 size_t salt_len, u8 id, unsigned int iter, in pkcs12_key_gen() 402 size_t out_len, u8 *out) in pkcs12_key_gen() 441 size_t len[2]; in pkcs12_key_gen() 493 size_t pw_le in pkcs12_crypto_init_sha1() [all...] |
H A D | tlsv1_common.c | 109 size_t i; in tls_get_cipher_suite() 119 size_t i; in tls_get_cipher_data() 163 int tls_parse_cert(const u8 *buf, size_t len, struct crypto_public_key **pk) in tls_parse_cert() 239 size_t len) in tls_verify_hash_add() 321 int tls_prf(u16 ver, const u8 *secret, size_t secret_len, const char *label, in tls_prf() 322 const u8 *seed, size_t seed_len, u8 *out, size_t outlen) in tls_prf() 342 size_t server_params_len, u8 *hash) in tlsv12_key_x_server_params_hash() 344 size_t hlen; in tlsv12_key_x_server_params_hash() 381 size_t server_params_le in tls_key_x_server_params_hash() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Types.h | 67 size_t objectSize() const; 79 size_t calculateObjectSize() const; 83 mutable size_t mObjectSize; 193 size_t getObjectSize() const; 202 size_t getNumArraySizes() const { return mArraySizes.size(); } in getNumArraySizes() 216 void setArraySize(size_t arrayDimension, unsigned int s); 239 void setInterfaceBlockField(const TInterfaceBlock *interfaceBlockIn, size_t fieldIndex); 240 size_t getInterfaceBlockFieldIndex() const { return mInterfaceBlockFieldIndex; } in getInterfaceBlockFieldIndex() 278 size_t numArraySizesL = getNumArraySizes(); in operator ==() 279 size_t numArraySizes in operator ==() [all...] |
/drivers/hdf_core/framework/support/platform/src/hdmi/ |
H A D | hdmi_dispatch.c | 76 size_t size; in HdmiCmdAvmuteSet() 90 size_t size; in HdmiCmdDeepColorSet() 125 size_t size; in HdmiCmdVideoAttrSet() 138 size_t size; in HdmiCmdAudioAttrSet() 151 size_t size; in HdmiCmdHdrAttrSet() 188 size_t size; in HdmiCmdInfoFrameSet() 205 size_t size; in HdmiCmdInfoFrameGet() 231 size_t size; in HdmiCmdRegisterHpdCallbackFunc()
|
/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
H A D | ast_interface_type.h | 101 AutoPtr<ASTMethod> GetMethod(size_t index); 105 inline size_t GetMethodNumber() const in GetMethodNumber() 127 inline size_t GetMajorVersion() in GetMajorVersion() 132 inline size_t GetMinorVersion() in GetMinorVersion() 137 void SetVersion(size_t &majorVer, size_t &minorVer); 197 size_t majorVersion_; 198 size_t minorVersion_;
|
/third_party/eudev/src/shared/ |
H A D | macro.h | 72 static inline size_t ALIGN_TO(size_t l, size_t ali) { in ALIGN_TO() 160 static inline size_t IOVEC_TOTAL_SIZE(const struct iovec *i, unsigned n) { in IOVEC_TOTAL_SIZE() 162 size_t r = 0; in IOVEC_TOTAL_SIZE() 170 static inline size_t IOVEC_INCREMENT(struct iovec *i, unsigned n, size_t k) { in IOVEC_INCREMENT() 174 size_t sub; in IOVEC_INCREMENT()
|
/third_party/curl/tests/unit/ |
H A D | unit1650.c | 59 size_t size; 75 size_t size; 158 size_t size = 0; 160 size_t i; 190 size_t len; 203 size_t o; 216 size_t l; 229 size_t o;
|
/third_party/alsa-lib/src/ |
H A D | input.c | 41 char *(*(gets))(snd_input_t *input, char *str, size_t size); 94 char *snd_input_gets(snd_input_t *input, char *str, size_t size) in snd_input_gets() 142 static char *snd_input_stdio_gets(snd_input_t *input, char *str, size_t size) in snd_input_stdio_gets() 228 size_t size; 248 static char *snd_input_buffer_gets(snd_input_t *input, char *str, size_t size) in snd_input_buffer_gets() 251 size_t bsize = buffer->size; in snd_input_buffer_gets() 321 buffer->buf = malloc((size_t)size + 1); in snd_input_buffer_open() 327 memcpy(buffer->buf, buf, (size_t) size); in snd_input_buffer_open()
|
/third_party/mbedtls/library/ |
H A D | pk_ecc.c | 20 size_t ec_bits; in mbedtls_pk_ecc_set_group() 48 int mbedtls_pk_ecc_set_key(mbedtls_pk_context *pk, unsigned char *key, size_t key_len) in mbedtls_pk_ecc_set_key() 85 const unsigned char *prv, size_t prv_len, in mbedtls_pk_ecc_set_pubkey_from_prv() 86 int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) in mbedtls_pk_ecc_set_pubkey_from_prv() 107 size_t curve_bits; in mbedtls_pk_ecc_set_pubkey_from_prv() 122 size_t pub_len; in mbedtls_pk_ecc_set_pubkey_from_prv() 168 size_t pub_len) in pk_ecc_set_pubkey_psa_ecp_fallback() 204 int mbedtls_pk_ecc_set_pubkey(mbedtls_pk_context *pk, const unsigned char *pub, size_t pub_len) in mbedtls_pk_ecc_set_pubkey()
|
/third_party/jerryscript/jerry-ext/handle-scope/ |
H A D | handle-scope.c | 40 size_t prelist_handle_count = scope->prelist_handle_count; in jerryx_handle_scope_release_handles() 55 for (size_t idx = 0; idx < prelist_handle_count; idx++) in jerryx_handle_scope_release_handles() 126 jerryx_hand_scope_escape_handle_from_prelist (jerryx_handle_scope scope, size_t idx) in jerryx_hand_scope_escape_handle_from_prelist() 175 size_t found_idx = 0; in jerryx_escape_handle_internal() 176 size_t prelist_count = scope->prelist_handle_count; in jerryx_escape_handle_internal() 181 for (size_t idx_plus_1 = prelist_count; idx_plus_1 > 0; --idx_plus_1) in jerryx_escape_handle_internal() 308 size_t prelist_handle_count = scope->prelist_handle_count; in jerryx_handle_scope_add_handle_to() 333 size_t prelist_handle_count = scope->prelist_handle_count; in jerryx_create_handle_in_scope()
|
/third_party/ltp/include/ |
H A D | safe_macros_fn.h | 55 void (*cleanup_fn)(void), char *buf, size_t size); 64 void (*cleanup_fn)(void), size_t size); 74 void (*cleanup_fn)(void), void *addr, size_t length); 84 void *buf, size_t nbyte); 119 char *buf, size_t bufsize); 127 int fildes, const void *buf, size_t nbyte); 164 void (*cleanup_fn)(void), size_t alignment, size_t size);
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | alltypes.h | 44 typedef unsigned _Addr size_t; typedef 316 size_t (*read)(struct _IO_FILE *, unsigned char *, size_t); 317 size_t (*write)(struct _IO_FILE *, const unsigned char *, size_t); 320 size_t buf_size; 374 struct iovec { void *iov_base; size_t iov_len; }; 416 size_t stacksize;
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | pthread.h | 149 int pthread_attr_getguardsize(const pthread_attr_t *__restrict, size_t *__restrict); 150 int pthread_attr_setguardsize(pthread_attr_t *, size_t); 151 int pthread_attr_getstacksize(const pthread_attr_t *__restrict, size_t *__restrict); 152 int pthread_attr_setstacksize(pthread_attr_t *, size_t); 155 int pthread_attr_getstack(const pthread_attr_t *__restrict, void **__restrict, size_t *__restrict); 156 int pthread_attr_setstack(pthread_attr_t *, void *, size_t); 217 int pthread_getaffinity_np(pthread_t, size_t, struct cpu_set_t *); 218 int pthread_setaffinity_np(pthread_t, size_t, const struct cpu_set_t *);
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | alltypes.h | 44 typedef unsigned _Addr size_t; typedef 316 size_t (*read)(struct _IO_FILE *, unsigned char *, size_t); 317 size_t (*write)(struct _IO_FILE *, const unsigned char *, size_t); 320 size_t buf_size; 374 struct iovec { void *iov_base; size_t iov_len; }; 416 size_t stacksize;
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_str.c | 37 size_t ares_strlen(const char *str) in ares_strlen() 48 size_t len; in ares_strdup() 75 size_t ares_strcpy(char *dest, const char *src, size_t dest_size) in ares_strcpy() 77 size_t len = 0; in ares_strcpy() 99 size_t i; in ares_str_isnum() 144 size_t len) in ares__memeq_ci() 146 size_t i; in ares__memeq_ci()
|
H A D | ares_event_kqueue.c | 49 size_t nchanges; 50 size_t nchanges_alloc; 116 size_t idx; in ares_evsys_kqueue_enqueue() 187 static size_t ares_evsys_kqueue_wait(ares_event_thread_t *e, in ares_evsys_kqueue_wait() 191 size_t nevents = sizeof(events) / sizeof(*events); in ares_evsys_kqueue_wait() 194 size_t i; in ares_evsys_kqueue_wait() 197 size_t cnt = 0; in ares_evsys_kqueue_wait() 215 nevents = (size_t)rv; in ares_evsys_kqueue_wait()
|
/third_party/libfuse/example/ |
H A D | hello_ll.c | 89 size_t size; 96 size_t oldsize = b->size; in dirbuf_add() 107 static int reply_buf_limited(fuse_req_t req, const char *buf, size_t bufsize, in reply_buf_limited() 108 off_t off, size_t maxsize) in reply_buf_limited() 117 static void hello_ll_readdir(fuse_req_t req, fuse_ino_t ino, size_t size, in hello_ll_readdir() 147 static void hello_ll_read(fuse_req_t req, fuse_ino_t ino, size_t size, in hello_ll_read() 157 size_t size) in hello_ll_getxattr() 173 const char *value, size_t size, int flags) in hello_ll_setxattr()
|
/third_party/ltp/testcases/kernel/sched/nptl/ |
H A D | nptl01.c | 72 void call_mutex_init(pthread_mutex_t * mutex, char *buf, size_t buf_len) in call_mutex_init() 82 void call_mutex_lock(pthread_mutex_t * mutex, char *buf, size_t buf_len) in call_mutex_lock() 92 void call_mutex_unlock(pthread_mutex_t * mutex, char *buf, size_t buf_len) in call_mutex_unlock() 102 void call_cond_init(pthread_cond_t * cond, char *buf, size_t buf_len) in call_cond_init() 113 char *buf, size_t buf_len) in call_cond_wait() 123 void call_cond_signal(pthread_cond_t * cond, char *buf, size_t buf_len) in call_cond_signal() 134 char *buf, size_t buf_len, int i) in do_timedwait() 185 void create_child_thread(char *buf, size_t buf_len) in create_child_thread()
|
/third_party/lz4/contrib/gen_manual/ |
H A D | gen_manual.cpp | 45 size_t p = s.find_first_not_of(characters); in trim() 57 size_t spos, epos; in trim_comments() 71 while ((size_t)linenum < input.size()) { in get_lines() 76 size_t const epos = line.find(terminator); in get_lines() 91 size_t spos, epos; in print_line() 111 size_t spos, l; in main() 139 for (linenum=0; (size_t)linenum < input.size(); linenum++) { in main() 240 for (size_t i=0; i<chapters.size(); i++) in main()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | concurrent-marker.cc | 23 static constexpr size_t kDefaultDeadlineCheckInterval = 750u; 25 template <size_t kDeadlineCheckInterval = kDefaultDeadlineCheckInterval, 40 size_t WorkSizeForConcurrentMarking(MarkingWorklists& marking_worklists) { in WorkSizeForConcurrentMarking() 62 size_t GetMaxConcurrency(size_t) const final; 94 size_t ConcurrentMarkingTask::GetMaxConcurrency( in GetMaxConcurrency() 95 size_t current_worker_count) const { in GetMaxConcurrency() 254 size_t current_concurrently_marked_bytes_ = in IncreaseMarkingPriorityIfNeeded()
|
/third_party/node/deps/v8/src/sandbox/ |
H A D | sandbox.cc | 44 constexpr size_t kMinVirtualAddressSpaceSize = 1ULL << kMinVirtualAddressBits; in DetermineAddressSpaceLimit() 90 size_t max_sandbox_size = address_space_limit / 4; in Initialize() 91 size_t sandbox_size = std::min(kSandboxSize, max_sandbox_size); in Initialize() 92 size_t size_to_reserve = sandbox_size; in Initialize() 161 bool Sandbox::Initialize(v8::VirtualAddressSpace* vas, size_t size, in Initialize() 178 size_t reservation_size; in Initialize() 234 size_t size, in InitializeAsPartiallyReservedSandbox() 235 size_t size_to_reserve) { in InitializeAsPartiallyReservedSandbox()
|
/third_party/node/deps/openssl/openssl/providers/common/ |
H A D | bio_prov.c | 90 int ossl_prov_bio_read_ex(OSSL_CORE_BIO *bio, void *data, size_t data_len, in ossl_prov_bio_read_ex() 91 size_t *bytes_read) in ossl_prov_bio_read_ex() 98 int ossl_prov_bio_write_ex(OSSL_CORE_BIO *bio, const void *data, size_t data_len, in ossl_prov_bio_write_ex() 99 size_t *written) in ossl_prov_bio_write_ex() 164 static int bio_core_read_ex(BIO *bio, char *data, size_t data_len, in bio_core_read_ex() 165 size_t *bytes_read) in bio_core_read_ex() 170 static int bio_core_write_ex(BIO *bio, const char *data, size_t data_len, in bio_core_write_ex() 171 size_t *written) in bio_core_write_ex()
|
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | pbkdf1.c | 39 size_t pass_len; 41 size_t salt_len; 50 static int kdf_pbkdf1_do_derive(const unsigned char *pass, size_t passlen, in kdf_pbkdf1_do_derive() 51 const unsigned char *salt, size_t saltlen, in kdf_pbkdf1_do_derive() 53 unsigned char *out, size_t n) in kdf_pbkdf1_do_derive() 74 if (n > (size_t)mdsize) { in kdf_pbkdf1_do_derive() 139 static int kdf_pbkdf1_set_membuf(unsigned char **buffer, size_t *buflen, in kdf_pbkdf1_set_membuf() 158 static int kdf_pbkdf1_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_pbkdf1_derive()
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | gmac_prov.c | 95 static size_t gmac_size(void) in gmac_size() 101 const unsigned char *key, size_t keylen) in gmac_setkey() 105 if (keylen != (size_t)EVP_CIPHER_CTX_get_key_length(ctx)) { in gmac_setkey() 115 size_t keylen, const OSSL_PARAM params[]) in gmac_init() 127 size_t datalen) in gmac_update() 145 static int gmac_final(void *vmacctx, unsigned char *out, size_t *outl, in gmac_final() 146 size_t outsize) in gmac_final() 160 out, (size_t)hlen); in gmac_final()
|
H A D | siphash_prov.c | 88 static size_t siphash_size(void *vmacctx) in siphash_size() 96 const unsigned char *key, size_t keylen) in siphash_setkey() 108 static int siphash_init(void *vmacctx, const unsigned char *key, size_t keylen, in siphash_init() 127 size_t datalen) in siphash_update() 138 static int siphash_final(void *vmacctx, unsigned char *out, size_t *outl, in siphash_final() 139 size_t outsize) in siphash_final() 142 size_t hlen = siphash_size(ctx); in siphash_final() 199 size_t size; in siphash_set_params()
|