Searched refs:retval (Results 1 – 5 of 5) sorted by relevance
/mbedtls-3.5.0/doxygen/ |
D | mbedtls.doxyfile | 31 # We mostly use \retval declarations to document which error codes a function 35 # function, we can leave the description part of the \retval command blank. 42 # \retval #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription
|
/mbedtls-3.5.0/tests/suites/ |
D | test_suite_aes.function | 252 void aes_crypt_xts_size(int size, int retval) 264 output) == retval); 271 void aes_crypt_xts_keysize(int size, int retval) 279 TEST_ASSERT(mbedtls_aes_xts_setkey_enc(&ctx, key, key_len * 8) == retval); 280 TEST_ASSERT(mbedtls_aes_xts_setkey_dec(&ctx, key, key_len * 8) == retval);
|
/mbedtls-3.5.0/library/ |
D | cmac.c | 178 int retval; in mbedtls_cipher_cmac_starts() local 184 if ((retval = mbedtls_cipher_setkey(ctx, key, (int) keybits, in mbedtls_cipher_cmac_starts() 186 return retval; in mbedtls_cipher_cmac_starts()
|
/mbedtls-3.5.0/scripts/data_files/driver_templates/ |
D | psa_crypto_driver_wrappers.c.jinja | 690 * \retval #PSA_SUCCESS \emptydescription 691 * \retval #PSA_ERROR_INVALID_ARGUMENT \emptydescription 692 * \retval #PSA_ERROR_NOT_SUPPORTED \emptydescription 729 * \retval #PSA_SUCCESS 732 * \retval #PSA_ERROR_NOT_SUPPORTED 735 * \retval #PSA_ERROR_INVALID_ARGUMENT
|
/mbedtls-3.5.0/ |
D | ChangeLog | 157 * Silence warnings from clang -Wdocumentation about empty \retval
|