Searched refs:PSA_ERROR_NOT_PERMITTED (Results 1 – 19 of 19) sorted by relevance
| /mbedtls/library/ |
| A D | psa_util.c | 101 { PSA_ERROR_NOT_PERMITTED, MBEDTLS_ERR_RSA_BAD_INPUT_DATA }, 116 { PSA_ERROR_NOT_PERMITTED, MBEDTLS_ERR_ECP_BAD_INPUT_DATA }, 137 case PSA_ERROR_NOT_PERMITTED: in psa_generic_status_to_mbedtls() 168 case PSA_ERROR_NOT_PERMITTED: in psa_pk_status_to_mbedtls()
|
| A D | psa_crypto_se.c | 249 return PSA_ERROR_NOT_PERMITTED; in psa_destroy_se_key()
|
| A D | psa_crypto_storage.c | 469 status = PSA_ERROR_NOT_PERMITTED; in mbedtls_psa_storage_inject_entropy()
|
| A D | psa_crypto.c | 502 return PSA_ERROR_NOT_PERMITTED; in mbedtls_to_psa_error() 1027 return PSA_ERROR_NOT_PERMITTED; in psa_key_policy_permits() 1115 status = PSA_ERROR_NOT_PERMITTED; in psa_get_and_lock_key_slot_with_policy() 1313 overall_status = PSA_ERROR_NOT_PERMITTED; in psa_destroy_key() 6454 return PSA_ERROR_NOT_PERMITTED; in psa_key_derivation_output_key_ext() 7784 return PSA_ERROR_NOT_PERMITTED; in mbedtls_psa_inject_entropy()
|
| A D | pk.c | 616 if (status == PSA_ERROR_NOT_PERMITTED /*missing COPY usage*/ || in copy_into_psa()
|
| A D | pk_wrap.c | 717 } else if (status != PSA_ERROR_NOT_PERMITTED) { in ecdsa_sign_psa()
|
| /mbedtls/tests/suites/ |
| A D | test_suite_psa_crypto_entropy.data | 29 …PSA_INJECT_ENTROPY_MIN_SIZE:PSA_SUCCESS:MBEDTLS_PSA_INJECT_ENTROPY_MIN_SIZE:PSA_ERROR_NOT_PERMITTED 32 …ion:MBEDTLS_ENTROPY_MAX_SEED_SIZE:PSA_SUCCESS:MBEDTLS_ENTROPY_MAX_SEED_SIZE:PSA_ERROR_NOT_PERMITTED
|
| A D | test_suite_psa_crypto.data | 357 …YPE_AES:PSA_KEY_USAGE_ENCRYPT | PSA_KEY_USAGE_DECRYPT:PSA_ALG_CTR:0:128:0:PSA_ERROR_NOT_PERMITTED:1 834 …aaaaaaaaaaaaaaaaaaaaa":PSA_ALG_HMAC(PSA_ALG_SHA_256):PSA_ERROR_NOT_PERMITTED:PSA_ERROR_NOT_PERMITT… 838 …aaaaaaaaaaaaaaaaaaaaa":PSA_ALG_HMAC(PSA_ALG_SHA_224):PSA_ERROR_NOT_PERMITTED:PSA_ERROR_NOT_PERMITT… 842 …aaaaaaaaaaaaaaaaaaaaa":PSA_ALG_HMAC(PSA_ALG_SHA_256):PSA_ERROR_NOT_PERMITTED:PSA_ERROR_NOT_PERMITT… 846 …aaaaaaaaaaaaaaaaaaaaa":PSA_ALG_HMAC(PSA_ALG_SHA_256):PSA_ERROR_NOT_PERMITTED:PSA_ERROR_NOT_PERMITT… 870 …aaaaaaaaaaaa":PSA_ALG_TRUNCATED_MAC(PSA_ALG_CMAC, 8):PSA_ERROR_NOT_PERMITTED:PSA_ERROR_NOT_PERMITT… 882 …aaaaaaaaaaaaaaaaaaaaa":PSA_ALG_HMAC(PSA_ALG_SHA_256):PSA_ERROR_NOT_PERMITTED:PSA_ERROR_NOT_PERMITT… 894 …aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa":PSA_ALG_CMAC:PSA_ERROR_NOT_PERMITTED:PSA_ERROR_NOT_PERMITT… 942 …G_CCM:PSA_KEY_TYPE_AES:"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa":16:16:PSA_ALG_GCM:PSA_ERROR_NOT_PERMITTED 946 …YPT:0:PSA_KEY_TYPE_AES:"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa":16:16:PSA_ALG_CCM:PSA_ERROR_NOT_PERMITTED [all …]
|
| A D | test_suite_psa_crypto_entropy.function | 245 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED);
|
| A D | test_suite_psa_crypto_se_driver_hal.data | 161 register_key_smoke_test:TEST_SE_PERSISTENT_LIFETIME:7:1:0:PSA_ERROR_NOT_PERMITTED
|
| A D | test_suite_psa_crypto_storage_format.function | 197 TEST_EQUAL(PSA_ERROR_NOT_PERMITTED, psa_destroy_key(key_id));
|
| A D | test_suite_psa_crypto_pake.data | 39 …Y_SECP_R1, 256):PSA_ALG_SHA_256:"client":"server":0:ERR_IN_SET_PASSWORD_KEY:PSA_ERROR_NOT_PERMITTED
|
| A D | test_suite_psa_crypto_slot_management.function | 314 PSA_ERROR_NOT_PERMITTED); 587 PSA_ERROR_NOT_PERMITTED);
|
| A D | test_suite_psa_crypto.function | 2307 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED); 2316 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED); 2328 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED); 2337 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED); 2397 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED); 2405 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED); 2417 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED); 2428 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED); 2490 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED); 2505 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED); [all …]
|
| A D | test_suite_psa_crypto_se_driver_hal.function | 641 case PSA_ERROR_NOT_PERMITTED: 1479 (validate > 0 ? PSA_SUCCESS : PSA_ERROR_NOT_PERMITTED);
|
| /mbedtls/tests/src/ |
| A D | psa_crypto_helpers.c | 199 if (status != PSA_SUCCESS && status != PSA_ERROR_NOT_PERMITTED) { in mbedtls_test_inject_entropy_restore()
|
| A D | psa_exercise_key.c | 1035 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED); in exercise_export_key()
|
| /mbedtls/include/psa/ |
| A D | crypto_values.h | 86 #define PSA_ERROR_NOT_PERMITTED ((psa_status_t)-133) macro
|
| /mbedtls/programs/psa/ |
| A D | psa_constant_names_generated.c | 24 case PSA_ERROR_NOT_PERMITTED: return "PSA_ERROR_NOT_PERMITTED"; in psa_strerror()
|
Completed in 101 milliseconds