API Reference Manual  1.47.0
api/abi-default/crypto_types.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2017-2018 Linaro Limited
3  * Copyright (c) 2022 Nokia
4  */
5 
6 #ifndef ODP_ABI_CRYPTO_TYPES_H_
7 #define ODP_ABI_CRYPTO_TYPES_H_
8 
9 #include <stdint.h>
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
19 #define ODP_CRYPTO_SESSION_INVALID (0xffffffffffffffffULL)
20 
21 typedef uint64_t odp_crypto_session_t;
22 
27 #ifdef __cplusplus
28 }
29 #endif
30 
31 #endif
uint64_t odp_crypto_session_t
Crypto API opaque session handle.