Home
last modified time | relevance | path

Searched full:then (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/optee_os/scripts/
H A Dcheckpatch.sh6 # locate checkpatch.pl: first take the one from the path, then check
9 if [ -z "$CHECKPATCH" ]; then
12 if [ -z "$CHECKPATCH" ]; then
15 if [ -z "$CHECKPATCH" ]; then
94 if (( MAJOR < 2 )) || (( MAJOR == 2 && MINOR < 19 )); then
101 if git cat-file -e "${object}" 2>/dev/null; then
H A Dci-host-cleanup.sh23 if dpkg-query -W -f='${Package}\n' $pkg 2>/dev/null | grep -q .; then
31 if [ "$found" ]; then
/optee_os/ta/pkcs11/scripts/
H A Dverify-helpers.sh21 if [ ${PRESENT} -ne 0 ] ; then
23 elif [ $COUNT -eq 0 ] ; then
44 if [ ${PRESENT} -ne 0 ] ; then
46 elif [ $COUNT -eq 0 ] ; then
95 if [ -n "${ERRORS}" ] ; then
/optee_os/core/lib/zlib/
H A Dzlib.h338 below). Then deflate is guaranteed to return Z_STREAM_END. If not enough
343 so far (that is, total_in bytes). If a gzip stream is being generated, then
373 may be set but then points to a static string (which must not be
413 enough room in the output buffer), then next_in and avail_in are updated
475 enough output space is provided, then a sliding window will be allocated and
516 then call inflateSync() to look for a good compression block if a partial
567 determines the window size. deflate() will then generate raw deflate data
630 predicted with good accuracy; the data can then be compressed better than
645 actually used by the compressor.) If a raw deflate was requested, then the
663 Z_NULL, then only the dictionary length is returned, and nothing is copied.
[all …]
/optee_os/core/lib/libefi/include/efi/
H A Dmpinfo.h26 * If the bit is 1, then the processor is BSP. Otherwise, it is AP.
33 * then the processor is enabled. Otherwise, it is disabled.
39 * indicates whether the processor is healthy. If the bit is 1, then the
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dlmots.h62 * \param ctx The uninitialized LMOTS context that will then be
70 * \param ctx The initialized LMOTS context that will then be
121 * an LMOTS signature. This can then be compared to
188 * \param ctx The uninitialized LMOTS context that will then be
196 * \param ctx The initialized LMOTS context that will then be
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_mulmod.c125 /* if the bit is zero and mode == 1 then we double */ in ltc_ecc_mulmod()
149 /* then add, bitbuf will be 8..15 [8..2^WINSIZE] guaranteed */ in ltc_ecc_mulmod()
158 /* if bits remain then double/add */ in ltc_ecc_mulmod()
160 /* double then add */ in ltc_ecc_mulmod()
174 /* then add */ in ltc_ecc_mulmod()
/optee_os/mk/
H A Dmacros.mk3 if cmp -s $2 $1; then \
13 $(q)if [ ! -f $(1) ]; then \
/optee_os/core/include/kernel/
H A Dcallout.h46 * then it will be called @ms milliseconds after callout_service_init() has
82 * following then one already set.
99 * callout_service_init() and then stored to be used by
/optee_os/
H A DMakefile109 ${q}dirs="$(call cleandirs-for-rmdir)"; if [ "$$dirs" ]; then $(RMDIR) $$dirs; fi
110 @if [ "$(out-dir)" != "$(O)" ]; then $(cmd-echo-silent) ' CLEAN $(O)'; fi
111 ${q}if [ -d "$(O)" ]; then $(RMDIR) $(O); fi
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dpoly1305.h58 * \c mbedtls_poly1305_starts(), then one or more calls to
59 * \c mbedtls_poly1305_update(), then one call to
60 * \c mbedtls_poly1305_finish(), then finally
H A Dssl_ticket.h118 * set to a value greater than seven days in this module then
136 * before ticket lifetime expires, then a new session ticket
161 * set to a value greater than seven days in this module then
H A Decdsa.h133 * bitlength of the group order, then the hash is truncated
176 * bitlength of the group order, then the hash is truncated as
230 * than the bitlength of the group order, then the
296 * than the bitlength of the group order, then the
350 * bitlength of the group order, then the hash is truncated as
386 * bitlength of the group order, then the hash is truncated as
441 * bitlength of the group order, then the hash is truncated as
534 * bitlength of the group order, then the hash is truncated as
H A Dchachapoly.h78 * \c mbedtls_chachapoly_starts(), then 0 or more calls to
79 * \c mbedtls_chachapoly_update_aad(), then 0 or more calls to
80 * \c mbedtls_chachapoly_update(), then one call to
139 * encrypt or decrypt) then \p mode can be set to any value.
H A Dlms.h238 * \param ctx The uninitialized LMS context that will then be
246 * \param ctx The initialized LMS context that will then be
329 * then be initialized. */
335 * \param ctx The initialized LMS private context that will then
406 * key can only be used once. If they are reused, then
/optee_os/lib/libutils/isoc/newlib/
H A Dmemchr.c60 <[c]> is not found, then <<NULL>> is returned.
131 character and then detecting for the presence of NUL in the
147 then we resort to the bytewise loop. */
H A Dstr-two-way.h225 If AVAILABLE does not modify HAYSTACK_LEN (as in memmem), then at
227 If AVAILABLE modifies HAYSTACK_LEN (as in strstr), then at most 3 *
317 If AVAILABLE does not modify HAYSTACK_LEN (as in memmem), then at
320 If AVAILABLE modifies HAYSTACK_LEN (as in strstr), then at most 3 *
359 /* Check the last byte first; if it does not match, then in two_way_long_needle()
411 /* Check the last byte first; if it does not match, then in two_way_long_needle()
/optee_os/.github/workflows/
H A Dci.yml42 if [ "${GITHUB_EVENT_NAME}" = "push" ]; then \
48 if [ "$(git rev-list --count HEAD^1..HEAD^2)" -gt 1 ]; then \
210 …if [ -d $HOME/se050/plug-and-trust ]; then _make PLATFORM=imx-mx6ullevk CFG_NXP_SE05X=y CFG_IMX_I2…
211 …if [ -d $HOME/se050/plug-and-trust ]; then _make PLATFORM=imx-mx8mmevk CFG_NXP_CAAM=y CFG_NXP_CAAM…
231 …if [ -d $HOME/scp-firmware ]; then _make PLATFORM=vexpress-qemu_armv8a CFG_SCMI_SCPFW=y CFG_SCP_FI…
232 … if [ -d $HOME/scp-firmware ]; then _make PLATFORM=stm32mp2 CFG_SCP_FIRMWARE=$HOME/scp-firmware; fi
233 …if [ -d $HOME/scp-firmware ]; then _make PLATFORM=stm32mp2-235F_DK CFG_SCP_FIRMWARE=$HOME/scp-firm…
234 …if [ -d $HOME/scp-firmware ]; then _make PLATFORM=stm32mp2-215F_DK CFG_SCP_FIRMWARE=$HOME/scp-firm…
235 …if [ -d $HOME/scp-firmware ]; then _make PLATFORM=vexpress-fvp CFG_SCMI_SCPFW=y CFG_SCP_FIRMWARE=$…
236 …# if [ -d $HOME/scp-firmware ]; then _make PLATFORM=stm32mp1-157C_DK2 CFG_SCMI_SCPFW=y CFG_SCP_FIR…
/optee_os/core/drivers/
H A Dsp805_wdt.c31 * counter it gives an interrupt and then starts counter again. If in sp805_setload()
32 * interrupt already occurred then it resets the system. This is why in sp805_setload()
H A Dzynqmp_huk.c163 * encrypts and then decrypts the resulting string regenerating the in tee_otp_get_hw_unique_key()
164 * PUF KEK in between: if the outputs match, then the PUF KEK was in tee_otp_get_hw_unique_key()
215 * included and then AES-GCM encrypted with the selected Device Key in tee_otp_get_hw_unique_key()
/optee_os/core/lib/libtomcrypt/
H A Ddes2_key.h13 * encryption step, then a decryption step, followed in get_des2_key()
/optee_os/core/arch/arm/kernel/
H A Dvfp_private.h21 * for thumb mode, to make it easy always implement then in ARM assembly as
/optee_os/core/include/drivers/
H A Daplic.h13 * is then used by other functions. This function also initializes
H A Dimx_sc_api.h29 * function can then be used to start the RNG earlier or to check the RNG
/optee_os/.github/
H A Dpull_request_template.md2 If you are new to submitting pull requests to OP-TEE, then please have a

12345678910>>...12