Home
last modified time | relevance | path

Searched refs:which (Results 1 – 20 of 20) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/misc/
A Dcompare_testvector.c64 …igned long is_len, const void* should, const unsigned long should_len, const char* what, int which) in compare_testvector() argument
74 fprintf(stderr, "Testvector #%i of %s failed:\n", which, what); in compare_testvector()
79 fprintf(stderr, "Testvector #%i of %s passed!\n", which, what); in compare_testvector()
83 LTC_UNUSED_PARAM(which); in compare_testvector()
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
A Dec25519_export.c28 int which, in ec25519_export() argument
42 std = which & PK_STD; in ec25519_export()
43 which &= ~PK_STD; in ec25519_export()
45 if (which == PK_PRIVATE) { in ec25519_export()
/optee_os/core/lib/libtomcrypt/src/pk/rsa/
A Drsa_exptmod.c31 unsigned char *out, unsigned long *outlen, int which, in rsa_exptmod() argument
47 if (which == PK_PRIVATE && (key->type != PK_PRIVATE)) { in rsa_exptmod()
52 if (which != PK_PRIVATE && which != PK_PUBLIC) { in rsa_exptmod()
74 if (which == PK_PRIVATE) { in rsa_exptmod()
/optee_os/core/lib/libtomcrypt/src/pk/ed25519/
A Ded25519_export.c28 int which, in ed25519_export() argument
35 return ec25519_export(out, outlen, which, key); in ed25519_export()
/optee_os/core/lib/libtomcrypt/src/pk/x25519/
A Dx25519_export.c28 int which, in x25519_export() argument
35 return ec25519_export(out, outlen, which, key); in x25519_export()
/optee_os/core/lib/libfdt/
A DREADME.license5 libfdt which comprises the files in the libfdt/ subdirectory. These
13 entitled 'GPL' which should be included in this package. dtc code,
14 therefore, may not be incorporated into works which do not have a GPL
38 Licenses such as the LGPL which would allow code to be used in non-GPL
42 to anticipate all possible changes which might be needed to meld
50 permissively licensed this way. Therefore only contributions which
/optee_os/lib/libmbedtls/mbedtls/
A DCONTRIBUTING.md19 1. Write a test which shows that the bug was fixed or that the feature works as expected.
30 …ifiable by either being a significant enhancement, new feature or bug fix which is best resolved b…
32 Where changes to an existing interface are necessary, functions in the public interface which need …
36 Therefore, no changes are permitted to the definition of functions in the public interface which wi…
38 Periodically, the library will remove deprecated functions from the library which will be a breakin…
42which are maintained continuously for a given period. The LTS branches are provided to allow users…
46 1. Any change to the library which changes the API or ABI cannot be backported.
68 …ode contributions should provide a similar level of code coverage to that which already exists for…
A DChangeLog82 unintended representation of the value 0 which was not processed
159 * Fix which alert is sent in some cases to conform to the
180 python2, which is no longer supported upstream.
183 sessions which are consistent with the negotiated ciphersuite
732 (which it is by default).
887 structures, which was exposed only in an internal header.
1092 * Fix bugs in the AEAD test suite which would be exposed by ciphers which
1130 which allows copy-less parsing of DER encoded X.509 CRTs,
1568 * Fix the key_app_writer example which was writing a leading zero byte which
2338 scripts, which is also now called by all.sh.
[all …]
A DREADME.md11 …le in the fully documented configuration file `include/mbedtls/config.h`, which is also the place …
211 * The API distinguishes caller memory from internal memory, which allows the library to be implemen…
212 * The structure of internal data is hidden to the application, which allows substituting alternativ…
213 * All access to the keys happens through key identifiers, which allows support for external cryptop…
236 * A driver programming interface, which makes it possible to use hardware accelerators instead of t…
A DLICENSE42 form, that is based on (or derived from) the Work and for which the
82 with the Work to which such Contribution(s) was submitted. If You
/optee_os/lib/libutils/isoc/
A Dbget.doc8 BGET is a comprehensive memory allocation package which is easily
21 * Wiping buffers at release time to catch code which
36 embedded programs to providing the framework upon which a multitasking
47 to name two, on which programs have obtained substantial speed-ups by
65 that memory is allocated is a linear array which can be addressed as a
72 which can be managed, only on the largest individual object which can be
84 references which are made in the interest of providing a roadmap to
97 allocation (which is usually not worth it in other environments).
306 bpoold() function which dumps the
314 bufdump() function which allows
[all …]
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_private.h354 int which,
438 #define _LTC_PRNG_EXPORT(which) \ argument
439 int which ## _export(unsigned char *out, unsigned long *outlen, prng_state *prng) \
441 unsigned long len = which ## _desc.export_size; \
452 if (which ## _read(out, len, prng) != len) { \
A Dtomcrypt_misc.h175 …gned long is_len, const void* should, const unsigned long should_len, const char* what, int which);
A Dtomcrypt_math.h484 unsigned char *out, unsigned long *outlen, int which,
A Dtomcrypt_pk.h60 unsigned char *out, unsigned long *outlen, int which,
359 int which,
384 int which,
/optee_os/
A D.azure-pipelines.yml237 # Azure CI sets ${SYSTEM} to "build" which prevents OpenSSL from building due to:
263 # Azure CI sets ${SYSTEM} to "build" which prevents OpenSSL from building due to:
A DMAINTAINERS3 Linaro as such maintains OP-TEE, but for individual devices which might not be
A DCHANGELOG.md657 and write-implies-no-exec (`SCTLR.WXN`, `SCTLR.UWXN`), which can therefore not
743 * Add support for Secure Data Path which allows Client and Trusted Applications
906 * crypto: fix `cipher_final()` which would not call `cbc_done()` for CBC_MAC
1029 extension bug with offset parameter of syscall storage_obj_seek which could
/optee_os/core/arch/arm/crypto/
A Daes_modes_armv8a_ce_a32.S88 cmp r3, #12 @ which key size?
/optee_os/core/arch/arm/dts/
A Dfsl-lx2160a.dtsi433 // One clock unit-sysclk node which bootloader require during DT fix-up

Completed in 43 milliseconds