Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bn/asm/
Dbn-586.pl495 sub bn_sub_words subroutine
Dx86_64-gcc.c224 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_sub_words() function
252 BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) { in bn_sub_words() function
/external/boringssl/linux-x86/crypto/bn/
Dbn-586.S808 .globl bn_sub_words symbol
812 bn_sub_words: label
/external/boringssl/src/crypto/bn/
Dgeneric.c574 BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, in bn_sub_words() function