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

  /external/boringssl/src/crypto/fipsmodule/bn/asm/
bn-586.pl 20 &bn_div_words("bn_div_words");
415 sub bn_div_words subroutine
  /external/boringssl/src/crypto/fipsmodule/bn/
div.c 68 // bn_div_words divides a double-width |h|,|l| by |d| and returns the result,
70 static BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) { function
175 *quotient_out = bn_div_words(n0, n1, d0);
  /external/boringssl/linux-x86/crypto/fipsmodule/
bn-586.S 612 .globl bn_div_words
613 .hidden bn_div_words
614 .type bn_div_words,@function
616 bn_div_words: label
623 .size bn_div_words,.-.L_bn_div_words_begin

Completed in 174 milliseconds