003 File Manager
Current Path:
/usr/src/sys/crypto/blake2
usr
/
src
/
sys
/
crypto
/
blake2
/
📁
..
📄
blake2-sw.c
(4.13 KB)
📄
blake2_cryptodev.c
(9.13 KB)
📄
blake2_kfreebsd.h
(138 B)
📄
blake2b-avx.c
(78 B)
📄
blake2b-sse2.c
(78 B)
📄
blake2b-sse41.c
(78 B)
📄
blake2b-ssse3.c
(78 B)
📄
blake2b-xop.c
(78 B)
📄
blake2s-avx.c
(78 B)
📄
blake2s-sse2.c
(78 B)
📄
blake2s-sse41.c
(78 B)
📄
blake2s-ssse3.c
(78 B)
📄
blake2s-xop.c
(78 B)
📄
config.h
(482 B)
📄
stddef.h
(85 B)
📄
stdint.h
(85 B)
📄
stdio.h
(85 B)
📄
stdlib.h
(85 B)
📄
string.h
(85 B)
Editing: config.h
/* This file is in the public domain */ /* $FreeBSD$ */ #pragma once #include <sys/endian.h> #if _BYTE_ORDER == _LITTLE_ENDIAN #define NATIVE_LITTLE_ENDIAN 1 #else /* #undef NATIVE_LITTLE_ENDIAN */ #endif #if defined(__ARM_FEATURE_UNALIGNED) \ || defined(__i386__) || defined(__x86_64__) \ || defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_8__) \ /* #undef HAVE_ALIGNED_ACCESS_REQUIRED */ #else #define HAVE_ALIGNED_ACCESS_REQUIRED 1 #endif #define HAVE_EXPLICIT_BZERO 1
Upload File
Create Folder