Searched refs:iv (Results 101 - 125 of 153) sorted by relevance

1234567

/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DExacct.xs113 SV *iv, *ref;
115 iv = newSVuv(cat);
116 ref = newRV_noinc(iv);
118 SvREADONLY_on(iv);
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Ds3_enc.c196 unsigned char *ms,*key,*iv,*er1,*er2; local
296 iv= &(p[ n]); n+=k+k;
305 iv= &(p[ n]); n+=k;
320 /* In here I set both the read and write key/iv to the
336 iv= &(exp_iv[0]);
342 EVP_CipherInit_ex(dd,c,NULL,key,iv,(which & SSL3_CC_WRITE));
H A Dd1_enc.c211 for (i=0; i<ds->cipher->iv_len; i++) printf("%02X", ds->iv[i]);
H A Dd1_clnt.c787 unsigned char iv[EVP_MAX_IV_LENGTH]; local
877 ** EVP_EncryptInit_ex(&ciph_ctx,NULL, key,iv);
880 memset(iv, 0, sizeof iv); /* per RFC 1510 */
882 kssl_ctx->key,iv);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs1868 IV iv;
1948 iv = SvIV(sv);
1950 * Will come here from below with iv set if double is an integer.
1956 /* Need to do this out here, else 0xFFFFFFFF becomes iv of -1
1970 if (iv >= -128 && iv <= 127) {
1971 unsigned char siv = (unsigned char) (iv + 128); /* [0,255] */
1989 (iv > 0x7FFFFFFF) || (iv < -0x80000000)) {
1991 TRACEME(("large network order integer as string, value = %"IVdf, iv));
[all...]
/opensolaris-onvv-gate/usr/src/common/crypto/fips/
H A Dfips_aes_util.c183 fips_aes_build_context(uint8_t *key, int key_len, uint8_t *iv, argument
186 fips_aes_build_context(uint8_t *key, int key_len, uint8_t *iv,
230 (void) memcpy(soft_aes_ctx->ivec, iv, AES_BLOCK_LEN);
241 (void) memcpy(pp.cb, iv, AES_BLOCK_LEN);
252 soft_aes_ctx->keysched_len, iv,
259 soft_aes_ctx->keysched_len, iv);
265 soft_aes_ctx->keysched_len, iv);
/opensolaris-onvv-gate/usr/src/lib/crypt_modules/bsdbf/
H A Dblowfish.c622 blf_cbc_encrypt(blf_ctx *c, uint8_t *iv, uint8_t *data, uint32_t len) argument
630 data[j] ^= iv[j];
642 iv = data;
653 uint8_t *iv; local
656 iv = data + len - 16;
671 data[j] ^= iv[j];
672 iv -= 8;
/opensolaris-onvv-gate/usr/src/uts/sun4/os/
H A Dintr.c344 intr_vec_t *iv, *next, *prev; local
355 iv = (intr_vec_t *)inum;
361 if (next == iv)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/etc/
H A Dservices128 kerberos-iv 750/udp # Kerberos V4 key server
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/terminfo/
H A Dmicroterm29 microterm|act4|microterm act iv,
41 # The default mime is assumed to be in enhanced act iv mode.
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/engine/
H A Deng_cryptodev.c88 const unsigned char *iv, int enc);
399 cryp.iv = (caddr_t) ctx->iv;
405 cryp.iv = NULL;
419 memcpy(ctx->iv, iiv, ctx->cipher->iv_len);
426 const unsigned char *iv, int enc)
425 cryptodev_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
H A Deng_openssl.c230 const unsigned char *iv, int enc)
229 test_rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
/opensolaris-onvv-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c1173 decrypt_wanbootfs(caddr_t addr, cbc_handle_t *ch, uint8_t *iv, argument
1176 if (!cbc_decrypt(ch, (uint8_t *)addr, wanbootfs_size, iv)) {
1222 /* iv[] must be sized to store the largest possible encryption block */
1223 uint8_t iv[WANBOOT_MAXBLOCKLEN]; local
1302 * If encrypted, then read the iv.
1305 if (read_bytes(handle, (char *)iv, block_size) != 0) {
1307 "%s: error reading hash iv", WANBOOTFS);
1312 HMACUpdate(&sha, (uchar_t *)iv, block_size);
1344 ret = decrypt_wanbootfs(bootfs_vaddr, &ch, iv, wanbootfs_size);
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dspeed.c557 unsigned char iv[MAX_BLOCK_SIZE/8]; local
773 memset(iv,0,sizeof(iv));
1712 iv,AES_ENCRYPT);
1726 iv,AES_ENCRYPT);
1740 iv,AES_ENCRYPT);
1757 iv,IDEA_ENCRYPT);
1773 iv,RC2_ENCRYPT);
1789 iv,RC5_ENCRYPT);
1805 iv,BF_ENCRYP
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.c911 IV iv = SvIVX(TOPm1s); local
912 if (iv >= 0) {
913 baseuv = iv;
916 baseuv = -iv; /* abs, baseuok == false records sign */
926 IV iv = SvIVX(TOPs); local
927 if (iv >= 0) {
928 power = iv;
1976 IV iv; local
1981 /* swap. top of stack (b) is the iv */
1982 iv
2784 IV iv = TOPi; /* attempt to convert to IV if possible. */ local
2824 IV iv = TOPi; local
[all...]
H A Dsv.c1281 IV iv = 0; local
1301 iv = 0;
1310 iv = SvIVX(sv);
1325 iv = I_V(nv);
1337 iv = PTR2IV(pv);
1347 iv = 0;
1361 iv = SvIVX(sv);
1371 iv = SvIVX(sv);
1381 iv = SvIVX(sv);
1396 SvIVX(sv) = iv;
2903 uiv_2buf(char *buf, IV iv, UV uv, int is_uv, char **peob) argument
4126 IV iv = len; local
7783 Perl_sv_setref_iv(pTHX_ SV *rv, const char *classname, IV iv) argument
7785 sv_setiv(newSVrv(rv,classname), iv); local
8035 Perl_sv_setpviv(pTHX_ SV *sv, IV iv) argument
8053 Perl_sv_setpviv_mg(pTHX_ SV *sv, IV iv) argument
8446 IV iv = 0; local
10342 IV iv; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ral/
H A Drt2560_reg.h240 uint32_t iv; member in struct:rt2560_tx_desc
269 uint32_t iv; member in struct:rt2560_rx_desc
/opensolaris-onvv-gate/usr/src/uts/common/io/rwd/
H A Drt2661_reg.h253 uint32_t iv; member in struct:rt2661_tx_desc
287 uint32_t iv; member in struct:rt2661_rx_desc
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DScript.pm234 iv:ivl:610:Indus Valley
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dpk7_doit.c205 unsigned char iv[EVP_MAX_IV_LENGTH]; local
220 if (ivlen > 0) RAND_pseudo_bytes(iv,ivlen);
225 if (EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, 1) <= 0)
411 unsigned char iv[EVP_MAX_IV_LENGTH];
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dlofi.c533 char *iv; local
544 /* lsp->ls_mech.cm_param{_len} has already been set for static iv */
556 iv = kmem_zalloc(iv_len, KM_SLEEP);
559 iv = lsp->ls_mech.cm_param;
560 bzero(iv, iv_len);
565 /* iv is not static, lblkno changes each time */
576 * write blkno into the iv buffer padded on the left in case
578 * or a variation other than blkno is used for the iv data
581 bcopy(data, iv + (iv_len - min), min);
584 SETUP_C_DATA(cdata, iv, iv_le
[all...]
/opensolaris-onvv-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h1470 CK_BYTE iv[8]; /* IV for CBC mode */ member in struct:CK_RC2_CBC_PARAMS
1535 CK_BYTE iv[8]; member in struct:CK_DES_CBC_ENCRYPT_DATA_PARAMS
1543 CK_BYTE iv[16]; member in struct:CK_AES_CBC_ENCRYPT_DATA_PARAMS
1869 CK_BYTE iv[16]; member in struct:CK_CAMELLIA_CBC_ENCRYPT_DATA_PARAMS
1878 CK_BYTE iv[16]; member in struct:CK_ARIA_CBC_ENCRYPT_DATA_PARAMS
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs802 int_macro_int(sv, iv)
810 IV iv;
812 /* Change this to int_macro_int(s, len, &iv, &nv);
814 type = int_macro_int(s, len, &iv);
832 PUSHi(iv);
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dkex.c366 enc->iv = NULL;
679 current_keys[mode]->enc.iv = keys[ctos ? 0 : 1];
/opensolaris-onvv-gate/usr/src/cmd/ssh/sshd/
H A Daltprivsep.c489 enc->iv = altprivsep_packet_get_string(&enc->block_size);
647 packet_put_string(enc->iv, enc->block_size);

Completed in 368 milliseconds

1234567