Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_local.h481 # define Hw(t) (((BN_ULONG)((t)>>BN_BITS2))&BN_MASK2) macro
487 (c)= Hw(t); \
494 (c)= Hw(t); \
501 (r1)=Hw(t); \
H A Dbn_asm.c453 hi = (BN_ULONG)Hw(t); \
462 hi = (BN_ULONG)Hw(tt); \
466 hi = (BN_ULONG)Hw(t); \
475 hi = (BN_ULONG)Hw(t); \

Completed in 9 milliseconds