/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | gcm128.c | 830 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 D | gcm128.c | 830 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 D | rsaz-avx2.pl | 861 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 D | rsaz-avx512.pl | 127 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 D | rsaz-avx2.pl | 861 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 D | rsaz-avx512.pl | 127 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 D | mdf_tm.h | 136 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 D | cipher_aes_gcm_hw.c | 78 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 D | cipher_aes_gcm_hw.c | 78 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 D | modes.h | 119 } Yi, EKi, EK0, len, Xi, H; member
|
/third_party/openssl/include/crypto/ |
H A D | modes.h | 119 } Yi, EKi, EK0, len, Xi, H; member
|
/third_party/skia/src/sfnt/ |
H A D | SkOTTable_OS_2_V3.h | 194 Yi,
|
H A D | SkOTTable_OS_2_V2.h | 194 Yi,
|
H A D | SkOTTable_OS_2_V4.h | 194 Yi,
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes.c | 2831 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 D | e_aes.c | 2837 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()
|