Home
last modified time | relevance | path

Searched refs:after (Results 1 – 16 of 16) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/
H A D.uncrustify.cfg67 # But no space after the '!' operator
70 # No space after the bitwise-not '~' operator
73 # No space after the addressof '&' operator
79 # No space after the dereference '*' operator
82 # No space after a unary negation '-'
133 # No space after a pointer star
139 # Remove space after star in a function return type
142 # At least 1 space after a type in variable definition etc
157 # Add a space after a ';' (unless a comment follows)
159 # (Uncrustify >= 0.73.0) Add a space after a semi in non-empty for statements
[all …]
H A DChangeLog31 * Fix possible use-after-free or double-free in code calling
35 on the documented behaviour to still hold pointers to memory blocks after
36 they were free()d, resulting in high risk of use-after-free or double-free,
39 were affected (use-after-free if the san string contains more than one DN).
190 bad state after an operation has been aborted.
610 generating a new random after a HelloRetryRequest. Fixes #8669.
833 that the output after decryption may include CBC padding. Consider moving
970 * Update test data to avoid failures of unit tests after 2023-08-07.
1291 a secure enclave) could recover an RSA private key after observing the
1469 Furthermore you may name an additional file to include after the main
[all …]
H A DCONTRIBUTING.md17 …ntribution passes basic tests before submission, and check the CI results after making a pull requ…
H A DREADME.md160 Note that, with CMake, you can't adjust the compiler or its flags after the
/optee_os/core/pta/veraison_attestation/
H A Dsub.mk6 cflags-$(CFG_VERAISON_ATTESTATION_PTA) += -Wno-declaration-after-statement
/optee_os/lib/libutils/compiler-rt/lib/builtins/
H A Dsub.mk2 cflags-y += -Wno-declaration-after-statement
/optee_os/ta/
H A Dlink.mk73 link-ldadd-after-libgcc += $(addprefix -l,$(libnames-after-libgcc))
76 $(link-ldadd-after-libgcc)
96 $(libdeps-after-libgcc) \
/optee_os/core/lib/qcbor/
H A Dsub.mk3 cflags-y += -Wno-declaration-after-statement
H A DLICENSE7 Files created after release to CAF use the standard 3-Clause BSD
H A DREADME.md549 Files created after release to CAF use the standard 3-Clause BSD
/optee_os/ta/mk/
H A Dta_dev_kit.mk105 libnames-after-libgcc += utils
106 libdeps-after-libgcc += $(ta-dev-kit-dir$(sm))/lib/libutils.a
/optee_os/mk/
H A Dcompile.mk43 comp-cflags-warns-high += $(call cc-option,-Wdeclaration-after-statement)
/optee_os/lib/libmbedtls/
H A Dsub.mk162 cflags-lib-y += -Wno-declaration-after-statement
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk195 cflags-mpi_desc.c-y += -Wno-declaration-after-statement
365 cflags-x25519.c-y += -Wno-declaration-after-statement
/optee_os/core/drivers/crypto/caam/utils/
H A Dutils_dmaobj.c285 struct dmaentry *after, in dmalist_insert_after_entry() argument
296 TAILQ_INSERT_AFTER(&priv->list, after, entry, link); in dmalist_insert_after_entry()
/optee_os/
H A DCHANGELOG.md859 * Secure storage: fix potential memory leak after early return ([#1961])
875 * Secure storage (REE FS): storage size not updated after
1097 - crypto: fix RSA key leakage after fault injection attack
1099 * crypto: fix RSA key leakage after side channel attack
1336 * Drop write permission to non-writable ELF segments after TA loading is
1592 * [#814][pr814]: Persistent objects : save informations after close