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

/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_local.h478 # define Hw(t) (((BN_ULONG)((t)>>BN_BITS2))&BN_MASK2) macro
484 (c)= Hw(t); \
491 (c)= Hw(t); \
498 (r1)=Hw(t); \
H A Dbn_asm.c458 hi = (BN_ULONG)Hw(t); \
467 hi = (BN_ULONG)Hw(tt); \
471 hi = (BN_ULONG)Hw(t); \
480 hi = (BN_ULONG)Hw(t); \

Completed in 116 milliseconds