Home
last modified time | relevance | path

Searched refs:Yi (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dgcm128.c830 memcpy(ctx->Yi.c, iv, 12);
831 ctx->Yi.c[12] = 0;
832 ctx->Yi.c[13] = 0;
833 ctx->Yi.c[14] = 0;
834 ctx->Yi.c[15] = 1;
840 /* Borrow ctx->Xi to calculate initial Yi */
885 /* Copy borrowed Xi to Yi */
886 ctx->Yi.u[0] = ctx->Xi.u[0];
887 ctx->Yi.u[1] = ctx->Xi.u[1];
893 (*ctx->block) (ctx->Yi
[all...]
/third_party/openssl/crypto/modes/
H A Dgcm128.c830 memcpy(ctx->Yi.c, iv, 12);
831 ctx->Yi.c[12] = 0;
832 ctx->Yi.c[13] = 0;
833 ctx->Yi.c[14] = 0;
834 ctx->Yi.c[15] = 1;
840 /* Borrow ctx->Xi to calculate initial Yi */
885 /* Copy borrowed Xi to Yi */
886 ctx->Yi.u[0] = ctx->Xi.u[0];
887 ctx->Yi.u[1] = ctx->Xi.u[1];
893 (*ctx->block) (ctx->Yi
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Drsaz-avx2.pl861 my $Yi="%ymm11";
1023 vmovd %eax, $Yi
1026 vpbroadcastq $Yi, $Yi
1058 vpmuludq 32*1-128($np),$Yi,$TEMP2
1061 vpmuludq 32*2-128($np),$Yi,$TEMP0
1063 vpmuludq 32*3-128($np),$Yi,$TEMP1
1065 vpmuludq 32*4-128($np),$Yi,$TEMP2
1067 vpmuludq 32*5-128($np),$Yi,$TEMP0
1069 vpmuludq 32*6-128($np),$Yi,
[all...]
H A Drsaz-avx512.pl127 my $Yi = "%ymm4";
130 # We can reuse Bi, Yi registers here.
132 my $mask52x4 = $Yi;
156 vpbroadcastq %r13, $Yi # broadcast y[i]
172 vpmadd52luq `$_data_offset+64*0`($m), $Yi, $_R0
173 vpmadd52luq `$_data_offset+64*0+32`($m), $Yi, $_R0h
174 vpmadd52luq `$_data_offset+64*1`($m), $Yi, $_R1
175 vpmadd52luq `$_data_offset+64*1+32`($m), $Yi, $_R1h
176 vpmadd52luq `$_data_offset+64*2`($m), $Yi, $_R2
194 vpmadd52huq `$_data_offset+64*0`($m), $Yi,
[all...]
/third_party/openssl/crypto/bn/asm/
H A Drsaz-avx2.pl861 my $Yi="%ymm11";
1023 vmovd %eax, $Yi
1026 vpbroadcastq $Yi, $Yi
1058 vpmuludq 32*1-128($np),$Yi,$TEMP2
1061 vpmuludq 32*2-128($np),$Yi,$TEMP0
1063 vpmuludq 32*3-128($np),$Yi,$TEMP1
1065 vpmuludq 32*4-128($np),$Yi,$TEMP2
1067 vpmuludq 32*5-128($np),$Yi,$TEMP0
1069 vpmuludq 32*6-128($np),$Yi,
[all...]
H A Drsaz-avx512.pl127 my $Yi = "%ymm4";
130 # We can reuse Bi, Yi registers here.
132 my $mask52x4 = $Yi;
156 vpbroadcastq %r13, $Yi # broadcast y[i]
172 vpmadd52luq `$_data_offset+64*0`($m), $Yi, $_R0
173 vpmadd52luq `$_data_offset+64*0+32`($m), $Yi, $_R0h
174 vpmadd52luq `$_data_offset+64*1`($m), $Yi, $_R1
175 vpmadd52luq `$_data_offset+64*1+32`($m), $Yi, $_R1h
176 vpmadd52luq `$_data_offset+64*2`($m), $Yi, $_R2
194 vpmadd52huq `$_data_offset+64*0`($m), $Yi,
[all...]
/third_party/pulseaudio/speex/tmv/
H A Dmdf_tm.h136 register float Xi, Yi, Xii, Yii; in spectral_mul_accum() local
147 Yi = Y[i]; in spectral_mul_accum()
151 acc[i] = (Xi * Yi - Xii * Yii); in spectral_mul_accum()
152 acc[i+1]= (Xii * Yi + Xi * Yii); in spectral_mul_accum()
164 Yi = Y[i]; in spectral_mul_accum()
168 acc[i] += (Xi * Yi - Xii * Yii); in spectral_mul_accum()
169 acc[i+1]+= (Xii * Yi + Xi * Yii); in spectral_mul_accum()
201 register float Xi, Yi, Xii, Yii; in weighted_spectral_mul_conj() local
204 Yi = Y[i]; in weighted_spectral_mul_conj()
210 prod[i] = W * (Xi * Yi in weighted_spectral_mul_conj()
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c78 ctx->gcm.Yi.c, ctx->gcm.Xi.u); in generic_aes_gcm_cipher_update()
107 ctx->gcm.Yi.c, ctx->gcm.Xi.u); in generic_aes_gcm_cipher_update()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c78 ctx->gcm.Yi.c, ctx->gcm.Xi.u); in generic_aes_gcm_cipher_update()
107 ctx->gcm.Yi.c, ctx->gcm.Xi.u); in generic_aes_gcm_cipher_update()
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dmodes.h119 } Yi, EKi, EK0, len, Xi, H; member
/third_party/openssl/include/crypto/
H A Dmodes.h119 } Yi, EKi, EK0, len, Xi, H; member
/third_party/skia/src/sfnt/
H A DSkOTTable_OS_2_V3.h194 Yi,
H A DSkOTTable_OS_2_V2.h194 Yi,
H A DSkOTTable_OS_2_V4.h194 Yi,
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes.c2831 gctx->gcm.Yi.c, gctx->gcm.Xi.u); in aes_gcm_tls_cipher()
2849 gctx->gcm.Yi.c, gctx->gcm.Xi.u); in aes_gcm_tls_cipher()
2872 gctx->gcm.Yi.c, gctx->gcm.Xi.u); in aes_gcm_tls_cipher()
2890 gctx->gcm.Yi.c, gctx->gcm.Xi.u); in aes_gcm_tls_cipher()
2985 gctx->gcm.key, gctx->gcm.Yi.c, in aes_gcm_cipher()
3007 gctx->gcm.key, gctx->gcm.Yi.c, in aes_gcm_cipher()
3030 gctx->gcm.Yi.c, gctx->gcm.Xi.u); in aes_gcm_cipher()
3052 gctx->gcm.Yi.c, gctx->gcm.Xi.u); in aes_gcm_cipher()
/third_party/openssl/crypto/evp/
H A De_aes.c2837 gctx->gcm.Yi.c, gctx->gcm.Xi.u); in aes_gcm_tls_cipher()
2855 gctx->gcm.Yi.c, gctx->gcm.Xi.u); in aes_gcm_tls_cipher()
2878 gctx->gcm.Yi.c, gctx->gcm.Xi.u); in aes_gcm_tls_cipher()
2896 gctx->gcm.Yi.c, gctx->gcm.Xi.u); in aes_gcm_tls_cipher()
2991 gctx->gcm.key, gctx->gcm.Yi.c, in aes_gcm_cipher()
3013 gctx->gcm.key, gctx->gcm.Yi.c, in aes_gcm_cipher()
3036 gctx->gcm.Yi.c, gctx->gcm.Xi.u); in aes_gcm_cipher()
3058 gctx->gcm.Yi.c, gctx->gcm.Xi.u); in aes_gcm_cipher()

Completed in 21 milliseconds