Searched refs:retval (Results 1 – 7 of 7) sorted by relevance
/mbedtls-latest/doxygen/ |
D | mbedtls.doxyfile | 32 # 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/ |
D | psa_crypto_driver_wrappers_no_static.c.jinja | 78 * \retval #PSA_SUCCESS 81 * \retval #PSA_ERROR_NOT_SUPPORTED 84 * \retval #PSA_ERROR_INVALID_ARGUMENT
|
D | psa_crypto_driver_wrappers.h.jinja | 699 * \retval #PSA_SUCCESS \emptydescription 700 * \retval #PSA_ERROR_INVALID_ARGUMENT \emptydescription 701 * \retval #PSA_ERROR_NOT_SUPPORTED \emptydescription
|
/mbedtls-latest/tests/suites/ |
D | test_suite_aes.function | 372 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);
|
D | test_suite_psa_crypto_entropy.function | 22 * \retval 1 Either \p expected_size is nonzero and 25 * \retval 0 Either \p expected_size is nonzero but
|
/mbedtls-latest/library/ |
D | cmac.c | 161 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/ |
D | ChangeLog | 933 * Silence warnings from clang -Wdocumentation about empty \retval
|