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

/external/boringssl/linux-x86/crypto/bn/
H A Dbn-586.S808 .globl bn_sub_words
809 .hidden bn_sub_words
810 .type bn_sub_words,@function
812 bn_sub_words: label
990 .size bn_sub_words,.-.L_bn_sub_words_begin
/external/boringssl/src/crypto/bn/asm/
H A Dbn-586.pl19 &bn_sub_words("bn_sub_words");
495 sub bn_sub_words subroutine
H A Dx86_64-gcc.c224 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function
252 BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) { function
/external/boringssl/src/crypto/bn/
H A Dgeneric.c568 BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, function

Completed in 90 milliseconds