/* Copyright (c) 2020, Nokia * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef ODP_RANDOM_OPENSSL_INTERNAL_H_ #define ODP_RANDOM_OPENSSL_INTERNAL_H_ #ifdef __cplusplus extern "C" { #endif #include int32_t _odp_random_openssl_data(uint8_t *buf, uint32_t len); int _odp_random_openssl_init_local(void); int _odp_random_openssl_term_local(void); #ifdef __cplusplus } #endif #endif /* ODP_RANDOM_OPENSSL_INTERNAL_H_ */