Searched refs:SWAP_CRYPT_WORD (Results 1 – 2 of 2) sorted by relevance
88 bn->d[t] = SWAP_CRYPT_WORD(bn->d[t]); in BnFromBytes()151 bn->d[i] = SWAP_CRYPT_WORD(bn->d[i]); in BnFromHex()200 bnL->d[count] = SWAP_CRYPT_WORD(bnL->d[count]); in BnToBytes()
78 #define SWAP_CRYPT_WORD(x) REVERSE_ENDIAN_64(x) macro84 # define SWAP_CRYPT_WORD(x) REVERSE_ENDIAN_32((x)) macro