Symbol: bn_sub_part_words
crypto/openssl/crypto/bn/bn_local.h
670
BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
crypto/openssl/crypto/bn/bn_mul.c
213
bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */
crypto/openssl/crypto/bn/bn_mul.c
214
bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */
crypto/openssl/crypto/bn/bn_mul.c
220
bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */
crypto/openssl/crypto/bn/bn_mul.c
221
bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n); /* + */
crypto/openssl/crypto/bn/bn_mul.c
230
bn_sub_part_words(t, a, &(a[n]), tna, n - tna); /* + */
crypto/openssl/crypto/bn/bn_mul.c
231
bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */
crypto/openssl/crypto/bn/bn_mul.c
238
bn_sub_part_words(t, a, &(a[n]), tna, n - tna);
crypto/openssl/crypto/bn/bn_mul.c
239
bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n);
crypto/openssl/crypto/bn/bn_mul.c
340
bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */
crypto/openssl/crypto/bn/bn_mul.c
341
bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */
crypto/openssl/crypto/bn/bn_mul.c
345
bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */
crypto/openssl/crypto/bn/bn_mul.c
346
bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n); /* + */
crypto/openssl/crypto/bn/bn_mul.c
353
bn_sub_part_words(t, a, &(a[n]), tna, n - tna); /* + */
crypto/openssl/crypto/bn/bn_mul.c
354
bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */
crypto/openssl/crypto/bn/bn_mul.c
359
bn_sub_part_words(t, a, &(a[n]), tna, n - tna);
crypto/openssl/crypto/bn/bn_mul.c
360
bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n);