Home
last modified time | relevance | path

Searched refs:Hw (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/bn/
H A Dbn_local.h479 # define Hw(t) (((BN_ULONG)((t)>>BN_BITS2))&BN_MASK2) macro
485 (c)= Hw(t); \
492 (c)= Hw(t); \
499 (r1)=Hw(t); \
H A Dbn_asm.c443 hi = (BN_ULONG)Hw(t); \
452 hi = (BN_ULONG)Hw(tt); \
456 hi = (BN_ULONG)Hw(t); \
465 hi = (BN_ULONG)Hw(t); \

Completed in 14 milliseconds