Home
last modified time | relevance | path

Searched defs:high (Results 1 – 4 of 4) sorted by relevance

/openssl-master/crypto/modes/
A Dsiv128.c34 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 Dbn_local.h385 # 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 Dbn_lib.c39 void BN_set_params(int mult, int high, int low, int mont) in BN_set_params()
/openssl-master/crypto/ec/
A Decp_nistp256.c382 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