Home
last modified time | relevance | path

Searched refs:retval (Results 1 – 7 of 7) sorted by relevance

/mbedtls-latest/doxygen/
Dmbedtls.doxyfile32 # We mostly use \retval declarations to document which error codes a function
36 # function, we can leave the description part of the \retval command blank.
43 # \retval #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription
/mbedtls-latest/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers_no_static.c.jinja78 * \retval #PSA_SUCCESS
81 * \retval #PSA_ERROR_NOT_SUPPORTED
84 * \retval #PSA_ERROR_INVALID_ARGUMENT
Dpsa_crypto_driver_wrappers.h.jinja699 * \retval #PSA_SUCCESS \emptydescription
700 * \retval #PSA_ERROR_INVALID_ARGUMENT \emptydescription
701 * \retval #PSA_ERROR_NOT_SUPPORTED \emptydescription
/mbedtls-latest/tests/suites/
Dtest_suite_aes.function372 void aes_crypt_xts_size(int size, int retval)
384 output) == retval);
391 void aes_crypt_xts_keysize(int size, int retval)
399 TEST_ASSERT(mbedtls_aes_xts_setkey_enc(&ctx, key, key_len * 8) == retval);
400 TEST_ASSERT(mbedtls_aes_xts_setkey_dec(&ctx, key, key_len * 8) == retval);
Dtest_suite_psa_crypto_entropy.function22 * \retval 1 Either \p expected_size is nonzero and
25 * \retval 0 Either \p expected_size is nonzero but
/mbedtls-latest/library/
Dcmac.c161 int retval; in mbedtls_cipher_cmac_starts() local
167 if ((retval = mbedtls_cipher_setkey(ctx, key, (int) keybits, in mbedtls_cipher_cmac_starts()
169 return retval; in mbedtls_cipher_cmac_starts()
/mbedtls-latest/
DChangeLog933 * Silence warnings from clang -Wdocumentation about empty \retval