Searched refs:success (Results 1 – 15 of 15) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_psa_crypto_generate_key.function | 32 // Verify attributes of the created key on success
|
A D | host_test.function | 9 * \return 0 if success else 1 34 * \return 0 if success else 1 108 * \return 0 if success else -1 239 * \return 0 for success else 1 333 * \return 0 for success else 1 363 * \return 0 for success else 1
|
A D | test_suite_psa_crypto_se_driver_hal_mocks.data | 1 SE init mock test: success
|
A D | test_suite_psa_crypto_storage_format.function | 17 * mark the test case as failed and return 0. On success, return 1. 67 * mark the test case as failed and return 0. On success, return 1.
|
A D | test_suite_mps.function | 991 int success = 0; 1017 success = 1; 1026 success = 1; 1058 success = 1; 1070 success = 1; 1082 success = 1; 1095 success = 1; 1103 if( success == 1 )
|
A D | test_suite_net.function | 28 * On success, it refers to the opened file (\p wanted_fd).
|
A D | test_suite_rsa.function | 64 * already been called in the success path. */ 926 /* On expected success, perform some public and private 1331 /* On expected success, perform some public and private
|
A D | test_suite_entropy.function | 144 * checking whether it has already been called in the success path. */
|
A D | test_suite_ssl.function | 762 * \retval 0 on success, otherwise error code. 880 * \retval 0 on success, otherwise error code. 999 * \retval 0 on success, otherwise error code. 1537 * \retval 0 on success, otherwise error code. 1663 * \retval 0 on success, otherwise error code. 3586 * Encrypt and decrypt the correct record, expecting success
|
A D | test_suite_cipher.function | 580 * return success, not MBEDTLS_ERR_CIPHER_FULL_BLOCK_EXPECTED, when
|
A D | test_suite_psa_crypto.function | 316 * \return int Zero on failure, non-zero on success.
|
/mbedtls-development/library/ |
A D | x509_crt.c | 1433 int success = 0, first_error = 0, total_failed = 0; in mbedtls_x509_crt_parse() local 1528 success = 1; in mbedtls_x509_crt_parse() 1532 if( success ) in mbedtls_x509_crt_parse()
|
/mbedtls-development/docs/proposed/ |
A D | psa-driver-interface.md | 395 …_bits`: on success, an estimate of the amount of entropy that is present in the `output` buffer, i… 396 * `output`: on success, this buffer contains non-deterministic data with an estimated entropy of at… 403 * `PSA_SUCCESS`: success. The output buffer contains some entropy. 569 * `output`: on success (including partial success), the first `*output_length` bytes of this buffer… 571 * `*output_length`: on success (including partial success), the number of bytes of random data that… 814 …utes` with the attributes of the key (except for the key identifier). On success, this function mu…
|
/mbedtls-development/docs/architecture/testing/ |
A D | invasive-testing.md | 306 #### PSA storage cleanup on success
|
/mbedtls-development/ |
A D | ChangeLog | 1156 rather than success, so that coding mistakes or memory corruption tends to 1157 cause functions to return this error code rather than a success. There are
|
Completed in 42 milliseconds