Searched defs:high (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/modes/ |
H A D | siv128.c | 34 uint32_t high = (uint32_t)(x >> 32); in byteswap8() local 76 uint64_t high = siv128_getword(b, 0); in siv128_dbl() local
|
/openssl/crypto/bn/ |
H A D | bn_local.h | 390 # define BN_UMULT_LOHI(low,high,a,b) ({ \ argument 424 # define BN_UMULT_LOHI(low,high,a,b) \ argument 437 # define BN_UMULT_LOHI(low,high,a,b) ((low)=_umul128((a),(b),&(high))) argument 447 # define BN_UMULT_LOHI(low,high,a,b) \ argument
|
H A D | bn_lib.c | 39 void BN_set_params(int mult, int high, int low, int mont) in BN_set_params()
|
/openssl/crypto/ec/ |
H A D | ecp_nistp256.c | 384 u64 high, low; in felem_shrink() local 490 u64 high, low; in smallfelem_square() local 585 u64 high, low; in smallfelem_mul() local
|
Completed in 26 milliseconds