Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/asm/
Dbn-586.pl506 sub bn_sub_words subroutine
Ds390x.S311 .globl bn_sub_words symbol
314 bn_sub_words: label
Dsparcv8.S437 .global bn_sub_words symbol
443 bn_sub_words: label
Dsparcv8plus.S544 .global bn_sub_words symbol
550 bn_sub_words: label
Dx86_64-gcc.c232 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_sub_words() function
260 BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) in bn_sub_words() function
Dia64.S234 bn_sub_words: label
/third_party/openssl/crypto/bn/
Dbn_asm.c371 BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, in bn_sub_words() function