/mbedtls-development/library/ |
A D | psa_crypto_driver_wrappers.c | 234 return( PSA_ERROR_NOT_SUPPORTED ); in psa_driver_wrapper_sign_hash() 318 return( PSA_ERROR_NOT_SUPPORTED ); in psa_driver_wrapper_verify_hash() 495 return( PSA_ERROR_NOT_SUPPORTED ); in psa_driver_wrapper_generate_key() 569 return( PSA_ERROR_NOT_SUPPORTED ); in psa_driver_wrapper_import_key() 803 return( PSA_ERROR_NOT_SUPPORTED ); in psa_driver_wrapper_copy_key() 1313 if( status != PSA_ERROR_NOT_SUPPORTED ) in psa_driver_wrapper_hash_compute() 1321 if( status != PSA_ERROR_NOT_SUPPORTED ) in psa_driver_wrapper_hash_compute() 1332 return( PSA_ERROR_NOT_SUPPORTED ); in psa_driver_wrapper_hash_compute() 1348 if( status != PSA_ERROR_NOT_SUPPORTED ) in psa_driver_wrapper_hash_setup() 1358 if( status != PSA_ERROR_NOT_SUPPORTED ) in psa_driver_wrapper_hash_setup() [all …]
|
A D | psa_crypto_mac.c | 73 return( PSA_ERROR_NOT_SUPPORTED ); in psa_hmac_setup_internal() 75 return( PSA_ERROR_NOT_SUPPORTED ); in psa_hmac_setup_internal() 77 return( PSA_ERROR_NOT_SUPPORTED ); in psa_hmac_setup_internal() 235 status = PSA_ERROR_NOT_SUPPORTED; in mac_init() 691 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_opaque_test_driver_mac_compute() 707 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_opaque_test_driver_mac_sign_setup() 723 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_opaque_test_driver_mac_verify_setup() 735 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_opaque_test_driver_mac_update() 749 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_opaque_test_driver_mac_sign_finish() 761 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_opaque_test_driver_mac_verify_finish() [all …]
|
A D | psa_crypto_aead.c | 62 return( PSA_ERROR_NOT_SUPPORTED ); in psa_aead_setup() 122 return( PSA_ERROR_NOT_SUPPORTED ); in psa_aead_setup() 200 status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_psa_aead_encrypt() 217 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_psa_aead_encrypt() 324 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_psa_aead_decrypt() 352 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_psa_aead_encrypt_setup() 379 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_psa_aead_decrypt_setup() 437 return ( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_psa_aead_set_nonce() 489 return ( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_psa_aead_update_ad() 539 return ( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_psa_aead_update() [all …]
|
A D | psa_crypto_se.c | 129 return( PSA_ERROR_NOT_SUPPORTED ); in psa_get_se_driver_its_file_uid() 134 return( PSA_ERROR_NOT_SUPPORTED ); in psa_get_se_driver_its_file_uid() 189 return( PSA_ERROR_NOT_SUPPORTED ); in psa_destroy_se_persistent_data() 210 return( PSA_ERROR_NOT_SUPPORTED ); in psa_find_se_slot_for_key() 221 return( PSA_ERROR_NOT_SUPPORTED ); in psa_find_se_slot_for_key() 240 return( PSA_ERROR_NOT_SUPPORTED ); in psa_find_se_slot_for_key() 312 return( PSA_ERROR_NOT_SUPPORTED ); in psa_register_se_driver() 322 return( PSA_ERROR_NOT_SUPPORTED ); in psa_register_se_driver()
|
A D | psa_crypto_rsa.c | 93 status = PSA_ERROR_NOT_SUPPORTED; in psa_check_rsa_key_byte_aligned() 133 status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_psa_rsa_load_representation() 247 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_psa_rsa_export_key() 297 return( PSA_ERROR_NOT_SUPPORTED ); in psa_rsa_read_exponent() 301 return( PSA_ERROR_NOT_SUPPORTED ); in psa_rsa_read_exponent() 368 return( PSA_ERROR_NOT_SUPPORTED ); in psa_rsa_decode_md_type() 696 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_transparent_test_driver_rsa_sign_hash() 722 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_transparent_test_driver_rsa_verify_hash()
|
A D | psa_crypto.c | 563 return( PSA_ERROR_NOT_SUPPORTED ); in psa_import_key_into_slot() 609 return( PSA_ERROR_NOT_SUPPORTED ); in psa_import_key_into_slot() 965 return( PSA_ERROR_NOT_SUPPORTED ); in psa_get_and_lock_transparent_key_slot_with_policy() 1952 status = PSA_ERROR_NOT_SUPPORTED; in psa_import_key() 2055 status = PSA_ERROR_NOT_SUPPORTED; in psa_copy_key() 2824 return( PSA_ERROR_NOT_SUPPORTED ); in psa_sign_message_builtin() 2871 return( PSA_ERROR_NOT_SUPPORTED ); in psa_verify_message_builtin() 2941 return( PSA_ERROR_NOT_SUPPORTED ); in psa_sign_hash_builtin() 3011 return( PSA_ERROR_NOT_SUPPORTED ); in psa_verify_hash_builtin() 3667 return( PSA_ERROR_NOT_SUPPORTED ); in psa_aead_check_nonce_length() [all …]
|
A D | psa_crypto_ecp.c | 136 status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_psa_ecp_load_representation() 329 return( PSA_ERROR_NOT_SUPPORTED ); in ecp_generate_key() 332 return( PSA_ERROR_NOT_SUPPORTED ); in ecp_generate_key() 635 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_transparent_test_driver_ecdsa_sign_hash() 659 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_transparent_test_driver_ecdsa_verify_hash()
|
A D | psa_crypto_hash.c | 221 PSA_ERROR_NOT_SUPPORTED : in hash_setup() 284 return( PSA_ERROR_NOT_SUPPORTED ); in hash_clone() 563 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_transparent_test_driver_hash_compute() 573 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_transparent_test_driver_hash_setup()
|
A D | psa_crypto_slot_management.c | 475 return( PSA_ERROR_NOT_SUPPORTED ); in psa_validate_key_persistence() 504 return( PSA_ERROR_NOT_SUPPORTED ); in psa_open_key()
|
A D | psa_crypto_cipher.c | 176 return( PSA_ERROR_NOT_SUPPORTED ); in cipher_setup()
|
/mbedtls-development/tests/suites/ |
A D | test_suite_psa_crypto_driver_wrappers.data | 75 generate_key:PSA_ERROR_NOT_SUPPORTED:"":PSA_SUCCESS 79 generate_key:PSA_ERROR_NOT_SUPPORTED:"":PSA_ERROR_NOT_SUPPORTED 94 validate_key:PSA_ERROR_NOT_SUPPORTED:PSA_KEY_TYPE_ECC_KEY_PAIR(PSA_ECC_FAMILY_SECP_R1):"49c9a8c18c4… 314 …869205468657265":"896fb1128abbdf196832107cd49df33f47b4b1169912ba4f53684b22":PSA_ERROR_NOT_SUPPORTED 394 …096804221093ddccfbf46831490ea63e9e99414858f8d75ff7f642c7ca61803":PSA_ERROR_NOT_SUPPORTED:PSA_SUCCE… 398 …ddccfbf46831490ea63e9e99414858f8d75ff7f642c7ca61803":PSA_ERROR_NOT_SUPPORTED:PSA_ERROR_NOT_SUPPORT… 409 …096804221093ddccfbf46831490ea63e9e99414858f8d75ff7f642c7ca61803":PSA_ERROR_NOT_SUPPORTED:PSA_SUCCE… 413 …ddccfbf46831490ea63e9e99414858f8d75ff7f642c7ca61803":PSA_ERROR_NOT_SUPPORTED:PSA_ERROR_NOT_SUPPORT… 424 …"b0bd69":"4096804221093ddccfbf46831490ea63e9e99414858f8d75ff7f642c7ca61803":PSA_ERROR_NOT_SUPPORTED 432 …"b0bd69":"4096804221093ddccfbf46831490ea63e9e99414858f8d75ff7f642c7ca61803":PSA_ERROR_NOT_SUPPORTED [all …]
|
A D | test_suite_psa_crypto_se_driver_hal_mocks.data | 11 mock_init:INT_MAX:PSA_ERROR_NOT_SUPPORTED:PSA_ERROR_BAD_STATE:PSA_SUCCESS:0 20 mock_import:PSA_SUCCESS:PSA_ERROR_NOT_SUPPORTED:PSA_MAX_KEY_BITS+1:PSA_ERROR_NOT_SUPPORTED
|
A D | test_suite_psa_crypto_not_supported.function | 26 PSA_ERROR_NOT_SUPPORTED ); 45 PSA_ERROR_NOT_SUPPORTED );
|
A D | test_suite_psa_crypto_driver_wrappers.function | 173 force_status == PSA_ERROR_NOT_SUPPORTED ? 2 : 1 ); 231 force_status == PSA_ERROR_NOT_SUPPORTED ? 2 : 1 ); 1069 TEST_EQUAL( status, ( forced_status == PSA_ERROR_NOT_SUPPORTED ) ? 1197 forced_status == PSA_ERROR_NOT_SUPPORTED ) 1216 forced_status == PSA_ERROR_NOT_SUPPORTED ) 1230 forced_status == PSA_ERROR_NOT_SUPPORTED ) 1246 forced_status == PSA_ERROR_NOT_SUPPORTED ) 1315 forced_status == PSA_ERROR_NOT_SUPPORTED ) 1332 forced_status == PSA_ERROR_NOT_SUPPORTED ) 1347 forced_status == PSA_ERROR_NOT_SUPPORTED ) [all …]
|
A D | test_suite_psa_crypto_se_driver_hal.data | 16 register_one:2:0x00000003:PSA_ERROR_NOT_SUPPORTED 19 register_one:2:PSA_DRV_SE_HAL_VERSION + 1:PSA_ERROR_NOT_SUPPORTED 163 register_key_smoke_test:TEST_SE_PERSISTENT_LIFETIME:7:1:-1:PSA_ERROR_NOT_SUPPORTED
|
A D | test_suite_psa_crypto.data | 598 import_large_key:PSA_KEY_TYPE_RAW_DATA:8192:PSA_ERROR_NOT_SUPPORTED 602 import_rsa_made_up:PSA_VENDOR_RSA_MAX_KEY_BITS+8:1:PSA_ERROR_NOT_SUPPORTED 606 import_rsa_made_up:PSA_VENDOR_RSA_MAX_KEY_BITS+8:0:PSA_ERROR_NOT_SUPPORTED 1481 hash_setup:PSA_ALG_CATEGORY_HASH:PSA_ERROR_NOT_SUPPORTED 1485 hash_setup:PSA_ALG_ANY_HASH:PSA_ERROR_NOT_SUPPORTED 1501 hash_compute_fail:PSA_ALG_CATEGORY_HASH:"":32:PSA_ERROR_NOT_SUPPORTED 1504 hash_compute_fail:PSA_ALG_ANY_HASH:"":32:PSA_ERROR_NOT_SUPPORTED 1811 mac_setup:PSA_KEY_TYPE_DES:"89fe91f1c1ef2f01":PSA_ALG_CMAC:PSA_ERROR_NOT_SUPPORTED 4223 derive_setup:PSA_ALG_HKDF(PSA_ALG_CATEGORY_HASH):PSA_ERROR_NOT_SUPPORTED 4227 derive_setup:PSA_ALG_CATEGORY_KEY_DERIVATION:PSA_ERROR_NOT_SUPPORTED [all …]
|
A D | test_suite_psa_crypto_slot_management.data | 164 open_fail:1:PSA_ERROR_NOT_SUPPORTED 168 create_fail:PSA_KEY_LIFETIME_PERSISTENT:1:PSA_ERROR_NOT_SUPPORTED
|
A D | test_suite_psa_crypto_persistent_key.data | 37 save_large_persistent_key:PSA_CRYPTO_MAX_STORAGE_SIZE + 1:PSA_ERROR_NOT_SUPPORTED
|
A D | test_suite_psa_crypto_se_driver_hal.function | 337 return( PSA_ERROR_NOT_SUPPORTED ); 643 case PSA_ERROR_NOT_SUPPORTED: 1180 PSA_ERROR_NOT_SUPPORTED );
|
/mbedtls-development/tests/src/drivers/ |
A D | test_driver_cipher.c | 257 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_cipher_encrypt() 276 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_cipher_decrypt() 290 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_cipher_encrypt_setup() 304 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_cipher_decrypt_setup() 311 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_cipher_abort() 322 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_cipher_set_iv() 339 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_cipher_update() 352 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_cipher_finish()
|
A D | test_driver_signature.c | 107 return( PSA_ERROR_NOT_SUPPORTED ); in sign_hash() 165 return( PSA_ERROR_NOT_SUPPORTED ); in verify_hash() 234 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_signature_sign_message() 287 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_signature_verify_message() 334 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_signature_sign_hash() 369 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_signature_verify_hash()
|
A D | test_driver_key_management.c | 195 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_transparent_generate_key() 207 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_generate_key() 252 status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_test_transparent_import_key() 418 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_export_key() 468 status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_test_transparent_export_public_key() 521 status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_test_opaque_export_public_key()
|
/mbedtls-development/include/mbedtls/ |
A D | psa_util.h | 349 case PSA_ERROR_NOT_SUPPORTED: in mbedtls_psa_err_translate_pk()
|
/mbedtls-development/docs/architecture/testing/ |
A D | driver-interface-test-strategy.md | 43 … substructure containing that method, and check that the return value is `PSA_ERROR_NOT_SUPPORTED`. 44 …inter to the substructure is `NULL`), and check that the return value is `PSA_ERROR_NOT_SUPPORTED`. 129 …with one run where A returns `PSA_SUCCESS`, one where A returns `PSA_ERROR_NOT_SUPPORTED` and B is…
|
/mbedtls-development/include/psa/ |
A D | crypto_values.h | 61 #define PSA_ERROR_NOT_SUPPORTED ((psa_status_t)-134) macro
|