Home
last modified time | relevance | path

Searched refs:head (Results 476 - 500 of 1187) sorted by relevance

1...<<11121314151617181920>>...48

/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c59 SHA256_Init(&sctx->head); /* handy when benchmarking */ in aesni_cbc_hmac_sha256_init_key()
60 sctx->tail = sctx->head; in aesni_cbc_hmac_sha256_init_key()
61 sctx->md = sctx->head; in aesni_cbc_hmac_sha256_init_key()
532 sctx->md = sctx->head; in aesni_cbc_hmac_sha256_cipher()
695 SHA256_Init(&ctx->head); in aesni_cbc_hmac_sha256_set_mac_key()
696 sha256_update(&ctx->head, mackey, len); in aesni_cbc_hmac_sha256_set_mac_key()
697 SHA256_Final(hmac_key, &ctx->head); in aesni_cbc_hmac_sha256_set_mac_key()
704 SHA256_Init(&ctx->head); in aesni_cbc_hmac_sha256_set_mac_key()
705 sha256_update(&ctx->head, hmac_key, sizeof(hmac_key)); in aesni_cbc_hmac_sha256_set_mac_key()
739 sctx->md = sctx->head; in aesni_cbc_hmac_sha256_set_tls1_aad()
[all...]
/third_party/mbedtls/library/
H A Dx509_create.c281 int mbedtls_x509_string_to_names(mbedtls_asn1_named_data **head, const char *name) in mbedtls_x509_string_to_names() argument
296 mbedtls_asn1_free_named_data_list(head); in mbedtls_x509_string_to_names()
347 mbedtls_asn1_store_named_data(head, (char *) oid.p, oid.len, in mbedtls_x509_string_to_names()
380 int mbedtls_x509_set_extension(mbedtls_asn1_named_data **head, const char *oid, size_t oid_len, in mbedtls_x509_set_extension() argument
389 if ((cur = mbedtls_asn1_store_named_data(head, oid, oid_len, in mbedtls_x509_set_extension()
/third_party/musl/src/thread/
H A Dpthread_create.c130 * and the detached thread case where the robust list head will in __pthread_exit()
134 while ((rp=self->robust_list.head) && rp != &self->robust_list.head) { in __pthread_exit()
140 self->robust_list.head = *rp; in __pthread_exit()
336 new->robust_list.head = &new->robust_list.head; in __pthread_create()
/third_party/musl/porting/linux/user/src/aio/
H A Daio.c64 struct aio_thread *head; member
182 else q->head = at->next; in cleanup()
233 if ((at.next = q->head)) at.next->prev = &at; in io_thread_func()
234 q->head = &at; in io_thread_func()
378 for (p = q->head; p; p = p->next) { in aio_cancel()
/third_party/musl/porting/liteos_a/user/src/aio/
H A Daio.c65 struct aio_thread *head; member
182 else q->head = at->next; in cleanup()
231 if ((at.next = q->head)) at.next->prev = &at; in io_thread_func()
232 q->head = &at; in io_thread_func()
382 for (p = q->head; p; p = p->next) { in aio_cancel()
/third_party/musl/src/thread/linux/
H A Dpthread_create.c271 * and the detached thread case where the robust list head will in __pthread_exit()
275 while ((rp=self->robust_list.head) && rp != &self->robust_list.head) { in __pthread_exit()
281 self->robust_list.head = *rp; in __pthread_exit()
522 new->robust_list.head = &new->robust_list.head; in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c209 * and the detached thread case where the robust list head will in __pthread_exit()
213 while ((rp=self->robust_list.head) && rp != &self->robust_list.head) { in __pthread_exit()
219 self->robust_list.head = *rp; in __pthread_exit()
458 new->robust_list.head = &new->robust_list.head; in __pthread_create()
/third_party/musl/src/aio/
H A Daio.c65 struct aio_thread *head; member
189 else q->head = at->next; in cleanup()
240 if ((at.next = q->head)) at.next->prev = &at; in io_thread_func()
241 q->head = &at; in io_thread_func()
391 for (p = q->head; p; p = p->next) { in aio_cancel()
/third_party/mesa3d/src/util/
H A Du_queue.c68 LIST_FOR_EACH_ENTRY(iter, &queue_list, head) { in atexit_handler()
87 list_add(&queue->head, &queue_list); in add_to_atexit_list()
97 LIST_FOR_EACH_ENTRY_SAFE(iter, tmp, &queue_list, head) { in remove_from_atexit_list()
99 list_del(&iter->head); in remove_from_atexit_list()
533 if (queue->head.next != NULL) in util_queue_destroy()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-open-file.hh33 #include "hb-ot-head-table.hh"
137 const char *dir_end = (const char *) c->head; in serialize()
165 const char *end = (const char *) c->head; in serialize()
168 (unsigned) (end - start) >= head::static_size) in serialize()
170 head *h = (head *) start; in serialize()
186 //checksum.set_for_data (this, (const char *) c->head - (const char *) this); in serialize()
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/
H A Dnormalize.js337 let head
340 head = await fs.readFile(path.resolve(gitRoot, '.git/HEAD'), 'utf8')
346 if (head) {
347 if (head.startsWith('ref: ')) {
348 const headRef = head.replace(/^ref: /, '').trim()
375 headData = head.trim()
/third_party/node/deps/npm/node_modules/read-package-json/lib/
H A Dread-json.js398 var head = path.resolve(dir, '.git/HEAD')
399 fs.readFile(head, 'utf8', function (er, headData) {
411 function githead_ (data, dir, head, cb) {
412 if (!head.match(/^ref: /)) {
413 data.gitHead = head.trim()
416 var headRef = head.replace(/^ref: /, '').trim()
/third_party/node/deps/zlib/
H A Ddeflate.c161 s->head[s->hash_size - 1] = NIL; \
162 zmemzero((Bytef *)s->head, \
163 (unsigned)(s->hash_size - 1)*sizeof(*s->head)); \
178 slide_hash_simd(s->head, s->prev, s->w_size, s->hash_size); in slide_hash()
187 p = &s->head[n]; in slide_hash()
329 s->prev[str & s->w_mask] = s->head[s->ins_h]; in fill_window()
331 s->head[s->ins_h] = (Pos)str; in fill_window()
490 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos)); in deflateInit2_()
541 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL || in deflateInit2_()
743 int ZEXPORT deflateSetHeader(z_streamp strm, gz_headerp head) { in deflateSetHeader() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_ring_test.cc137 index_type pos = r->head(); in ToFlats()
178 index_type pos = r->head(); in ToRawFlats()
189 index_type pos = r->head(); in ToString()
630 EXPECT_THAT(result->head(), Eq(0)); in TEST_P()
1294 index_type head = ring->head(); in TEST_F() local
1295 EXPECT_DEBUG_DEATH(ring->Find(ring->advance(head), 0), ".*"); in TEST_F()
1296 EXPECT_DEBUG_DEATH(ring->Find(ring->advance(head), 9), ".*"); in TEST_F()
1297 EXPECT_DEBUG_DEATH(ring->Find(ring->advance(head, 3), 24), ".*"); in TEST_F()
1306 index_type hint = ring->advance(ring->head(), star in TEST_F()
1368 index_type head = ring->head(); TEST_F() local
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/include/
H A Ddrv_osal_lib_linux.h95 #define crypto_queue_wait_timeout(head, con, time) \
96 wait_event_interruptible_timeout(head, *(con), time)
/third_party/ffmpeg/libavcodec/
H A Dmpegaudiodecheader.c120 int ff_mpa_decode_header(uint32_t head, int *sample_rate, int *channels, int *frame_size, int *bit_rate, enum AVCodecID *codec_id) in ff_mpa_decode_header() argument
124 if (avpriv_mpegaudio_decode_header(s, head) != 0) { in ff_mpa_decode_header()
/third_party/icu/tools/colprobe/
H A DdoComparisonTable.pl26 <head>
37 </head>
H A DextractCollationData.pl229 <head>
231 </head>
H A DcreateComparisonTables.pl24 <head>
35 </head>
/third_party/mesa3d/.gitlab-ci/common/
H A Dinit-stage2.sh84 head -0 /dev/dri/renderD128
94 GPU_AUTOSUSPEND=`find /sys/devices -name autosuspend_delay_ms | grep gpu | head -1`
/third_party/libbpf/src/
H A Dnlattr.c90 * @arg head Head of attribute stream.
104 int libbpf_nla_parse(struct nlattr *tb[], int maxtype, struct nlattr *head, in libbpf_nla_parse() argument
112 libbpf_nla_for_each_attr(nla, head, len, rem) { in libbpf_nla_parse()
/third_party/libdrm/etnaviv/
H A Detnaviv_priv.h165 struct list_head head; member
173 struct list_head head; member
/third_party/libwebsockets/lib/system/dhcpclient/
H A Ddhcpclient.c61 lws_start_foreach_dll(struct lws_dll2 *, p, context->dhcpc_owner.head) { in lws_dhcpc_status()
84 lws_start_foreach_dll(struct lws_dll2 *, p, context->dhcpc_owner.head) { in lws_dhcpc_find()
/third_party/node/test/sequential/
H A Dtest-diagnostic-dir-heap-prof.js36 const first = findFirstFrameInNode(profile.head, func);
37 return { frame: first, roots: profile.head.children };
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/
H A Ddifferential_fuzz_library.js111 const head = substring.call(str, 0, 54);
113 str = `${head}[...]${tail}`;

Completed in 17 milliseconds

1...<<11121314151617181920>>...48