Searched refs:bn_scatter5 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dbn_exp.c764 void bn_scatter5(const BN_ULONG *inp, size_t num,
779 bn_scatter5(tmp.d, top, powerbuf, 0);
780 bn_scatter5(am.d, am.top, powerbuf, 1);
782 bn_scatter5(tmp.d, top, powerbuf, 2);
788 bn_scatter5(tmp.d, top, powerbuf, i);
794 bn_scatter5(tmp.d, top, powerbuf, i);
799 bn_scatter5(tmp.d, top, powerbuf, i);
802 bn_scatter5(tmp.d, top, powerbuf, j);
807 bn_scatter5(tmp.d, top, powerbuf, i);
809 bn_scatter5(tm
[all...]
/freebsd-10-stable/crypto/openssl/crypto/bn/asm/
H A Dx86_64-mont5.pl946 .globl bn_scatter5
947 .type bn_scatter5,\@abi-omnipotent
949 bn_scatter5: label
962 .size bn_scatter5,.-bn_scatter5
/freebsd-10-stable/secure/lib/libcrypto/amd64/
H A Dx86_64-mont5.S1012 .globl bn_scatter5
1013 .type bn_scatter5,@function
1015 bn_scatter5: label
1028 .size bn_scatter5,.-bn_scatter5

Completed in 124 milliseconds