Home
last modified time | relevance | path

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

/openssl/crypto/modes/
H 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/crypto/bn/
H A Dbn_local.h390 # 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 Dbn_lib.c39 void BN_set_params(int mult, int high, int low, int mont) in BN_set_params()
/openssl/crypto/ec/
H A Decp_nistp256.c384 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