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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_lcl.h306 #define Hw(t) (((BN_ULONG)((t)>>BN_BITS2))&BN_MASK2) macro
325 (c)= Hw(t); \
332 (c)= Hw(t); \
339 (r1)=Hw(t); \
H A Dbn_asm.c445 t2=(BN_ULONG)Hw(t); \
454 t2=(BN_ULONG)Hw(tt); \
462 t2=(BN_ULONG)Hw(t); \

Completed in 104 milliseconds