HomeSort by relevance Sort by last modified time
    Searched refs:bn_sub_part_words (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/fipsmodule/bn/
mul.c 133 static BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, function
287 BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
293 // the result was positive. |cl| and |dl| follow the |bn_sub_part_words| calling
297 // is confusing. The trouble is 32-bit x86 implements |bn_sub_part_words| in
302 BN_ULONG borrow = bn_sub_part_words(tmp, a, b, cl, dl);
303 bn_sub_part_words(r, b, a, cl, -dl);
  /external/boringssl/src/crypto/fipsmodule/bn/asm/
bn-586.pl 30 &bn_sub_part_words("bn_sub_part_words");
579 sub bn_sub_part_words subroutine
  /external/boringssl/linux-x86/crypto/fipsmodule/
bn-586.S 996 .globl bn_sub_part_words
997 .hidden bn_sub_part_words
998 .type bn_sub_part_words,@function
1000 bn_sub_part_words: label
1542 .size bn_sub_part_words,.-.L_bn_sub_part_words_begin

Completed in 392 milliseconds