Searched refs:ivec (Results 76 - 100 of 119) sorted by relevance

12345

/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_camellia.c101 unsigned char *ivec);
104 unsigned char *ivec);
107 unsigned char *ivec);
110 unsigned char *ivec);
113 unsigned char *ivec);
116 unsigned char *ivec);
H A De_aes.c136 const AES_KEY *key, unsigned char *ivec, int enc);
141 unsigned char ivec[16], int enc);
144 const unsigned char ivec[16]);
155 const unsigned char ivec[AES_BLOCK_SIZE]);
216 const AES_KEY *key, unsigned char *ivec, int enc);
221 const void *key, const unsigned char *ivec);
239 const unsigned char ivec[16],
246 const unsigned char ivec[16],
253 const void *key, unsigned char ivec[16], u64 *Xi);
258 const void *key, unsigned char ivec[1
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dcrypto.c2149 const heim_octet_string *ivec, heim_octet_string *param)
2155 if (ivec == NULL)
2159 ivec, &size, ret);
2169 hx509_crypto crypto, heim_octet_string *ivec)
2172 if (ivec == NULL)
2175 ret = decode_CMSCBCParameter(param->data, param->length, ivec, NULL);
2188 const heim_octet_string *ivec, heim_octet_string *param)
2212 rc2params.iv = *ivec;
2224 hx509_crypto crypto, heim_octet_string *ivec)
2262 if (ivec)
2148 CMSCBCParam_get(hx509_context context, const hx509_crypto crypto, const heim_octet_string *ivec, heim_octet_string *param) argument
2168 CMSCBCParam_set(hx509_context context, const heim_octet_string *param, hx509_crypto crypto, heim_octet_string *ivec) argument
2187 CMSRC2CBCParam_get(hx509_context context, const hx509_crypto crypto, const heim_octet_string *ivec, heim_octet_string *param) argument
2223 CMSRC2CBCParam_set(hx509_context context, const heim_octet_string *param, hx509_crypto crypto, heim_octet_string *ivec) argument
2522 hx509_crypto_set_params(hx509_context context, hx509_crypto crypto, const heim_octet_string *param, heim_octet_string *ivec) argument
2531 hx509_crypto_get_params(hx509_context context, hx509_crypto crypto, const heim_octet_string *ivec, heim_octet_string *param) argument
2540 hx509_crypto_random_iv(hx509_crypto crypto, heim_octet_string *ivec) argument
2559 hx509_crypto_encrypt(hx509_crypto crypto, const void *data, const size_t length, const heim_octet_string *ivec, heim_octet_string **ciphertext) argument
2647 hx509_crypto_decrypt(hx509_crypto crypto, const void *data, const size_t length, heim_octet_string *ivec, heim_octet_string *clear) argument
[all...]
H A Dcms.c363 heim_octet_string ivec; local
371 memset(&ivec, 0, sizeof(ivec));
481 ret = hx509_crypto_set_params(context, crypto, params, &ivec);
500 ivec.length ? &ivec : NULL,
514 if (ivec.length)
515 der_free_octet_string(&ivec);
561 heim_octet_string ivec; local
568 memset(&ivec,
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Ddes_enc.c287 DES_cblock *ivec, int enc)
299 iv = &(*ivec)[0];
333 iv = &(*ivec)[0];
381 iv = &(*ivec)[0];
284 DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output, long length, DES_key_schedule *ks1, DES_key_schedule *ks2, DES_key_schedule *ks3, DES_cblock *ivec, int enc) argument
H A Dxcbc_enc.c129 DES_cblock *ivec, const_DES_cblock *inw,
147 iv = &(*ivec)[0];
177 iv = &(*ivec)[0];
209 iv = &(*ivec)[0];
127 DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, const_DES_cblock *inw, const_DES_cblock *outw, int enc) argument
H A Ddes_old.h346 _ossl_old_des_cblock *ivec);
350 _ossl_old_des_cblock *ivec, int enc);
354 _ossl_old_des_cblock *ivec, int enc);
358 _ossl_old_des_cblock *ivec,
364 _ossl_old_des_cblock *ivec, int enc);
383 _ossl_old_des_cblock *ivec, int enc);
389 _ossl_old_des_cblock *ivec, int *num,
396 _ossl_old_des_cblock *ivec, int *num);
417 _ossl_old_des_cblock *ivec);
421 _ossl_old_des_cblock *ivec, in
[all...]
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dverify_mic.c157 char ivec[8]; local
185 memset(ivec, 0, 8);
187 memcpy(ivec, p + 8, 8);
192 p, 8, &seq_data, ivec);
H A Dunwrap.c297 DES_cblock ivec; local
299 memcpy(&ivec, p + 8, 8);
304 &ivec);
H A Dwrap.c463 DES_cblock ivec; local
465 memcpy (&ivec, p + 8, 8);
470 &ivec);
/freebsd-11-stable/contrib/amd/amd/
H A Damfs_nfsx.c188 char **ivec; local
209 ivec = strsplit(pref, ',', '\'');
214 for (i = 0; ivec[i]; i++)
230 char *path = ivec[i + 1];
258 XFREE(ivec);
H A Damfs_generic.c87 static am_loc *amfs_lookup_one_location(am_node *new_mp, mntfs *mf, char *ivec,
249 amfs_lookup_one_location(am_node *new_mp, mntfs *mf, char *ivec, argument
268 p = ops_match(fs_opts, ivec, def_opts, new_mp->am_path,
314 plog(XLOG_MAP, "Map entry %s for %s did not match", ivec, new_mp->am_path);
/freebsd-11-stable/sys/kgssapi/krb5/
H A Dkcrypto_des3.c175 size_t skip, size_t len, void *ivec, int encdec)
188 if (ivec) {
189 bcopy(ivec, crd->crd_iv, 8);
216 size_t skip, size_t len, void *ivec, size_t ivlen)
219 des3_encrypt_1(ks, inout, skip, len, ivec, CRD_F_ENCRYPT);
224 size_t skip, size_t len, void *ivec, size_t ivlen)
227 des3_encrypt_1(ks, inout, skip, len, ivec, 0);
174 des3_encrypt_1(const struct krb5_key_state *ks, struct mbuf *inout, size_t skip, size_t len, void *ivec, int encdec) argument
215 des3_encrypt(const struct krb5_key_state *ks, struct mbuf *inout, size_t skip, size_t len, void *ivec, size_t ivlen) argument
223 des3_decrypt(const struct krb5_key_state *ks, struct mbuf *inout, size_t skip, size_t len, void *ivec, size_t ivlen) argument
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daesni-x86.pl89 $inout5="xmm7"; $ivec="xmm7";
112 { my ($p,$inout,$ivec)=@_; $inout=$inout0 if (!defined($inout));
117 &xorps ($ivec,$rndkey0) if (defined($ivec));
119 &xorps ($inout,$ivec) if (defined($ivec));
120 &xorps ($inout,$rndkey0) if (!defined($ivec));
642 # const char *ivec,char *cmac);
645 # does not update *ivec! Nor does it finalize CMAC value
661 &movdqu ($ivec,
[all...]
H A Daes-x86_64.pl1643 my $ivec="64(%rsp)"; # ivec[16]
1791 mov $s0,0(%rbp) # save ivec
1804 mov %rbp,$ivec
1816 mov $ivec,%rbp # load ivp
1827 mov %rbp,$ivec # update ivp
1848 mov %r10,0+$ivec
1849 mov %r11,8+$ivec
1863 xor 0+$ivec,$s0
1864 xor 4+$ivec,
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dcrypto.c818 void *ivec)
865 ret = (*et->encrypt)(context, dkey, p, block_sz, 1, usage, ivec);
884 void *ivec)
928 ret = (*et->encrypt)(context, &crypto->key, p, block_sz, 1, 0, ivec);
950 void *ivec)
969 ret = (*et->encrypt)(context, &crypto->key, tmp, sz, TRUE, usage, ivec);
987 void *ivec)
1029 ret = (*et->encrypt)(context, dkey, p, len, 0, usage, ivec);
1067 void *ivec)
1099 ret = (*et->encrypt)(context, &crypto->key, p, len, 0, 0, ivec);
812 encrypt_internal_derived(krb5_context context, krb5_crypto crypto, unsigned usage, const void *data, size_t len, krb5_data *result, void *ivec) argument
879 encrypt_internal(krb5_context context, krb5_crypto crypto, const void *data, size_t len, krb5_data *result, void *ivec) argument
944 encrypt_internal_special(krb5_context context, krb5_crypto crypto, int usage, const void *data, size_t len, krb5_data *result, void *ivec) argument
981 decrypt_internal_derived(krb5_context context, krb5_crypto crypto, unsigned usage, void *data, size_t len, krb5_data *result, void *ivec) argument
1062 decrypt_internal(krb5_context context, krb5_crypto crypto, void *data, size_t len, krb5_data *result, void *ivec) argument
1130 decrypt_internal_special(krb5_context context, krb5_crypto crypto, int usage, void *data, size_t len, krb5_data *result, void *ivec) argument
1214 krb5_encrypt_iov_ivec(krb5_context context, krb5_crypto crypto, unsigned usage, krb5_crypto_iov *data, int num_data, void *ivec) argument
1407 krb5_decrypt_iov_ivec(krb5_context context, krb5_crypto crypto, unsigned usage, krb5_crypto_iov *data, unsigned int num_data, void *ivec) argument
1749 krb5_encrypt_ivec(krb5_context context, krb5_crypto crypto, unsigned usage, const void *data, size_t len, krb5_data *result, void *ivec) argument
1797 krb5_decrypt_ivec(krb5_context context, krb5_crypto crypto, unsigned usage, void *data, size_t len, krb5_data *result, void *ivec) argument
[all...]
H A Dcrypto.h118 void *ivec);
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_isr.c366 qla_ivec_t *ivec = arg; local
372 ha = ivec->ha;
373 cq_idx = ivec->cq_idx;
/freebsd-11-stable/lib/libc/rpc/
H A Dauth_des.c279 des_block ivec; local
306 ivec.key.high = ivec.key.low = 0;
309 DES_ENCRYPT | DES_HW, (char *)&ivec);
H A Dsvc_auth_des.c123 des_block ivec; local
211 ivec.key.high = ivec.key.low = 0;
214 (char *)&ivec);
/freebsd-11-stable/contrib/gdb/gdb/
H A Df-exp.y148 int *ivec;
607 $<ivec>$[0] = 1; /* Number of types in vector */
611 { int len = sizeof (struct type *) * (++($<ivec>1[0]) + 1);
613 $$[$<ivec>$[0]] = $3;
H A Dc-exp.y147 int *ivec;
992 $<ivec>$[0] = 1; /* Number of types in vector */
996 { int len = sizeof (struct type *) * (++($<ivec>1[0]) + 1);
998 $$[$<ivec>$[0]] = $3;
H A Dobjc-exp.y148 int *ivec;
958 $<ivec>$[0] = 1; /* Number of types in vector. */
962 { int len = sizeof (struct type *) * (++($<ivec>1[0]) + 1);
964 $$[$<ivec>$[0]] = $3;
/freebsd-11-stable/sys/crypto/aesni/
H A Daesni_ghash.c272 const unsigned char *addt, const unsigned char *ivec,
293 Y = _mm_loadu_si128((__m128i*)ivec);
322 tmp1 = _mm_loadu_si128(&((__m128i*)ivec)[i]);
329 ((unsigned char*)&last_block)[j] = ivec[i*16+j];
530 const unsigned char *addt, const unsigned char *ivec,
551 Y = _mm_loadu_si128((__m128i*)ivec);
580 tmp1 = _mm_loadu_si128(&((__m128i*)ivec)[i]);
587 ((unsigned char*)&last_block)[j] = ivec[i*16+j];
271 AES_GCM_encrypt(const unsigned char *in, unsigned char *out, const unsigned char *addt, const unsigned char *ivec, unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, const unsigned char *key, int nr) argument
529 AES_GCM_decrypt(const unsigned char *in, unsigned char *out, const unsigned char *addt, const unsigned char *ivec, const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, const unsigned char *key, int nr) argument
/freebsd-11-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl817 my $ivec=&DWP(44,"esp"); #ivec[16]
818 my $_tmp=&DWP(44,"esp"); #volatile variable [yes, aliases with ivec]
938 &mov (&DWP(0,$idx),$s0); # save ivec
1046 &lea ($key,$ivec);
1060 &lea ($key,$ivec);
1098 &lea ($idx,$ivec);
1124 &lea ($idx eq "esi" ? $idx : "",$ivec);

Completed in 304 milliseconds

12345