Searched refs:PSA_ERROR_NOT_PERMITTED (Results 1 – 13 of 13) sorted by relevance
/mbedtls-development/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 | 354 …YPE_AES:PSA_KEY_USAGE_ENCRYPT | PSA_KEY_USAGE_DECRYPT:PSA_ALG_CTR:0:128:0:PSA_ERROR_NOT_PERMITTED:1 677 …aaaaaaaaaaaaaaaaaaaaa":PSA_ALG_HMAC(PSA_ALG_SHA_256):PSA_ERROR_NOT_PERMITTED:PSA_ERROR_NOT_PERMITT… 681 …aaaaaaaaaaaaaaaaaaaaa":PSA_ALG_HMAC(PSA_ALG_SHA_224):PSA_ERROR_NOT_PERMITTED:PSA_ERROR_NOT_PERMITT… 685 …aaaaaaaaaaaaaaaaaaaaa":PSA_ALG_HMAC(PSA_ALG_SHA_256):PSA_ERROR_NOT_PERMITTED:PSA_ERROR_NOT_PERMITT… 689 …aaaaaaaaaaaaaaaaaaaaa":PSA_ALG_HMAC(PSA_ALG_SHA_256):PSA_ERROR_NOT_PERMITTED:PSA_ERROR_NOT_PERMITT… 713 …aaaaaaaaaaaa":PSA_ALG_TRUNCATED_MAC(PSA_ALG_CMAC, 8):PSA_ERROR_NOT_PERMITTED:PSA_ERROR_NOT_PERMITT… 725 …aaaaaaaaaaaaaaaaaaaaa":PSA_ALG_HMAC(PSA_ALG_SHA_256):PSA_ERROR_NOT_PERMITTED:PSA_ERROR_NOT_PERMITT… 737 …aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa":PSA_ALG_CMAC:PSA_ERROR_NOT_PERMITTED:PSA_ERROR_NOT_PERMITT… 785 …G_CCM:PSA_KEY_TYPE_AES:"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa":16:16:PSA_ALG_GCM:PSA_ERROR_NOT_PERMITTED 789 …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 | 190 TEST_EQUAL( status, PSA_ERROR_NOT_PERMITTED );
|
A D | test_suite_psa_crypto_se_driver_hal.data | 160 register_key_smoke_test:TEST_SE_PERSISTENT_LIFETIME:7:1:0:PSA_ERROR_NOT_PERMITTED
|
A D | test_suite_psa_crypto_storage_format.function | 124 TEST_EQUAL( PSA_ERROR_NOT_PERMITTED, psa_destroy_key( key_id ) );
|
A D | test_suite_psa_crypto_slot_management.function | 320 PSA_ERROR_NOT_PERMITTED ); 599 PSA_ERROR_NOT_PERMITTED );
|
A D | test_suite_psa_crypto.function | 1210 TEST_EQUAL( status, PSA_ERROR_NOT_PERMITTED ); 1218 TEST_EQUAL( status, PSA_ERROR_NOT_PERMITTED ); 1273 TEST_EQUAL( status, PSA_ERROR_NOT_PERMITTED ); 1283 TEST_EQUAL( status, PSA_ERROR_NOT_PERMITTED ); 1339 TEST_EQUAL( status, PSA_ERROR_NOT_PERMITTED ); 1352 TEST_EQUAL( status, PSA_ERROR_NOT_PERMITTED ); 1414 TEST_EQUAL( status, PSA_ERROR_NOT_PERMITTED ); 1423 TEST_EQUAL( status, PSA_ERROR_NOT_PERMITTED ); 1435 TEST_EQUAL( status, PSA_ERROR_NOT_PERMITTED ); 1444 TEST_EQUAL( status, PSA_ERROR_NOT_PERMITTED ); [all …]
|
A D | test_suite_psa_crypto_se_driver_hal.function | 644 case PSA_ERROR_NOT_PERMITTED: 1467 ( validate > 0 ? PSA_SUCCESS : PSA_ERROR_NOT_PERMITTED );
|
/mbedtls-development/library/ |
A D | psa_crypto_se.c | 264 return( PSA_ERROR_NOT_PERMITTED ); in psa_destroy_se_key()
|
A D | psa_crypto_storage.c | 478 status = PSA_ERROR_NOT_PERMITTED; in mbedtls_psa_storage_inject_entropy()
|
A D | psa_crypto.c | 262 return( PSA_ERROR_NOT_PERMITTED ); in mbedtls_to_psa_error() 836 return( PSA_ERROR_NOT_PERMITTED ); in psa_key_policy_permits() 914 status = PSA_ERROR_NOT_PERMITTED; in psa_get_and_lock_key_slot_with_policy() 1060 overall_status = PSA_ERROR_NOT_PERMITTED; in psa_destroy_key() 4767 return( PSA_ERROR_NOT_PERMITTED ); in psa_key_derivation_output_key() 5585 return( PSA_ERROR_NOT_PERMITTED ); in mbedtls_psa_inject_entropy()
|
/mbedtls-development/include/psa/ |
A D | crypto_values.h | 74 #define PSA_ERROR_NOT_PERMITTED ((psa_status_t)-133) macro
|
/mbedtls-development/tests/src/ |
A D | psa_exercise_key.c | 815 PSA_ERROR_NOT_PERMITTED ); in exercise_export_key()
|
Completed in 47 milliseconds