OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CRYPTO_ALIGN
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/crypto/sodium/
export.h
42
#ifndef
CRYPTO_ALIGN
44
# define
CRYPTO_ALIGN
(x) __declspec(align(x))
46
# define
CRYPTO_ALIGN
(x) __attribute__ ((aligned(x)))
95
#ifndef
CRYPTO_ALIGN
97
# define
CRYPTO_ALIGN
(x) __declspec(align(x))
99
# define
CRYPTO_ALIGN
(x) __attribute__ ((aligned(x)))
148
#ifndef
CRYPTO_ALIGN
150
# define
CRYPTO_ALIGN
(x) __declspec(align(x))
152
# define
CRYPTO_ALIGN
(x) __attribute__ ((aligned(x)))
201
#ifndef
CRYPTO_ALIGN
[
all
...]
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
export.h
42
#ifndef
CRYPTO_ALIGN
44
# define
CRYPTO_ALIGN
(x) __declspec(align(x))
46
# define
CRYPTO_ALIGN
(x) __attribute__ ((aligned(x)))
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
common.h
206
#ifndef
CRYPTO_ALIGN
208
# define
CRYPTO_ALIGN
(x) __declspec(align(x))
210
# define
CRYPTO_ALIGN
(x) __attribute__ ((aligned(x)))
Completed in 14 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025