Home
last modified time | relevance | path

Searched refs:success (Results 1 – 15 of 15) sorted by relevance

/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_generate_key.function32 // Verify attributes of the created key on success
A Dhost_test.function9 * \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 Dtest_suite_psa_crypto_se_driver_hal_mocks.data1 SE init mock test: success
A Dtest_suite_psa_crypto_storage_format.function17 * 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 Dtest_suite_mps.function991 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 Dtest_suite_net.function28 * On success, it refers to the opened file (\p wanted_fd).
A Dtest_suite_rsa.function64 * 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 Dtest_suite_entropy.function144 * checking whether it has already been called in the success path. */
A Dtest_suite_ssl.function762 * \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 Dtest_suite_cipher.function580 * return success, not MBEDTLS_ERR_CIPHER_FULL_BLOCK_EXPECTED, when
A Dtest_suite_psa_crypto.function316 * \return int Zero on failure, non-zero on success.
/mbedtls-development/library/
A Dx509_crt.c1433 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 Dpsa-driver-interface.md395 …_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 Dinvasive-testing.md306 #### PSA storage cleanup on success
/mbedtls-development/
A DChangeLog1156 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