Searched defs:bn_sqr_words (Results 1 – 8 of 8) sorted by relevance
333 sub bn_sqr_words subroutine
191 .globl bn_sqr_words symbol194 bn_sqr_words: label
361 .global bn_sqr_words symbol367 bn_sqr_words: label
246 .global bn_sqr_words symbol252 bn_sqr_words: label
476 bn_sqr_words: label
170 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) in bn_sqr_words() function
75 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) in bn_sqr_words() function168 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) in bn_sqr_words() function
2859 #define bn_sqr_words BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_sqr_words) macro