Searched defs:mul (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/bn/asm/ |
H A D | ppc64-mont-fixed.pl | 386 sub mul($$$$$) subroutine 486 sub mul($$$$$) subroutine
|
H A D | x86_64-gcc.c | 91 # define mul(r,a,word,carry) do { \ macro
|
/openssl/crypto/bn/ |
H A D | bn_local.h | 490 # define mul(r,a,w,c) { \ macro 517 # define mul(r,a,w,c) { \ macro 545 # define mul(r,a,w,c) { \ macro 625 # define mul(r,a,bl,bh,c) { \ macro
|
/openssl/crypto/ec/ |
H A D | ec_local.h | 135 int (*mul) (const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, member
|
Completed in 18 milliseconds