Home
last modified time | relevance | path

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

/mbedtls-3.6.0/library/
Dpsa_util.c79 { PSA_ERROR_NOT_PERMITTED, MBEDTLS_ERR_RSA_BAD_INPUT_DATA },
94 { PSA_ERROR_NOT_PERMITTED, MBEDTLS_ERR_ECP_BAD_INPUT_DATA },
115 case PSA_ERROR_NOT_PERMITTED: in psa_generic_status_to_mbedtls()
Dpsa_crypto_se.c249 return PSA_ERROR_NOT_PERMITTED; in psa_destroy_se_key()
Dpsa_crypto_storage.c469 status = PSA_ERROR_NOT_PERMITTED; in mbedtls_psa_storage_inject_entropy()
Dpk_wrap.c61 case PSA_ERROR_NOT_PERMITTED: in mbedtls_pk_error_from_psa()
92 case PSA_ERROR_NOT_PERMITTED: in mbedtls_pk_error_from_psa_rsa()
133 case PSA_ERROR_NOT_PERMITTED: in mbedtls_pk_error_from_psa_ecdsa()
Dpsa_crypto.c309 return PSA_ERROR_NOT_PERMITTED; in mbedtls_to_psa_error()
834 return PSA_ERROR_NOT_PERMITTED; in psa_key_policy_permits()
916 status = PSA_ERROR_NOT_PERMITTED; in psa_get_and_lock_key_slot_with_policy()
1063 overall_status = PSA_ERROR_NOT_PERMITTED; in psa_destroy_key()
5976 return PSA_ERROR_NOT_PERMITTED;
7270 return PSA_ERROR_NOT_PERMITTED;
/mbedtls-3.6.0/tests/suites/
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
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
361 …GN_HASH | PSA_KEY_USAGE_VERIFY_HASH:PSA_ALG_HMAC(PSA_ALG_SHA_256):0:256:0:PSA_ERROR_NOT_PERMITTED:1
365 …USAGE_ENCRYPT | PSA_KEY_USAGE_DECRYPT:PSA_ALG_RSA_PKCS1V15_CRYPT:0:1024:0:PSA_ERROR_NOT_PERMITTED:1
369 …N_HASH | PSA_KEY_USAGE_VERIFY_HASH:PSA_ALG_RSA_PKCS1V15_SIGN_RAW:0:1024:0:PSA_ERROR_NOT_PERMITTED:1
485 …_AND_LOCATION( PSA_KEY_PERSISTENCE_VOLATILE, TEST_DRIVER_LOCATION ):128:0:PSA_ERROR_NOT_PERMITTED:1
489 …_AND_LOCATION( PSA_KEY_PERSISTENCE_VOLATILE, TEST_DRIVER_LOCATION ):256:0:PSA_ERROR_NOT_PERMITTED:1
493 …AND_LOCATION( PSA_KEY_PERSISTENCE_VOLATILE, TEST_DRIVER_LOCATION ):1024:0:PSA_ERROR_NOT_PERMITTED:1
497 …AND_LOCATION( PSA_KEY_PERSISTENCE_VOLATILE, TEST_DRIVER_LOCATION ):1024:0:PSA_ERROR_NOT_PERMITTED:1
551 …":PSA_KEY_TYPE_DH_KEY_PAIR(PSA_DH_FAMILY_RFC7919):0:PSA_ALG_FFDH:0:2048:0:PSA_ERROR_NOT_PERMITTED:1
816 …aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa":PSA_ALG_HMAC(PSA_ALG_SHA_256):PSA_SUCCESS:PSA_ERROR_NOT_PERMITTED
[all …]
Dtest_suite_psa_crypto_entropy.function245 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED);
Dtest_suite_psa_crypto_se_driver_hal.data161 register_key_smoke_test:TEST_SE_PERSISTENT_LIFETIME:7:1:0:PSA_ERROR_NOT_PERMITTED
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
Dtest_suite_psa_crypto_storage_format.function281 TEST_EQUAL(PSA_ERROR_NOT_PERMITTED, psa_destroy_key(key_id));
Dtest_suite_psa_crypto_slot_management.function315 PSA_ERROR_NOT_PERMITTED);
588 PSA_ERROR_NOT_PERMITTED);
Dtest_suite_psa_crypto.function1972 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED);
1981 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED);
1993 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED);
2002 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED);
2062 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED);
2070 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED);
2082 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED);
2093 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED);
2149 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED);
2164 TEST_EQUAL(status, PSA_ERROR_NOT_PERMITTED);
[all …]
Dtest_suite_psa_crypto_se_driver_hal.function641 case PSA_ERROR_NOT_PERMITTED:
1479 (validate > 0 ? PSA_SUCCESS : PSA_ERROR_NOT_PERMITTED);
/mbedtls-3.6.0/tests/src/
Dpsa_crypto_helpers.c188 if (status != PSA_SUCCESS && status != PSA_ERROR_NOT_PERMITTED) { in mbedtls_test_inject_entropy_restore()
Dpsa_exercise_key.c846 PSA_ERROR_NOT_PERMITTED); in exercise_export_key()
/mbedtls-3.6.0/include/psa/
Dcrypto_values.h86 #define PSA_ERROR_NOT_PERMITTED ((psa_status_t)-133) macro
/mbedtls-3.6.0/programs/psa/
Dpsa_constant_names_generated.c24 case PSA_ERROR_NOT_PERMITTED: return "PSA_ERROR_NOT_PERMITTED"; in psa_strerror()