Home
last modified time | relevance | path

Searched refs:aiv (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/crypto/modes/
Dwrap128.c198 unsigned char aiv[8]; in CRYPTO_128_wrap_pad() local
207 memcpy(aiv, default_aiv, 4); in CRYPTO_128_wrap_pad()
209 memcpy(aiv, icv, 4); /* Standard doesn't mention this. */ in CRYPTO_128_wrap_pad()
211 aiv[4] = (inlen >> 24) & 0xFF; in CRYPTO_128_wrap_pad()
212 aiv[5] = (inlen >> 16) & 0xFF; in CRYPTO_128_wrap_pad()
213 aiv[6] = (inlen >> 8) & 0xFF; in CRYPTO_128_wrap_pad()
214 aiv[7] = inlen & 0xFF; in CRYPTO_128_wrap_pad()
223 memcpy(out, aiv, 8); in CRYPTO_128_wrap_pad()
230 ret = CRYPTO_128_wrap(key, aiv, out, out, padded_len, block); in CRYPTO_128_wrap_pad()
262 unsigned char aiv[8]; in CRYPTO_128_unwrap_pad() local
[all …]
/third_party/cmsis/CMSIS/DSP/Source/InterpolationFunctions/
Darm_spline_interp_f32.c169 float32x4_t aiv; in arm_spline_f32() local
187 aiv = vdupq_n_f32(y[i]); in arm_spline_f32()
203 yv = aiv; in arm_spline_f32()
247 yv = aiv; in arm_spline_f32()
/third_party/openssl/crypto/asn1/
Dp5_pbev2.c42 unsigned char *aiv, int prf_nid)
68 if (aiv)
69 memcpy(iv, aiv, EVP_CIPHER_iv_length(cipher));
Dp5_scrypt.c41 unsigned char *aiv, uint64_t N, uint64_t r, in PKCS5_pbe2_set_scrypt() argument
83 if (aiv) in PKCS5_pbe2_set_scrypt()
84 memcpy(iv, aiv, EVP_CIPHER_iv_length(cipher)); in PKCS5_pbe2_set_scrypt()
/third_party/openssl/engines/
De_afalg.c338 struct af_alg_iv *aiv; in afalg_set_iv_sk() local
343 aiv = (struct af_alg_iv *)CMSG_DATA(cmsg); in afalg_set_iv_sk()
344 aiv->ivlen = len; in afalg_set_iv_sk()
345 memcpy(aiv->iv, iv, len); in afalg_set_iv_sk()
/third_party/openssl/include/openssl/
Dx509.h998 unsigned char *aiv, int prf_nid);
1003 unsigned char *aiv, uint64_t N, uint64_t r,
/third_party/ffmpeg/tests/fate/
Dvcodec.mak215 fate-vsynth%-h263p: ENCOPTS = -qscale 2 -flags +aic -umv 1 -aiv 1 -ps 300