Symbol: bn_sub_part_words
crypto/libressl/crypto/bn/bn_lcl.h
520
BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
crypto/libressl/crypto/bn/bn_mul.c
475
bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */
crypto/libressl/crypto/bn/bn_mul.c
476
bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */
crypto/libressl/crypto/bn/bn_mul.c
482
bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */
crypto/libressl/crypto/bn/bn_mul.c
483
bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n); /* + */
crypto/libressl/crypto/bn/bn_mul.c
492
bn_sub_part_words(t, a, &(a[n]), tna, n - tna); /* + */
crypto/libressl/crypto/bn/bn_mul.c
493
bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */
crypto/libressl/crypto/bn/bn_mul.c
500
bn_sub_part_words(t, a, &(a[n]), tna, n - tna);
crypto/libressl/crypto/bn/bn_mul.c
501
bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n);
crypto/libressl/crypto/bn/bn_mul.c
605
bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */
crypto/libressl/crypto/bn/bn_mul.c
606
bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */
crypto/libressl/crypto/bn/bn_mul.c
611
bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */
crypto/libressl/crypto/bn/bn_mul.c
612
bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n); /* + */
crypto/libressl/crypto/bn/bn_mul.c
620
bn_sub_part_words(t, a, &(a[n]), tna, n - tna); /* + */
crypto/libressl/crypto/bn/bn_mul.c
621
bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */
crypto/libressl/crypto/bn/bn_mul.c
627
bn_sub_part_words(t, a, &(a[n]), tna, n - tna);
crypto/libressl/crypto/bn/bn_mul.c
628
bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n);