Home
last modified time | relevance | path

Searched refs:PSA_ERROR_NOT_PERMITTED (Results 1 – 19 of 19) sorted by relevance

/mbedtls/library/
A Dpsa_util.c101 { 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 Dpsa_crypto_se.c249 return PSA_ERROR_NOT_PERMITTED; in psa_destroy_se_key()
A Dpsa_crypto_storage.c469 status = PSA_ERROR_NOT_PERMITTED; in mbedtls_psa_storage_inject_entropy()
A Dpsa_crypto.c502 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 Dpk.c616 if (status == PSA_ERROR_NOT_PERMITTED /*missing COPY usage*/ || in copy_into_psa()
A Dpk_wrap.c717 } else if (status != PSA_ERROR_NOT_PERMITTED) { in ecdsa_sign_psa()
/mbedtls/tests/suites/
A Dtest_suite_psa_crypto_entropy.data29 …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 Dtest_suite_psa_crypto.data357 …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 Dtest_suite_psa_crypto_entropy.function245 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED);
A Dtest_suite_psa_crypto_se_driver_hal.data161 register_key_smoke_test:TEST_SE_PERSISTENT_LIFETIME:7:1:0:PSA_ERROR_NOT_PERMITTED
A Dtest_suite_psa_crypto_storage_format.function197 TEST_EQUAL(PSA_ERROR_NOT_PERMITTED, psa_destroy_key(key_id));
A Dtest_suite_psa_crypto_pake.data39 …Y_SECP_R1, 256):PSA_ALG_SHA_256:"client":"server":0:ERR_IN_SET_PASSWORD_KEY:PSA_ERROR_NOT_PERMITTED
A Dtest_suite_psa_crypto_slot_management.function314 PSA_ERROR_NOT_PERMITTED);
587 PSA_ERROR_NOT_PERMITTED);
A Dtest_suite_psa_crypto.function2307 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 Dtest_suite_psa_crypto_se_driver_hal.function641 case PSA_ERROR_NOT_PERMITTED:
1479 (validate > 0 ? PSA_SUCCESS : PSA_ERROR_NOT_PERMITTED);
/mbedtls/tests/src/
A Dpsa_crypto_helpers.c199 if (status != PSA_SUCCESS && status != PSA_ERROR_NOT_PERMITTED) { in mbedtls_test_inject_entropy_restore()
A Dpsa_exercise_key.c1035 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED); in exercise_export_key()
/mbedtls/include/psa/
A Dcrypto_values.h86 #define PSA_ERROR_NOT_PERMITTED ((psa_status_t)-133) macro
/mbedtls/programs/psa/
A Dpsa_constant_names_generated.c24 case PSA_ERROR_NOT_PERMITTED: return "PSA_ERROR_NOT_PERMITTED"; in psa_strerror()

Completed in 82 milliseconds