Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Platform-specific and custom entropy polling functions |
| 3 | * |
Bence Szépkúti | 1e14827 | 2020-08-07 13:07:28 +0200 | [diff] [blame] | 4 | * Copyright The Mbed TLS Contributors |
Manuel Pégourié-Gonnard | 37ff140 | 2015-09-04 14:21:07 +0200 | [diff] [blame] | 5 | * SPDX-License-Identifier: Apache-2.0 |
| 6 | * |
| 7 | * Licensed under the Apache License, Version 2.0 (the "License"); you may |
| 8 | * not use this file except in compliance with the License. |
| 9 | * You may obtain a copy of the License at |
| 10 | * |
| 11 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | * |
| 13 | * Unless required by applicable law or agreed to in writing, software |
| 14 | * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 15 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | * See the License for the specific language governing permissions and |
| 17 | * limitations under the License. |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 18 | */ |
| 19 | |
Gilles Peskine | a1f9ef0 | 2020-09-30 22:18:13 +0200 | [diff] [blame] | 20 | #if defined(__linux__) && !defined(_GNU_SOURCE) |
Nicholas Wilson | 2682edf | 2017-12-05 12:08:15 +0000 | [diff] [blame] | 21 | /* Ensure that syscall() is available even when compiling with -std=c99 */ |
| 22 | #define _GNU_SOURCE |
| 23 | #endif |
| 24 | |
Gilles Peskine | db09ef6 | 2020-06-03 01:43:33 +0200 | [diff] [blame] | 25 | #include "common.h" |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 26 | |
Gilles Peskine | 02b9329 | 2018-06-01 14:38:45 +0200 | [diff] [blame] | 27 | #include <string.h> |
| 28 | |
Manuel Pégourié-Gonnard | 2cf5a7c | 2015-04-08 12:49:31 +0200 | [diff] [blame] | 29 | #if defined(MBEDTLS_ENTROPY_C) |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 30 | |
Manuel Pégourié-Gonnard | 7f80997 | 2015-03-09 17:05:11 +0000 | [diff] [blame] | 31 | #include "mbedtls/entropy.h" |
Chris Jones | ea0a865 | 2021-03-09 19:11:19 +0000 | [diff] [blame] | 32 | #include "entropy_poll.h" |
Janos Follath | 24eed8d | 2019-11-22 13:21:35 +0000 | [diff] [blame] | 33 | #include "mbedtls/error.h" |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 34 | |
Manuel Pégourié-Gonnard | 2cf5a7c | 2015-04-08 12:49:31 +0200 | [diff] [blame] | 35 | #if defined(MBEDTLS_TIMING_C) |
Manuel Pégourié-Gonnard | 7f80997 | 2015-03-09 17:05:11 +0000 | [diff] [blame] | 36 | #include "mbedtls/timing.h" |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 37 | #endif |
Paul Bakker | 9988d6b | 2016-06-01 11:29:42 +0100 | [diff] [blame] | 38 | #include "mbedtls/platform.h" |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 39 | |
Manuel Pégourié-Gonnard | 2cf5a7c | 2015-04-08 12:49:31 +0200 | [diff] [blame] | 40 | #if !defined(MBEDTLS_NO_PLATFORM_ENTROPY) |
Manuel Pégourié-Gonnard | 325ce09 | 2016-02-22 10:33:34 +0100 | [diff] [blame] | 41 | |
| 42 | #if !defined(unix) && !defined(__unix__) && !defined(__unix) && \ |
Augustin Cavalier | 60bc47d | 2018-04-11 20:27:32 -0400 | [diff] [blame] | 43 | !defined(__APPLE__) && !defined(_WIN32) && !defined(__QNXNTO__) && \ |
Ørjan Malde | 479d8de | 2020-05-20 09:32:39 +0000 | [diff] [blame] | 44 | !defined(__HAIKU__) && !defined(__midipix__) |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 45 | #error \ |
| 46 | "Platform entropy sources only work on Unix and Windows, see MBEDTLS_NO_PLATFORM_ENTROPY in mbedtls_config.h" |
Manuel Pégourié-Gonnard | 325ce09 | 2016-02-22 10:33:34 +0100 | [diff] [blame] | 47 | #endif |
| 48 | |
Paul Bakker | fa6a620 | 2013-10-28 18:48:30 +0100 | [diff] [blame] | 49 | #if defined(_WIN32) && !defined(EFIX64) && !defined(EFI32) |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 50 | |
Paul Bakker | 4a2bd0d | 2012-11-02 11:06:08 +0000 | [diff] [blame] | 51 | #include <windows.h> |
Steve Lhomme | 954553f | 2023-06-16 13:41:48 +0200 | [diff] [blame] | 52 | #if _WIN32_WINNT >= 0x0501 /* _WIN32_WINNT_WINXP */ |
Kevin Kane | 0ec1e68 | 2016-12-15 09:27:16 -0800 | [diff] [blame^] | 53 | #include <bcrypt.h> |
| 54 | #if _MSC_VER <= 1600 |
| 55 | /* Visual Studio 2010 and earlier issue a warning when both <stdint.h> and <intsafe.h> are included, as they |
| 56 | * redefine a number of <TYPE>_MAX constants. These constants are guaranteed to be the same, though, so |
| 57 | * we suppress the warning when including intsafe.h. |
| 58 | */ |
| 59 | #pragma warning( push ) |
| 60 | #pragma warning( disable : 4005 ) |
| 61 | #endif |
| 62 | #include <intsafe.h> |
| 63 | #if _MSC_VER <= 1600 |
| 64 | #pragma warning( pop ) |
| 65 | #endif |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 66 | |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 67 | int mbedtls_platform_entropy_poll(void *data, unsigned char *output, size_t len, |
| 68 | size_t *olen) |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 69 | { |
Kevin Kane | 0ec1e68 | 2016-12-15 09:27:16 -0800 | [diff] [blame^] | 70 | ULONG len_as_ulong = 0; |
Paul Bakker | 6bcfc67 | 2011-12-05 13:54:00 +0000 | [diff] [blame] | 71 | ((void) data); |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 72 | *olen = 0; |
| 73 | |
Kevin Kane | 0ec1e68 | 2016-12-15 09:27:16 -0800 | [diff] [blame^] | 74 | /* |
| 75 | * BCryptGenRandom takes ULONG for size, which is smaller than size_t on 64-bit platforms. |
| 76 | * Ensure len's value can be safely converted into a ULONG. |
| 77 | */ |
| 78 | if ( FAILED( SizeTToULong( len, &len_as_ulong ) ) ) |
| 79 | { |
| 80 | return( MBEDTLS_ERR_ENTROPY_SOURCE_FAILED ); |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 81 | } |
| 82 | |
Kevin Kane | 0ec1e68 | 2016-12-15 09:27:16 -0800 | [diff] [blame^] | 83 | if ( !BCRYPT_SUCCESS( BCryptGenRandom( NULL, output, len_as_ulong, BCRYPT_USE_SYSTEM_PREFERRED_RNG ) ) ) |
| 84 | { |
| 85 | return( MBEDTLS_ERR_ENTROPY_SOURCE_FAILED ); |
Attila Molnar | 2791ba1 | 2016-01-26 11:39:26 +0100 | [diff] [blame] | 86 | } |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 87 | |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 88 | *olen = len; |
| 89 | |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 90 | return 0; |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 91 | } |
Steve Lhomme | 954553f | 2023-06-16 13:41:48 +0200 | [diff] [blame] | 92 | #else /* !_WIN32_WINNT_WINXP */ |
Antonio de Angelis | 1ee4d12 | 2023-08-16 12:26:37 +0100 | [diff] [blame] | 93 | #error "Entropy not available before Windows XP, use MBEDTLS_NO_PLATFORM_ENTROPY" |
Steve Lhomme | 954553f | 2023-06-16 13:41:48 +0200 | [diff] [blame] | 94 | #endif /* !_WIN32_WINNT_WINXP */ |
Paul Bakker | 9af723c | 2014-05-01 13:03:14 +0200 | [diff] [blame] | 95 | #else /* _WIN32 && !EFIX64 && !EFI32 */ |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 96 | |
Manuel Pégourié-Gonnard | 1829245 | 2015-01-09 14:34:13 +0100 | [diff] [blame] | 97 | /* |
| 98 | * Test for Linux getrandom() support. |
Gilles Peskine | c6468ee | 2020-09-30 22:11:13 +0200 | [diff] [blame] | 99 | * Since there is no wrapper in the libc yet, use the generic syscall wrapper |
Manuel Pégourié-Gonnard | 1829245 | 2015-01-09 14:34:13 +0100 | [diff] [blame] | 100 | * available in GNU libc and compatible libc's (eg uClibc). |
| 101 | */ |
Gilles Peskine | c6468ee | 2020-09-30 22:11:13 +0200 | [diff] [blame] | 102 | #if ((defined(__linux__) && defined(__GLIBC__)) || defined(__midipix__)) |
Manuel Pégourié-Gonnard | 1829245 | 2015-01-09 14:34:13 +0100 | [diff] [blame] | 103 | #include <unistd.h> |
| 104 | #include <sys/syscall.h> |
| 105 | #if defined(SYS_getrandom) |
| 106 | #define HAVE_GETRANDOM |
Hanno Becker | 2751697 | 2018-10-18 11:49:25 +0100 | [diff] [blame] | 107 | #include <errno.h> |
Manuel Pégourié-Gonnard | bcf13ba | 2015-06-22 18:06:17 +0200 | [diff] [blame] | 108 | |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 109 | static int getrandom_wrapper(void *buf, size_t buflen, unsigned int flags) |
Manuel Pégourié-Gonnard | 1829245 | 2015-01-09 14:34:13 +0100 | [diff] [blame] | 110 | { |
Manuel Pégourié-Gonnard | bcf13ba | 2015-06-22 18:06:17 +0200 | [diff] [blame] | 111 | /* MemSan cannot understand that the syscall writes to the buffer */ |
| 112 | #if defined(__has_feature) |
| 113 | #if __has_feature(memory_sanitizer) |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 114 | memset(buf, 0, buflen); |
Manuel Pégourié-Gonnard | bcf13ba | 2015-06-22 18:06:17 +0200 | [diff] [blame] | 115 | #endif |
| 116 | #endif |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 117 | return syscall(SYS_getrandom, buf, buflen, flags); |
Manuel Pégourié-Gonnard | 1829245 | 2015-01-09 14:34:13 +0100 | [diff] [blame] | 118 | } |
Manuel Pégourié-Gonnard | d97828e | 2015-04-29 14:03:28 +0200 | [diff] [blame] | 119 | #endif /* SYS_getrandom */ |
Ørjan Malde | 479d8de | 2020-05-20 09:32:39 +0000 | [diff] [blame] | 120 | #endif /* __linux__ || __midipix__ */ |
Manuel Pégourié-Gonnard | 1829245 | 2015-01-09 14:34:13 +0100 | [diff] [blame] | 121 | |
David Carlier | 2b8c265 | 2020-12-28 15:51:14 +0000 | [diff] [blame] | 122 | #if defined(__FreeBSD__) || defined(__DragonFly__) |
| 123 | #include <sys/param.h> |
| 124 | #if (defined(__FreeBSD__) && __FreeBSD_version >= 1200000) || \ |
| 125 | (defined(__DragonFly__) && __DragonFly_version >= 500700) |
| 126 | #include <errno.h> |
| 127 | #include <sys/random.h> |
| 128 | #define HAVE_GETRANDOM |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 129 | static int getrandom_wrapper(void *buf, size_t buflen, unsigned int flags) |
David Carlier | 2b8c265 | 2020-12-28 15:51:14 +0000 | [diff] [blame] | 130 | { |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 131 | return getrandom(buf, buflen, flags); |
David Carlier | 2b8c265 | 2020-12-28 15:51:14 +0000 | [diff] [blame] | 132 | } |
| 133 | #endif /* (__FreeBSD__ && __FreeBSD_version >= 1200000) || |
| 134 | (__DragonFly__ && __DragonFly_version >= 500700) */ |
| 135 | #endif /* __FreeBSD__ || __DragonFly__ */ |
| 136 | |
nia | 9f5312c | 2020-06-11 13:32:13 +0100 | [diff] [blame] | 137 | /* |
| 138 | * Some BSD systems provide KERN_ARND. |
| 139 | * This is equivalent to reading from /dev/urandom, only it doesn't require an |
| 140 | * open file descriptor, and provides up to 256 bytes per call (basically the |
| 141 | * same as getentropy(), but with a longer history). |
| 142 | * |
| 143 | * Documentation: https://netbsd.gw.com/cgi-bin/man-cgi?sysctl+7 |
| 144 | */ |
| 145 | #if (defined(__FreeBSD__) || defined(__NetBSD__)) && !defined(HAVE_GETRANDOM) |
| 146 | #include <sys/param.h> |
| 147 | #include <sys/sysctl.h> |
| 148 | #if defined(KERN_ARND) |
| 149 | #define HAVE_SYSCTL_ARND |
| 150 | |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 151 | static int sysctl_arnd_wrapper(unsigned char *buf, size_t buflen) |
nia | 9f5312c | 2020-06-11 13:32:13 +0100 | [diff] [blame] | 152 | { |
| 153 | int name[2]; |
| 154 | size_t len; |
| 155 | |
| 156 | name[0] = CTL_KERN; |
| 157 | name[1] = KERN_ARND; |
| 158 | |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 159 | while (buflen > 0) { |
nia | 9f5312c | 2020-06-11 13:32:13 +0100 | [diff] [blame] | 160 | len = buflen > 256 ? 256 : buflen; |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 161 | if (sysctl(name, 2, buf, &len, NULL, 0) == -1) { |
| 162 | return -1; |
| 163 | } |
nia | 9f5312c | 2020-06-11 13:32:13 +0100 | [diff] [blame] | 164 | buflen -= len; |
nia | 8373c86 | 2020-06-24 17:15:02 +0100 | [diff] [blame] | 165 | buf += len; |
nia | 9f5312c | 2020-06-11 13:32:13 +0100 | [diff] [blame] | 166 | } |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 167 | return 0; |
nia | 9f5312c | 2020-06-11 13:32:13 +0100 | [diff] [blame] | 168 | } |
| 169 | #endif /* KERN_ARND */ |
| 170 | #endif /* __FreeBSD__ || __NetBSD__ */ |
| 171 | |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 172 | #include <stdio.h> |
| 173 | |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 174 | int mbedtls_platform_entropy_poll(void *data, |
| 175 | unsigned char *output, size_t len, size_t *olen) |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 176 | { |
| 177 | FILE *file; |
Manuel Pégourié-Gonnard | ea35666 | 2015-08-27 12:02:40 +0200 | [diff] [blame] | 178 | size_t read_len; |
Janos Follath | 24eed8d | 2019-11-22 13:21:35 +0000 | [diff] [blame] | 179 | int ret = MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED; |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 180 | ((void) data); |
| 181 | |
Manuel Pégourié-Gonnard | d97828e | 2015-04-29 14:03:28 +0200 | [diff] [blame] | 182 | #if defined(HAVE_GETRANDOM) |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 183 | ret = getrandom_wrapper(output, len, 0); |
| 184 | if (ret >= 0) { |
Manuel Pégourié-Gonnard | d97828e | 2015-04-29 14:03:28 +0200 | [diff] [blame] | 185 | *olen = ret; |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 186 | return 0; |
| 187 | } else if (errno != ENOSYS) { |
| 188 | return MBEDTLS_ERR_ENTROPY_SOURCE_FAILED; |
Manuel Pégourié-Gonnard | d97828e | 2015-04-29 14:03:28 +0200 | [diff] [blame] | 189 | } |
Hanno Becker | 2751697 | 2018-10-18 11:49:25 +0100 | [diff] [blame] | 190 | /* Fall through if the system call isn't known. */ |
| 191 | #else |
Hanno Becker | 9772da8 | 2018-11-05 11:43:07 +0000 | [diff] [blame] | 192 | ((void) ret); |
Manuel Pégourié-Gonnard | d97828e | 2015-04-29 14:03:28 +0200 | [diff] [blame] | 193 | #endif /* HAVE_GETRANDOM */ |
| 194 | |
nia | 9f5312c | 2020-06-11 13:32:13 +0100 | [diff] [blame] | 195 | #if defined(HAVE_SYSCTL_ARND) |
| 196 | ((void) file); |
| 197 | ((void) read_len); |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 198 | if (sysctl_arnd_wrapper(output, len) == -1) { |
| 199 | return MBEDTLS_ERR_ENTROPY_SOURCE_FAILED; |
| 200 | } |
nia | 9f5312c | 2020-06-11 13:32:13 +0100 | [diff] [blame] | 201 | *olen = len; |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 202 | return 0; |
nia | 9f5312c | 2020-06-11 13:32:13 +0100 | [diff] [blame] | 203 | #else |
| 204 | |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 205 | *olen = 0; |
| 206 | |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 207 | file = fopen("/dev/urandom", "rb"); |
| 208 | if (file == NULL) { |
| 209 | return MBEDTLS_ERR_ENTROPY_SOURCE_FAILED; |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 210 | } |
| 211 | |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 212 | /* Ensure no stdio buffering of secrets, as such buffers cannot be wiped. */ |
| 213 | mbedtls_setbuf(file, NULL); |
| 214 | |
| 215 | read_len = fread(output, 1, len, file); |
| 216 | if (read_len != len) { |
| 217 | fclose(file); |
| 218 | return MBEDTLS_ERR_ENTROPY_SOURCE_FAILED; |
| 219 | } |
| 220 | |
| 221 | fclose(file); |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 222 | *olen = len; |
| 223 | |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 224 | return 0; |
nia | 9f5312c | 2020-06-11 13:32:13 +0100 | [diff] [blame] | 225 | #endif /* HAVE_SYSCTL_ARND */ |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 226 | } |
Paul Bakker | 9af723c | 2014-05-01 13:03:14 +0200 | [diff] [blame] | 227 | #endif /* _WIN32 && !EFIX64 && !EFI32 */ |
Manuel Pégourié-Gonnard | 2cf5a7c | 2015-04-08 12:49:31 +0200 | [diff] [blame] | 228 | #endif /* !MBEDTLS_NO_PLATFORM_ENTROPY */ |
Paul Bakker | 6083fd2 | 2011-12-03 21:45:14 +0000 | [diff] [blame] | 229 | |
Paul Bakker | 9988d6b | 2016-06-01 11:29:42 +0100 | [diff] [blame] | 230 | #if defined(MBEDTLS_ENTROPY_NV_SEED) |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 231 | int mbedtls_nv_seed_poll(void *data, |
| 232 | unsigned char *output, size_t len, size_t *olen) |
Paul Bakker | 9988d6b | 2016-06-01 11:29:42 +0100 | [diff] [blame] | 233 | { |
| 234 | unsigned char buf[MBEDTLS_ENTROPY_BLOCK_SIZE]; |
| 235 | size_t use_len = MBEDTLS_ENTROPY_BLOCK_SIZE; |
| 236 | ((void) data); |
| 237 | |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 238 | memset(buf, 0, MBEDTLS_ENTROPY_BLOCK_SIZE); |
Paul Bakker | 9988d6b | 2016-06-01 11:29:42 +0100 | [diff] [blame] | 239 | |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 240 | if (mbedtls_nv_seed_read(buf, MBEDTLS_ENTROPY_BLOCK_SIZE) < 0) { |
| 241 | return MBEDTLS_ERR_ENTROPY_SOURCE_FAILED; |
| 242 | } |
Paul Bakker | 9988d6b | 2016-06-01 11:29:42 +0100 | [diff] [blame] | 243 | |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 244 | if (len < use_len) { |
| 245 | use_len = len; |
| 246 | } |
Paul Bakker | 9988d6b | 2016-06-01 11:29:42 +0100 | [diff] [blame] | 247 | |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 248 | memcpy(output, buf, use_len); |
Paul Bakker | 9988d6b | 2016-06-01 11:29:42 +0100 | [diff] [blame] | 249 | *olen = use_len; |
| 250 | |
Gilles Peskine | 449bd83 | 2023-01-11 14:50:10 +0100 | [diff] [blame] | 251 | return 0; |
Paul Bakker | 9988d6b | 2016-06-01 11:29:42 +0100 | [diff] [blame] | 252 | } |
| 253 | #endif /* MBEDTLS_ENTROPY_NV_SEED */ |
| 254 | |
Manuel Pégourié-Gonnard | 2cf5a7c | 2015-04-08 12:49:31 +0200 | [diff] [blame] | 255 | #endif /* MBEDTLS_ENTROPY_C */ |