Searched refs:bn_flip_t4 (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | sparct4-mont.pl | 1186 .globl bn_flip_t4 1188 bn_flip_t4: 1200 .type bn_flip_t4, #function 1201 .size bn_flip_t4, .-bn_flip_t4 1166 bn_flip_t4: global() label
|
/third_party/openssl/crypto/bn/asm/ |
H A D | sparct4-mont.pl | 1186 .globl bn_flip_t4 1188 bn_flip_t4: 1200 .type bn_flip_t4, #function 1201 .size bn_flip_t4, .-bn_flip_t4 1166 bn_flip_t4: global() label
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_exp.c | 841 void bn_flip_t4(BN_ULONG *dst, BN_ULONG *src, size_t num); in BN_mod_exp_mont_consttime() 874 bn_flip_t4(np, mont->N.d, top); in BN_mod_exp_mont_consttime() 916 bn_flip_t4(tmp.d, tmp.d, top); in BN_mod_exp_mont_consttime()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_exp.c | 833 void bn_flip_t4(BN_ULONG *dst, BN_ULONG *src, size_t num); in BN_mod_exp_mont_consttime() 866 bn_flip_t4(np, mont->N.d, top); in BN_mod_exp_mont_consttime() 908 bn_flip_t4(tmp.d, tmp.d, top); in BN_mod_exp_mont_consttime()
|
Completed in 6 milliseconds