Searched defs:out_a (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/ec_extra/ |
D | ec_asn1.c | 262 static int parse_explicit_prime_curve(CBS *in, CBS *out_prime, CBS *out_a, in parse_explicit_prime_curve()
|
/external/boringssl/src/crypto/hrss/ |
D | hrss.c | 548 static void poly3_word_mul(crypto_word_t *out_s, crypto_word_t *out_a, in poly3_word_mul() 556 static void poly3_word_add(crypto_word_t *out_s, crypto_word_t *out_a, in poly3_word_add() 565 static void poly3_word_sub(crypto_word_t *out_s, crypto_word_t *out_a, in poly3_word_sub() 828 const vec_t out_a = a_a[i]; in poly3_vec_fmsub() local
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_intrapred_intrin_ssse3.c | 681 const __m128i out_a = _mm_unpacklo_epi16(avg2, avg3); in vpx_highbd_d207_predictor_8x8_ssse3() local 721 const __m128i out_a = _mm_unpacklo_epi16(avg2_0, avg3_0); in vpx_highbd_d207_predictor_16x16_ssse3() local 784 const __m128i out_a = _mm_unpacklo_epi16(avg2_0, avg3_0); in vpx_highbd_d207_predictor_32x32_ssse3() local
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | ec.c | 638 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *out_p, BIGNUM *out_a, in EC_GROUP_get_curve_GFp()
|