Searched refs:bn_sub_part_words (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | mul.c | 133 static BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, in bn_sub_part_words() function 287 BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, 302 BN_ULONG borrow = bn_sub_part_words(tmp, a, b, cl, dl); in bn_abs_sub_part_words() 303 bn_sub_part_words(r, b, a, cl, -dl); in bn_abs_sub_part_words()
|
/external/boringssl/linux-x86/crypto/fipsmodule/ |
D | bn-586.S | 996 .globl bn_sub_part_words symbol 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
|
/external/boringssl/src/crypto/fipsmodule/bn/asm/ |
D | bn-586.pl | 30 &bn_sub_part_words("bn_sub_part_words"); 579 sub bn_sub_part_words subroutine
|