HomeSort by: relevance | last modified time | path
    Searched defs:_bswap64 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
aead_aes256gcm_aesni.c 37 #if defined(__INTEL_COMPILER) || defined(_bswap64)
39 # define _bswap64(a) _byteswap_uint64(a) macro
41 # define _bswap64(a) __builtin_bswap64(a) macro
44 _bswap64(const uint64_t x) function in typeref:typename:uint64_t
535 x = _bswap64((uint64_t) (8 * adlen));
537 x = _bswap64((uint64_t) (8 * mlen));
676 x = _bswap64((uint64_t)(8 * adlen));
678 x = _bswap64((uint64_t)(8 * mlen));
aead_aes256gcm_aesni.c 37 #if defined(__INTEL_COMPILER) || defined(_bswap64)
39 # define _bswap64(a) _byteswap_uint64(a) macro
41 # define _bswap64(a) __builtin_bswap64(a) macro
44 _bswap64(const uint64_t x) function in typeref:typename:uint64_t
535 x = _bswap64((uint64_t) (8 * adlen));
537 x = _bswap64((uint64_t) (8 * mlen));
676 x = _bswap64((uint64_t)(8 * adlen));
678 x = _bswap64((uint64_t)(8 * mlen));

Completed in 49 milliseconds