Searched defs:high (Results 1 – 4 of 4) sorted by relevance
/openssl-master/crypto/modes/ |
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-master/crypto/bn/ |
A D | bn_local.h | 385 # define BN_UMULT_LOHI(low,high,a,b) ({ \ argument 419 # define BN_UMULT_LOHI(low,high,a,b) \ argument 432 # define BN_UMULT_LOHI(low,high,a,b) ((low)=_umul128((a),(b),&(high))) argument 442 # define BN_UMULT_LOHI(low,high,a,b) \ argument
|
A D | bn_lib.c | 39 void BN_set_params(int mult, int high, int low, int mont) in BN_set_params()
|
/openssl-master/crypto/ec/ |
A D | ecp_nistp256.c | 382 u64 high, low; in felem_shrink() local 488 u64 high, low; in smallfelem_square() local 583 u64 high, low; in smallfelem_mul() local
|
Completed in 11 milliseconds