Searched refs:icv (Results 26 - 50 of 59) sorted by relevance

123

/netbsd-current/external/gpl3/gcc/dist/libgomp/config/nvptx/
H A Dtarget.c50 struct gomp_task_icv *icv = gomp_icv (true); local
51 icv->thread_limit_var
/netbsd-current/sys/net80211/
H A Dieee80211_crypto_wep.c309 uint8_t icv[IEEE80211_WEP_CRCLEN]; local
373 icv[0] = crc;
374 icv[1] = crc >> 8;
375 icv[2] = crc >> 16;
376 icv[3] = crc >> 24;
381 icv[k] ^= S[(S[i] + S[j]) & 0xff];
383 return m_append(m0, IEEE80211_WEP_CRCLEN, icv);
394 uint8_t icv[IEEE80211_WEP_CRCLEN]; local
459 icv[0] = crc;
460 icv[
[all...]
H A Dieee80211_crypto_tkip.c579 uint8_t icv[IEEE80211_WEP_CRCLEN])
626 icv[0] = crc;
627 icv[1] = crc >> 8;
628 icv[2] = crc >> 16;
629 icv[3] = crc >> 24;
634 icv[k] ^= S[(S[i] + S[j]) & 0xff];
643 u8 *pos, icv[4]; local
685 icv[0] = crc;
686 icv[1] = crc >> 8;
687 icv[
578 wep_encrypt(u8 *key, struct mbuf *m0, u_int off, size_t data_len, uint8_t icv[IEEE80211_WEP_CRCLEN]) argument
879 uint8_t icv[IEEE80211_WEP_CRCLEN]; local
[all...]
/netbsd-current/external/bsd/wpa/dist/src/pae/
H A Dieee802_1x_key.c180 size_t msg_bytes, u8 *icv)
185 res = omac1_aes_128(ick, msg, msg_bytes, icv);
187 res = omac1_aes_256(ick, msg, msg_bytes, icv);
179 ieee802_1x_icv_aes_cmac(const u8 *ick, size_t ick_bytes, const u8 *msg, size_t msg_bytes, u8 *icv) argument
H A Dieee802_1x_kay_i.h80 const u8 *msg, size_t msg_len, u8 *icv);
422 u8 icv[0]; member in struct:ieee802_1x_mka_icv_body
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dloop_ull.c177 struct gomp_task_icv *icv = gomp_icv (false); local
178 switch (icv->run_sched_var & ~GFS_MONOTONIC)
182 icv->run_sched_chunk_size,
186 icv->run_sched_chunk_size,
190 icv->run_sched_chunk_size,
221 struct gomp_task_icv *icv = gomp_icv (false); local
222 sched = icv->run_sched_var & ~GFS_MONOTONIC;
228 *chunk_size = icv->run_sched_chunk_size;
388 struct gomp_task_icv *icv = gomp_icv (false); local
389 switch (icv
572 struct gomp_task_icv *icv = gomp_icv (false); local
[all...]
H A Dteam.c314 struct gomp_task_icv *icv; local
330 icv = task ? &task->icv : &gomp_global_icv;
359 nthreads_var = icv->nthreads_var;
363 bind_var = icv->bind_var;
370 gomp_init_task (thr->task, task, icv);
372 team->implicit_task[0].icv.nthreads_var = nthreads_var;
373 team->implicit_task[0].icv.bind_var = bind_var;
645 gomp_init_task (nthr->task, task, icv);
646 team->implicit_task[i].icv
[all...]
H A DMakefile.am63 icv.c icv-device.c iter.c iter_ull.c loop.c loop_ull.c ordered.c \
H A Dtarget.c114 struct gomp_task_icv *icv = gomp_icv (false); local
115 device_id = icv->default_device_var;
2068 struct gomp_task_icv *icv = task ? &task->icv : &gomp_global_icv; local
2079 gomp_init_task (thr->task, NULL, icv);
2183 struct gomp_task_icv *icv = gomp_icv (false); local
2184 if (icv->target_data)
2193 tgt->prev = icv->target_data;
2194 icv->target_data = tgt;
2212 struct gomp_task_icv *icv local
2231 struct gomp_task_icv *icv = gomp_icv (true); local
2239 struct gomp_task_icv *icv = gomp_icv (false); local
2584 struct gomp_task_icv *icv = gomp_icv (true); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dloop_ull.c177 struct gomp_task_icv *icv = gomp_icv (false); local
178 switch (icv->run_sched_var & ~GFS_MONOTONIC)
182 icv->run_sched_chunk_size,
186 icv->run_sched_chunk_size,
190 icv->run_sched_chunk_size,
221 struct gomp_task_icv *icv = gomp_icv (false); local
222 sched = icv->run_sched_var & ~GFS_MONOTONIC;
228 *chunk_size = icv->run_sched_chunk_size;
391 struct gomp_task_icv *icv = gomp_icv (false); local
392 switch (icv
575 struct gomp_task_icv *icv = gomp_icv (false); local
[all...]
H A Dteam.c327 struct gomp_task_icv *icv; local
343 icv = task ? &task->icv : &gomp_global_icv;
372 nthreads_var = icv->nthreads_var;
376 bind_var = icv->bind_var;
383 gomp_init_task (thr->task, task, icv);
385 team->implicit_task[0].icv.nthreads_var = nthreads_var;
386 team->implicit_task[0].icv.bind_var = bind_var;
661 gomp_init_task (nthr->task, task, icv);
662 team->implicit_task[i].icv
[all...]
H A DMakefile.am63 icv.c icv-device.c iter.c iter_ull.c loop.c loop_ull.c ordered.c \
H A Dtarget.c131 struct gomp_task_icv *icv = gomp_icv (false); local
132 device_id = icv->default_device_var;
2643 struct gomp_task_icv *icv = task ? &task->icv : &gomp_global_icv; local
2654 gomp_init_task (thr->task, NULL, icv);
2768 struct gomp_task_icv *icv = gomp_icv (false); local
2775 if (icv->target_data)
2784 tgt->prev = icv->target_data;
2785 icv->target_data = tgt;
2803 struct gomp_task_icv *icv local
2822 struct gomp_task_icv *icv = gomp_icv (true); local
2830 struct gomp_task_icv *icv = gomp_icv (false); local
3248 struct gomp_task_icv *icv = gomp_icv (true); local
3264 struct gomp_task_icv *icv = gomp_icv (true); local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_des3.c319 unsigned char icv[8], iv[8], sha1tmp[SHA_DIGEST_LENGTH]; local
326 /* Decrypt first block which will end up as icv */
327 des_ede_cbc_cipher(ctx, icv, in, 8);
341 BUF_reverse(icv, NULL, 8);
346 des_ede_cbc_cipher(ctx, icv, icv, 8);
350 if (!CRYPTO_memcmp(sha1tmp, icv, 8))
352 OPENSSL_cleanse(icv, 8);
H A De_aes.c1127 } icv; member in struct:__anon202::__anon203::__anon205::__anon206
2018 ctx->aes.ccm.kmac_param.icv.g[0] = 0;
2019 ctx->aes.ccm.kmac_param.icv.g[1] = 0;
2033 ctx->aes.ccm.kmac_param.icv.b[i] ^= aad[i];
2035 s390x_km(ctx->aes.ccm.kmac_param.icv.b, 16,
2036 ctx->aes.ccm.kmac_param.icv.b, ctx->aes.ccm.fc,
2055 s390x_km(ctx->aes.ccm.nonce.b, 16, ctx->aes.ccm.kmac_param.icv.b,
2095 ctx->aes.ccm.kmac_param.icv.b[i] ^= in[len + i];
2097 s390x_km(ctx->aes.ccm.kmac_param.icv.b, 16,
2098 ctx->aes.ccm.kmac_param.icv
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_des3.c320 unsigned char icv[8], iv[8], sha1tmp[SHA_DIGEST_LENGTH]; local
327 /* Decrypt first block which will end up as icv */
328 des_ede_cbc_cipher(ctx, icv, in, 8);
342 BUF_reverse(icv, NULL, 8);
347 des_ede_cbc_cipher(ctx, icv, icv, 8);
349 && CRYPTO_memcmp(sha1tmp, icv, 8) == 0)
351 OPENSSL_cleanse(icv, 8);
H A De_aes.c924 } icv; member in struct:__anon44::__anon45::__anon47::__anon48
1750 ctx->aes.ccm.kmac_param.icv.g[0] = 0;
1751 ctx->aes.ccm.kmac_param.icv.g[1] = 0;
1765 ctx->aes.ccm.kmac_param.icv.b[i] ^= aad[i];
1767 s390x_km(ctx->aes.ccm.kmac_param.icv.b, 16,
1768 ctx->aes.ccm.kmac_param.icv.b, ctx->aes.ccm.fc,
1787 s390x_km(ctx->aes.ccm.nonce.b, 16, ctx->aes.ccm.kmac_param.icv.b,
1827 ctx->aes.ccm.kmac_param.icv.b[i] ^= in[len + i];
1829 s390x_km(ctx->aes.ccm.kmac_param.icv.b, 16,
1830 ctx->aes.ccm.kmac_param.icv
[all...]
/netbsd-current/external/bsd/bzip2/dist/
H A Dcompress.c363 register UInt16 icv; local
367 icv = mtfv[gs+(nn)]; \
368 cost01 += s->len_pack[icv][0]; \
369 cost23 += s->len_pack[icv][1]; \
370 cost45 += s->len_pack[icv][2]; \
392 UInt16 icv = mtfv[i]; local
393 for (t = 0; t < nGroups; t++) cost[t] += s->len[t][icv];
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
H A Dciphercommon_ccm.h23 } icv; member in struct:S390X_kmac_params_st
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dmodes.h165 size_t CRYPTO_128_wrap_pad(void *key, const unsigned char *icv,
168 size_t CRYPTO_128_unwrap_pad(void *key, const unsigned char *icv,
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dmodes.h176 size_t CRYPTO_128_wrap_pad(void *key, const unsigned char *icv,
179 size_t CRYPTO_128_unwrap_pad(void *key, const unsigned char *icv,
/netbsd-current/external/bsd/wpa/dist/src/eap_peer/
H A Deap_pax.c340 const u8 *icv, *pos; local
417 icv = pos + len - EAP_PAX_ICV_LEN;
418 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", icv, EAP_PAX_ICV_LEN);
428 if (os_memcmp_const(icv, icvbuf, EAP_PAX_ICV_LEN) != 0) {
/netbsd-current/external/bsd/wpa/dist/src/eap_server/
H A Deap_server_pax.c205 u8 icvbuf[EAP_PAX_ICV_LEN], *icv; local
280 icv = wpabuf_mhead_u8(respData) + mlen - EAP_PAX_ICV_LEN;
281 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", icv, EAP_PAX_ICV_LEN);
291 if (os_memcmp_const(icvbuf, icv, EAP_PAX_ICV_LEN) != 0) {
/netbsd-current/external/bsd/wpa/dist/src/eap_common/
H A Dikev2_common.c537 u8 *icv, *iv; local
594 icv = wpabuf_put(msg, integ_alg->hash_len);
602 wpabuf_len(msg) - integ_alg->hash_len, icv);
H A Deap_eke_common.c642 u8 icv[EAP_EKE_MAX_HASH_LEN]; local
661 prot_len - block_size - icv_len, icv) < 0)
663 if (os_memcmp_const(icv, prot + prot_len - icv_len, icv_len) != 0) {

Completed in 434 milliseconds

123