Searched refs:iv (Results 226 - 250 of 268) sorted by relevance

1234567891011

/freebsd-11.0-release/contrib/wpa/src/eap_peer/
H A Deap_sim.c792 attr->encr_data_len, attr->iv,
826 if (attr->encr_data == NULL || attr->iv == NULL) {
833 attr->encr_data_len, attr->iv, &eattr,
942 if (attr->encr_data == NULL || attr->iv == NULL) {
950 attr->encr_data_len, attr->iv, &eattr,
/freebsd-11.0-release/crypto/openssl/ssl/
H A Ds3_srvr.c2442 unsigned char iv[EVP_MAX_IV_LENGTH]; local
2539 memset(iv, 0, sizeof iv); /* per RFC 1510 */
2541 if (!EVP_DecryptInit_ex(&ciph_ctx, enc, NULL, kssl_ctx->key, iv)) {
3400 unsigned char iv[EVP_MAX_IV_LENGTH]; local
3451 * 16 (key name) + max_iv_len (iv length) +
3466 if (tctx->tlsext_ticket_key_cb(s, key_name, iv, &ctx,
3470 if (RAND_bytes(iv, 16) <= 0)
3473 tctx->tlsext_tick_aes_key, iv))
3495 memcpy(p, iv, EVP_CIPHER_CTX_iv_lengt
[all...]
H A Dkssl.c2023 unsigned char iv[EVP_MAX_IV_LENGTH]; local
2085 memset(iv, 0, sizeof iv); /* per RFC 1510 */
2096 if (!EVP_CipherInit(&ciph_ctx, enc, kssl_ctx->key, iv, 0)) {
/freebsd-11.0-release/contrib/gcc/
H A Dloop-unroll.c1647 struct rtx_iv iv; local
1664 ok = iv_analyze_result (insn, dest, &iv);
1677 if (iv.step == const0_rtx
1678 || iv.mode != iv.extend_mode)
1685 ivts->step = iv.step;
2115 /* Apply splitting iv optimization. */
/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Dcrypto_libtomcrypt.c298 const u8 *iv, const u8 *key,
338 res = cbc_start(idx, iv, key, key_len, 0, &ctx->u.cbc);
297 crypto_cipher_init(enum crypto_cipher_alg alg, const u8 *iv, const u8 *key, size_t key_len) argument
/freebsd-11.0-release/contrib/libucl/include/
H A Ducl.h220 int64_t iv; /**< Int value of an object */ member in union:ucl_object_s::__anon2134
356 * @param iv number
359 UCL_EXTERN ucl_object_t* ucl_object_fromint (int64_t iv) UCL_WARN_UNUSED_RESULT;
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c217 uint8_t *iv; member in struct:zip
1468 free(zip->iv);
1469 zip->iv = NULL;
1474 if (zip->iv == NULL) {
1475 zip->iv = malloc(zip->iv_size);
1476 if (zip->iv == NULL)
1479 memcpy(zip->iv, p, zip->iv_size);
1958 free(zip->iv);
/freebsd-11.0-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c330 unsigned char iv[EVP_MAX_IV_LENGTH]; local
343 if (RAND_bytes(iv, ivlen) <= 0)
349 if (EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, 1) <= 0)
527 unsigned char iv[EVP_MAX_IV_LENGTH];
/freebsd-11.0-release/contrib/libucl/tests/
H A Dtest_generate.c304 ref->value.iv = 100500;
/freebsd-11.0-release/sys/dev/glxsb/
H A Dglxsb.c651 uint32_t pdst, void *key, int len, void *iv)
672 if (iv != NULL) {
673 bus_write_region_4(sc->sc_sr, SB_CBC_IV, iv, 4);
650 glxsb_aes(struct glxsb_softc *sc, uint32_t control, uint32_t psrc, uint32_t pdst, void *key, int len, void *iv) argument
/freebsd-11.0-release/sys/dev/usb/storage/
H A Dumass.c1004 int iv; local
1006 iv = umass_throttle;
1008 if (iv < 1)
1009 iv = 1;
1010 else if (iv > 8000)
1011 iv = 8000;
1015 usbd_xfer_set_interval(sc->sc_xfer[x], iv);
/freebsd-11.0-release/sys/dev/bwn/
H A Dif_bwn.c4290 #define GET_NEXTIV16(iv) \
4291 ((const struct bwn_fwinitvals *)((const uint8_t *)(iv) + \
4293 #define GET_NEXTIV32(iv) \
4294 ((const struct bwn_fwinitvals *)((const uint8_t *)(iv) + \
4297 const struct bwn_fwinitvals *iv; local
4304 iv = ivals;
4306 if (array_size < sizeof(iv->offset_size))
4308 array_size -= sizeof(iv->offset_size);
4309 offset = be16toh(iv->offset_size);
4315 if (array_size < sizeof(iv
[all...]
/freebsd-11.0-release/sys/dev/usb/wlan/
H A Dif_run.c2239 uint8_t mode, wcid, iv[8]; local
2300 memset(iv, 0, sizeof iv);
2301 iv[3] = vap->iv_def_txkey << 6;
2304 iv[0] = k->wk_keytsc >> 8;
2305 iv[1] = (iv[0] | 0x20) & 0x7f;
2306 iv[2] = k->wk_keytsc;
2308 iv[0] = k->wk_keytsc;
2309 iv[
[all...]
/freebsd-11.0-release/crypto/openssh/
H A Dpacket.c976 explicit_bzero(enc->iv, enc->iv_len);
980 free(enc->iv);
1001 enc->iv, enc->iv_len, crypt_type)) != 0)
1009 /* explicit_bzero(enc->iv, enc->block_size);
2473 if ((r = cipher_get_keyiv(cc, enc->iv, enc->iv_len)) != 0)
2483 (r = sshbuf_put_string(b, enc->iv, enc->iv_len)) != 0)
2592 (r = sshbuf_get_string(b, &enc->iv, &ivlen)) != 0)
/freebsd-11.0-release/contrib/wpa/src/eap_server/
H A Deap_server_aka.c859 if (attr->mac || attr->iv || attr->encr_data) {
1065 if (attr->encr_data == NULL || attr->iv == NULL) {
1072 attr->encr_data_len, attr->iv, &eattr,
H A Deap_server_sim.c619 if (attr->encr_data == NULL || attr->iv == NULL) {
626 attr->encr_data_len, attr->iv, &eattr,
/freebsd-11.0-release/gnu/usr.bin/cc/cc_int/
H A DMakefile45 dwarf2asm.o dwarf2out.o emit-rtl.o except.o explow.o loop-iv.o \
/freebsd-11.0-release/sys/dev/iwi/
H A Dif_iwireg.h348 uint32_t iv; member in struct:iwi_tx_desc
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_parse.c4893 const char **iv; local
4895 iv = taipinit;
4896 while (*iv)
4898 int rtc = (int) write(parse->generic->io.fd, *iv, strlen(*iv));
4906 if (rtc != (int)strlen(*iv))
4909 CLK_UNIT(parse->peer), rtc, (int)strlen(*iv));
4913 iv++;
5022 int iv; member in union:uval
/freebsd-11.0-release/sys/dev/safe/
H A Dsafe.c854 caddr_t iv; local
1001 iv = enccrd->crd_iv;
1003 iv = (caddr_t) ses->ses_iv;
1006 enccrd->crd_inject, ivsize, iv);
1008 bcopy(iv, re->re_sastate.sa_saved_iv, ivsize);
2168 printf("sr: iv %x %x %x %x\n"
/freebsd-11.0-release/contrib/mdocml/
H A Droff.c2637 int iv; local
2653 if (roff_evalnum(r, ln, val, NULL, &iv, ROFFNUM_SCALE))
2654 roff_setreg(r, key, iv, sign);
2710 int iv; local
2714 if ( ! roff_evalnum(r, ln, buf->buf, &pos, &iv, 0)) {
2729 roffit_lines = iv;
2730 roffit_macro = mandoc_strdup(iv != 1 ||
/freebsd-11.0-release/crypto/openssl/crypto/pem/
H A Dpem.h162 /* char iv[8]; unused and wrong size */
178 unsigned char iv[8]; */
199 unsigned char iv[8]; */
434 unsigned char *iv, EVP_PKEY **pubk, int npubk);
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-pip.h526 pip_crc_ivx.s.iv = initialization_vector;
/freebsd-11.0-release/crypto/openssl/
H A Dconfig484 (cc) 2>&1 | grep -iv "not found" > /dev/null && CC=cc
/freebsd-11.0-release/sys/dev/hifn/
H A Dhifn7751.c1648 bcopy(cmd->iv, buf_pos, ivlen);
2568 bcopy(enccrd->crd_iv, cmd->iv, ivlen);
2571 cmd->iv, ivlen);
2577 ivlen, cmd->iv);
2581 bcopy(enccrd->crd_iv, cmd->iv, ivlen);
2585 ivlen, cmd->iv);

Completed in 441 milliseconds

1234567891011