HomeSort by relevance Sort by last modified time
    Searched refs:Hw (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/bn/
bn_lcl.h 290 #define Hw(t) (((BN_ULONG)((t)>>BN_BITS2))&BN_MASK2)
309 (c)= Hw(t); \
316 (c)= Hw(t); \
323 (r1)=Hw(t); \
bn_asm.c 445 t2=(BN_ULONG)Hw(t); \
454 t2=(BN_ULONG)Hw(tt); \
462 t2=(BN_ULONG)Hw(t); \

Completed in 974 milliseconds