Searched refs:iv (Results 201 - 225 of 281) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssh/
H A Dkex.h115 u_char *iv; member in struct:sshenc
H A Dkex.c567 if (newkeys->enc.iv) {
568 explicit_bzero(newkeys->enc.iv, newkeys->enc.iv_len);
569 free(newkeys->enc.iv);
570 newkeys->enc.iv = NULL;
663 enc->iv = NULL;
967 kex->newkeys[mode]->enc.iv = keys[ctos ? 0 : 1];
/freebsd-11-stable/sys/mips/nlm/dev/sec/
H A Dnlmseclib.c106 cmd->iv, cmd->ivlen);
108 cmd->iv, cmd->ivlen);
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_emitter_utils.c455 ucl_utstring_append_int (obj->value.iv, buf);
465 if (obj->value.iv) {
H A Ducl_internal.h378 obj->value.iv = val;
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_sake_common.c105 attr->iv = data;
143 if (attr->iv && !attr->encr_data) {
/freebsd-11-stable/sys/opencrypto/
H A Dcryptodev.h247 c_caddr_t iv; member in struct:crypt_op
262 c_caddr_t iv; member in struct:crypt_aead
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_enc.c228 unsigned char *ms, *key, *iv, *er1, *er2; local
343 iv = &(p[n]);
353 iv = &(p[n]);
368 * In here I set both the read and write key/iv to the same value
389 iv = &(exp_iv[0]);
396 if (!EVP_CipherInit_ex(dd, c, NULL, key, iv, (which & SSL3_CC_WRITE)))
411 iv, k, s, s->msg_callback_arg);
/freebsd-11-stable/contrib/gcc/
H A Dgenattrtab.c2768 struct attr_value_list *iv; local
2782 iv = ivbuf = XNEWVEC (struct attr_value_list, num_insn_ents);
2789 iv->attr = attr;
2790 iv->av = av;
2791 iv->ie = ie;
2792 iv->next = insn_code_values[ie->def->insn_code];
2793 insn_code_values[ie->def->insn_code] = iv;
2794 iv++;
2798 gcc_assert (iv == ivbuf + num_insn_ents);
2805 for (iv
[all...]
/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c3164 uint8_t mode, wcid, iv[8]; local
3221 iv[0] = val;
3222 iv[1] = val >> 8;
3223 iv[2] = val >> 16;
3224 iv[3] = k->k_id << 6;
3225 iv[4] = iv[5] = iv[6] = iv[7] = 0;
3228 iv[
[all...]
H A Drt2560reg.h227 uint32_t iv; member in struct:rt2560_tx_desc
254 uint32_t iv; member in struct:rt2560_rx_desc
H A Drt2661reg.h243 uint32_t iv; member in struct:rt2661_tx_desc
275 uint32_t iv; member in struct:rt2661_rx_desc
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c374 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) argument
382 ret = wc_AesSetKey(&aes, key, 16, iv, AES_ENCRYPTION);
393 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) argument
401 ret = wc_AesSetKey(&aes, key, 16, iv, AES_DECRYPTION);
483 const u8 *iv, const u8 *key,
512 if (wc_AesSetKey(&ctx->enc.aes, key, key_len, iv,
514 wc_AesSetKey(&ctx->dec.aes, key, key_len, iv,
524 wc_Des3_SetKey(&ctx->enc.des3, key, iv, DES_ENCRYPTION) ||
525 wc_Des3_SetKey(&ctx->dec.des3, key, iv, DES_DECRYPTION)) {
482 crypto_cipher_init(enum crypto_cipher_alg alg, const u8 *iv, const u8 *key, size_t key_len) argument
H A Dcrypto_gnutls.c403 const u8 *iv, const u8 *key,
469 if (gcry_cipher_setiv(ctx->enc, iv, ivlen) != GPG_ERR_NO_ERROR ||
470 gcry_cipher_setiv(ctx->dec, iv, ivlen) != GPG_ERR_NO_ERROR) {
402 crypto_cipher_init(enum crypto_cipher_alg alg, const u8 *iv, const u8 *key, size_t key_len) argument
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c571 struct iovec iv[(NFS_MAXPATHLEN+MLEN-1)/MLEN]; local
572 struct iovec *ivp = iv;
600 uiop->uio_iov = iv;
636 struct iovec *iv; local
662 MALLOC(iv, struct iovec *, i * sizeof (struct iovec),
664 uiop->uio_iov = iv2 = iv;
673 iv->iov_base = mtod(m, caddr_t) + m->m_len;
674 iv->iov_len = siz;
677 iv++;
725 struct iovec *iv; local
1580 struct iovec iv; local
1830 struct iovec iv; local
[all...]
/freebsd-11-stable/tools/tools/net80211/w00t/redir/
H A Dredir.c79 char iv[3]; member in struct:params
110 rd = read(fd, p->iv, 3);
287 memcpy(ptr, p->iv, 3);
/freebsd-11-stable/sys/dev/uart/
H A Duart_dev_z8530.c429 uint8_t bes, ip, iv, src; local
440 iv = uart_getmreg(bas, RR_IV) & 0x0E;
441 switch (iv) {
/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c97 const unsigned char *iv, int enc);
435 cryp.iv = (caddr_t) ctx->iv;
441 cryp.iv = NULL;
456 memcpy(ctx->iv, iiv, ctx->cipher->iv_len);
463 const unsigned char *iv, int enc)
462 cryptodev_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
H A Deng_openssl.c244 const unsigned char *iv, int enc)
243 test_rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
/freebsd-11-stable/contrib/unbound/util/
H A Dnet_help.c95 * @param iv: up to EVP_MAX_IV_LENGTH.
105 unsigned char* iv, EVP_CIPHER_CTX *evp_ctx,
1463 unsigned char* iv, EVP_CIPHER_CTX *evp_sctx, variable
1488 if (RAND_bytes(iv, evp_cipher_length) != 1) {
1492 if (EVP_EncryptInit_ex(evp_sctx, cipher, NULL, ticket_keys->aes_key, iv) != 1) {
1550 if (EVP_DecryptInit_ex(evp_sctx, cipher, NULL, key->aes_key, iv) != 1) {
1560 (void)iv;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Diapp.c152 u8 iv[8]; member in struct:iapp_send_security_block
160 u8 iv[8]; member in struct:iapp_ack_security_block
/freebsd-11-stable/sys/kern/
H A Dvfs_mount.c1642 quad_t iv; local
1652 iv = strtoq(opt_value, &vtp, 0);
1655 if (iv < 0)
1660 iv *= 1024;
1663 iv *= 1024;
1666 iv *= 1024;
1669 iv *= 1024;
1675 *value = iv;
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-802_11.c398 #define IV_IV(iv) ((iv) & 0xFFFFFF)
399 #define IV_PAD(iv) (((iv) >> 24) & 0x3F)
400 #define IV_KEYID(iv) (((iv) >> 30) & 0x03)
985 uint32_t iv; local
989 iv = EXTRACT_LE_32BITS(p);
991 ND_PRINT((ndo, " IV:%3x Pad %x KeyID %x", IV_IV(iv), IV_PAD(iv),
[all...]
/freebsd-11-stable/tools/tools/net80211/stumbler/
H A Dstumbler.c715 unsigned char* iv; local
719 iv = body;
720 iv += 3;
723 if (*iv & (1 << 1)) {
/freebsd-11-stable/sys/dev/hifn/
H A Dhifn7751var.h273 u_int8_t iv[HIFN_MAX_IV_LENGTH], *ck, mac[HIFN_MAC_KEY_LENGTH]; member in struct:hifn_command

Completed in 356 milliseconds

1234567891011>>