Searched refs:bn_mul_mont_gather5 (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
D | bn_exp.c | 685 void bn_mul_mont_gather5(BN_ULONG *rp,const BN_ULONG *ap, in BN_mod_exp_mont_consttime() 709 bn_mul_mont_gather5(tmp.d,am.d,powerbuf,np,n0,top,i-1); in BN_mod_exp_mont_consttime() 722 bn_mul_mont_gather5(tmp.d,am.d,powerbuf,np,n0,top,i-1); in BN_mod_exp_mont_consttime() 732 bn_mul_mont_gather5(tmp.d,am.d,powerbuf,np,n0,top,i-1); in BN_mod_exp_mont_consttime() 739 bn_mul_mont_gather5(tmp.d,am.d,powerbuf,np,n0,top,i-1); in BN_mod_exp_mont_consttime() 761 bn_mul_mont_gather5(tmp.d,tmp.d,powerbuf,np,n0,top,wvalue); in BN_mod_exp_mont_consttime()
|
/external/openssl/crypto/bn/ |
D | bn_exp.c | 685 void bn_mul_mont_gather5(BN_ULONG *rp,const BN_ULONG *ap, in BN_mod_exp_mont_consttime() 709 bn_mul_mont_gather5(tmp.d,am.d,powerbuf,np,n0,top,i-1); in BN_mod_exp_mont_consttime() 722 bn_mul_mont_gather5(tmp.d,am.d,powerbuf,np,n0,top,i-1); in BN_mod_exp_mont_consttime() 732 bn_mul_mont_gather5(tmp.d,am.d,powerbuf,np,n0,top,i-1); in BN_mod_exp_mont_consttime() 739 bn_mul_mont_gather5(tmp.d,am.d,powerbuf,np,n0,top,i-1); in BN_mod_exp_mont_consttime() 761 bn_mul_mont_gather5(tmp.d,tmp.d,powerbuf,np,n0,top,wvalue); in BN_mod_exp_mont_consttime()
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
D | x86_64-mont5.S | 3 .globl bn_mul_mont_gather5 symbol 4 .type bn_mul_mont_gather5,@function 6 bn_mul_mont_gather5: label 267 .size bn_mul_mont_gather5,.-bn_mul_mont_gather5
|
/external/openssl/crypto/bn/asm/ |
D | x86_64-mont5.S | 3 .globl bn_mul_mont_gather5 symbol 4 .type bn_mul_mont_gather5,@function 6 bn_mul_mont_gather5: label 267 .size bn_mul_mont_gather5,.-bn_mul_mont_gather5
|