Searched defs:bn_mul_add_words (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/linux-x86/crypto/bn/
H A Dbn-586.S4 .globl bn_mul_add_words
5 .hidden bn_mul_add_words
6 .type bn_mul_add_words,@function
8 bn_mul_add_words: label
287 .size bn_mul_add_words,.-.L_bn_mul_add_words_begin
/external/boringssl/src/crypto/bn/asm/
H A Dbn-586.pl14 &bn_mul_add_words("bn_mul_add_words");
24 sub bn_mul_add_words subroutine
H A Dx86_64-gcc.c99 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, function
/external/boringssl/src/crypto/bn/
H A Dgeneric.c223 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, function
303 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, function

Completed in 114 milliseconds