Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 26) sorted by relevance

12

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dentropy.c63 memset( ctx->source, 0, sizeof( ctx->source ) ); in mbedtls_entropy_init()
139 mbedtls_platform_zeroize( ctx->source, sizeof( ctx->source ) ); in mbedtls_entropy_free()
161 ctx->source[idx].f_source = f_source; in mbedtls_entropy_add_source()
162 ctx->source[idx].p_source = p_source; in mbedtls_entropy_add_source()
163 ctx->source[idx].threshold = threshold; in mbedtls_entropy_add_source()
164 ctx->source[idx].strong = strong; in mbedtls_entropy_add_source()
279 if( ( ret = ctx->source[i].f_source( ctx->source[i].p_source, in entropy_gather_internal()
293 ctx->source[i].size += olen; in entropy_gather_internal()
373 if( ctx->source[i].size < ctx->source[i].threshold ) in mbedtls_entropy_func()
376 strong_size += ctx->source[i].size; in mbedtls_entropy_func()
[all …]
/optee_os-3.20.0/core/include/kernel/
A Dtime_source.h15 #define REGISTER_TIME_SOURCE(source) \ argument
17 _time_source = source; \
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/
A DREADME.txt9 is distributed in the form of C source code. Building the SoftFloat sources
17 SoftFloat-source.html Documentation for building SoftFloat.
20 Other files in the package comprise the source code for SoftFloat.
A DCOPYING.txt8 each source file individually.
13 Redistribution and use in source and binary forms, with or without
16 1. Redistributions of source code must retain the above copyright notice,
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A Ddco.txt18 have the right to submit it under the open source license
22 of my knowledge, is covered under an appropriate open source
25 by me, under the same open source license (unless I am
37 this project or the open source license(s) involved.
A DSUPPORT.md7 - the `docs` directory in the source tree;
A DLICENSE28 including but not limited to software source code, documentation
29 source, and configuration files.
57 communication on electronic mailing lists, source code control systems,
A DREADME.md58 In order to build from the source code using GNU Make, just enter at the command line:
86 In order to build the source using CMake in a separate directory (recommended), just enter at the c…
141 the Mbed TLS source directory, use:
213 …analyses, hardware and firmware architecture specifications, and an open source firmware reference…
A DCONTRIBUTING.md5 …- As with any open source project, contributions will be reviewed by the project team and communit…
59 …ts/` directory that are dynamically generated to produce the actual test source files (e.g. `test_…
/optee_os-3.20.0/core/arch/arm/plat-amlogic/scripts/
A Daml_bin2img.py42 def aml_create_header_file(source, dest, entry, res_mem_start, res_mem_size, argument
45 src_fd = open(source, 'rb')
109 source_file = args.source
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/scripts/
A Dstm32image.py76 def stm32image_create_header_file(source, dest, load, entry, bintype): argument
78 src_fd = open(source, 'rb')
126 source_file = args.source
/optee_os-3.20.0/
A DREADME.md2 This git contains source code for the secure side implementation of OP-TEE
A DLICENSE7 Redistribution and use in source and binary forms, with or without
10 1. Redistributions of source code must retain the above copyright notice,
/optee_os-3.20.0/core/lib/zlib/
A Dzutil.c150 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy() argument
152 const Bytef* source;
157 *dest++ = *source++; /* ??? to be unrolled */
A Dzlib.h678 z_streamp source));
945 z_streamp source));
1231 const Bytef *source, uLong sourceLen));
1246 const Bytef *source, uLong sourceLen,
1269 const Bytef *source, uLong sourceLen));
1287 const Bytef *source, uLong *sourceLen));
A Dinflate.c1493 int ZEXPORT inflateCopy(dest, source) in inflateCopy() argument
1495 z_streamp source;
1503 if (inflateStateCheck(source) || dest == Z_NULL)
1505 state = (struct inflate_state FAR *)source->state;
1509 ZALLOC(source, 1, sizeof(struct inflate_state));
1514 ZALLOC(source, 1U << state->wbits, sizeof(unsigned char));
1516 ZFREE(source, copy);
1522 zmemcpy((voidpf)dest, (voidpf)source, sizeof(z_stream));
A Dzutil.h235 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
/optee_os-3.20.0/core/lib/libtomcrypt/src/prngs/
A Dfortuna.c252 static int s_fortuna_add(unsigned long source, unsigned long pool, const unsigned char *in, unsigne… in s_fortuna_add() argument
263 tmp[0] = (unsigned char)source; in s_fortuna_add()
287 int fortuna_add_random_event(unsigned long source, unsigned long pool, const unsigned char *in, uns… in fortuna_add_random_event() argument
294 LTC_ARGCHK(source <= 255); in fortuna_add_random_event()
299 err = s_fortuna_add(source, pool, in, inlen, prng); in fortuna_add_random_event()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dentropy.h137 mbedtls_entropy_source_state source[MBEDTLS_ENTROPY_MAX_SOURCES]; member
/optee_os-3.20.0/core/arch/arm/dts/
A Dstm32mp151.dtsi368 wakeup-source;
457 wakeup-source;
469 wakeup-source;
481 wakeup-source;
493 wakeup-source;
511 wakeup-source;
527 wakeup-source;
543 wakeup-source;
559 wakeup-source;
602 wakeup-source;
[all …]
A Dstm32mp15xx-dhcom-pdk2.dtsi72 wakeup-source;
A Dat91-sama5d27_som1_ek.dts466 wakeup-source;
A Dat91-sama5d2_xplained.dts712 wakeup-source;
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_prng.h144 int fortuna_add_random_event(unsigned long source, unsigned long pool, const unsigned char *in, uns…
/optee_os-3.20.0/core/lib/libfdt/
A DREADME.license11 As SPDX license tags in each source file attest, dtc is licensed

Completed in 26 milliseconds

12