Searched refs:bn_scatter5 (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
D | bn_exp.c | 688 void bn_scatter5(const BN_ULONG *inp,size_t num, in BN_mod_exp_mont_consttime() 700 bn_scatter5(tmp.d,top,powerbuf,0); in BN_mod_exp_mont_consttime() 701 bn_scatter5(am.d,am.top,powerbuf,1); in BN_mod_exp_mont_consttime() 703 bn_scatter5(tmp.d,top,powerbuf,2); in BN_mod_exp_mont_consttime() 710 bn_scatter5(tmp.d,top,powerbuf,i); in BN_mod_exp_mont_consttime() 717 bn_scatter5(tmp.d,top,powerbuf,i); in BN_mod_exp_mont_consttime() 723 bn_scatter5(tmp.d,top,powerbuf,i); in BN_mod_exp_mont_consttime() 727 bn_scatter5(tmp.d,top,powerbuf,j); in BN_mod_exp_mont_consttime() 733 bn_scatter5(tmp.d,top,powerbuf,i); in BN_mod_exp_mont_consttime() 735 bn_scatter5(tmp.d,top,powerbuf,2*i); in BN_mod_exp_mont_consttime() [all …]
|
/external/openssl/crypto/bn/ |
D | bn_exp.c | 688 void bn_scatter5(const BN_ULONG *inp,size_t num, in BN_mod_exp_mont_consttime() 700 bn_scatter5(tmp.d,top,powerbuf,0); in BN_mod_exp_mont_consttime() 701 bn_scatter5(am.d,am.top,powerbuf,1); in BN_mod_exp_mont_consttime() 703 bn_scatter5(tmp.d,top,powerbuf,2); in BN_mod_exp_mont_consttime() 710 bn_scatter5(tmp.d,top,powerbuf,i); in BN_mod_exp_mont_consttime() 717 bn_scatter5(tmp.d,top,powerbuf,i); in BN_mod_exp_mont_consttime() 723 bn_scatter5(tmp.d,top,powerbuf,i); in BN_mod_exp_mont_consttime() 727 bn_scatter5(tmp.d,top,powerbuf,j); in BN_mod_exp_mont_consttime() 733 bn_scatter5(tmp.d,top,powerbuf,i); in BN_mod_exp_mont_consttime() 735 bn_scatter5(tmp.d,top,powerbuf,2*i); in BN_mod_exp_mont_consttime() [all …]
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
D | x86_64-mont5.S | 724 .globl bn_scatter5 symbol 725 .type bn_scatter5,@function 727 bn_scatter5: label 740 .size bn_scatter5,.-bn_scatter5
|
/external/openssl/crypto/bn/asm/ |
D | x86_64-mont5.S | 724 .globl bn_scatter5 symbol 725 .type bn_scatter5,@function 727 bn_scatter5: label 740 .size bn_scatter5,.-bn_scatter5
|