Home
last modified time | relevance | path

Searched refs:returned (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/arch/riscv/kernel/
H A Dsbi_mpxy.c135 uint32_t returned = 0; in sbi_mpxy_get_channel_ids() local
164 returned = data->returned; in sbi_mpxy_get_channel_ids()
166 count = returned < (channel_count - start_index) ? in sbi_mpxy_get_channel_ids()
167 returned : in sbi_mpxy_get_channel_ids()
403 uint32_t returned = 0; in sbi_mpxy_get_channel_count() local
430 returned = data->returned; in sbi_mpxy_get_channel_count()
431 *channel_count = remaining + returned; in sbi_mpxy_get_channel_count()
/optee_os/core/arch/riscv/include/
H A Dsbi_mpxy.h120 uint32_t returned; member
137 uint32_t returned; member
/optee_os/core/lib/libfdt/
H A DREADME.license39 software, but also require contributions to be returned were
/optee_os/lib/libutils/isoc/
H A Dbget.doc177 returned, or NULL if insufficient memory was available to allocate the
183 address of the buffer is returned, or NULL if insufficient memory was
189 <newsize> and preserving all existing data. NULL is returned if
290 is returned if the pool is valid, 0 if an error is found.
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog99 function reported the correct size in *olen when it returned
605 encrypt/decrypt functions returned an error. Fixes #8824.
938 error code on failure. Before, they returned 1 to indicate failure in
1356 the error code returned by mbedtls_mpi_write_file() is overwritten
1766 * Fix the error returned by psa_generate_key() for a public key. Fixes #4551.
1829 * Indicate in the error returned if the nonce length used with
1888 returned from the public SSL API.
2257 maximum nonce length returned by psa_aead_generate_nonce().
2300 * Various changes to which alert and/or error code may be returned
3460 signature always used a salt with the same length as the hash, and returned
[all …]
/optee_os/core/lib/qcbor/
H A DREADME.md320 `QCBOR_ERR_HW_FLOAT_DISABLED` will be returned.