Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/asm/
H A Dbn-586.pl506 sub bn_sub_words subroutine
H A Dsparcv8.S437 .global bn_sub_words symbol
443 bn_sub_words: label
H A Dsparcv8plus.S544 .global bn_sub_words symbol
550 bn_sub_words: label
H A 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
H A Ds390x.S314 bn_sub_words: label
H A Dia64.S234 bn_sub_words: label
/freebsd/sys/crypto/openssl/i386/
H A Dbn-586.S828 .globl bn_sub_words symbol
831 bn_sub_words: label
2401 .globl bn_sub_words symbol
2404 bn_sub_words: label
/freebsd/sys/crypto/openssl/powerpc/
H A Dbn-ppc.S1377 bn_sub_words: label
H A Dppc.S1377 bn_sub_words: label
/freebsd/sys/crypto/openssl/powerpc64/
H A Dbn-ppc.S1386 bn_sub_words: label
H A Dppc.S1386 bn_sub_words: label
/freebsd/sys/crypto/openssl/powerpc64le/
H A Dbn-ppc.S1386 bn_sub_words: label
H A Dppc.S1386 bn_sub_words: label
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_asm.c371 BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, in bn_sub_words() function