Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) // SPDX-License-Identifier: GPL-2.0-or-later
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) extern void *jent_zalloc(unsigned int len);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) extern void jent_zfree(void *ptr);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) extern int jent_fips_enabled(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) extern void jent_panic(char *s);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) extern void jent_memcpy(void *dest, const void *src, unsigned int n);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) extern void jent_get_nstime(__u64 *out);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) struct rand_data;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) extern int jent_entropy_init(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) extern int jent_read_entropy(struct rand_data *ec, unsigned char *data,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 			     unsigned int len);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) extern struct rand_data *jent_entropy_collector_alloc(unsigned int osr,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 						      unsigned int flags);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) extern void jent_entropy_collector_free(struct rand_data *entropy_collector);