Home
last modified time | relevance | path

Searched refs:PSA_ERROR_NOT_SUPPORTED (Results 1 – 25 of 32) sorted by relevance

12

/openthread-3.5.0/third_party/mbedtls/repo/tests/src/drivers/
Dtest_driver_cipher.c91 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_transparent_cipher_encrypt()
137 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_transparent_cipher_decrypt()
168 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_transparent_cipher_encrypt_setup()
193 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_transparent_cipher_decrypt_setup()
238 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_transparent_cipher_set_iv()
278 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_transparent_cipher_update()
314 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_transparent_cipher_finish()
339 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_cipher_encrypt()
358 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_cipher_decrypt()
372 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_cipher_encrypt_setup()
[all …]
Dtest_driver_mac.c82 mbedtls_test_driver_mac_hooks.driver_status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_test_transparent_mac_compute()
122 mbedtls_test_driver_mac_hooks.driver_status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_test_transparent_mac_sign_setup()
162 mbedtls_test_driver_mac_hooks.driver_status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_test_transparent_mac_verify_setup()
196 mbedtls_test_driver_mac_hooks.driver_status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_test_transparent_mac_update()
232 mbedtls_test_driver_mac_hooks.driver_status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_test_transparent_mac_sign_finish()
266 mbedtls_test_driver_mac_hooks.driver_status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_test_transparent_mac_verify_finish()
294 mbedtls_test_driver_mac_hooks.driver_status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_test_transparent_mac_abort()
330 mbedtls_test_driver_mac_hooks.driver_status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_test_opaque_mac_compute()
357 mbedtls_test_driver_mac_hooks.driver_status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_test_opaque_mac_sign_setup()
384 mbedtls_test_driver_mac_hooks.driver_status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_test_opaque_mac_verify_setup()
[all …]
Dhash.c70 mbedtls_test_driver_hash_hooks.driver_status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_test_transparent_hash_compute()
100 mbedtls_test_driver_hash_hooks.driver_status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_test_transparent_hash_setup()
131 mbedtls_test_driver_hash_hooks.driver_status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_test_transparent_hash_clone()
164 mbedtls_test_driver_hash_hooks.driver_status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_test_transparent_hash_update()
199 mbedtls_test_driver_hash_hooks.driver_status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_test_transparent_hash_finish()
227 mbedtls_test_driver_hash_hooks.driver_status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_test_transparent_hash_abort()
Dtest_driver_signature.c132 return( PSA_ERROR_NOT_SUPPORTED ); in sign_hash()
207 return( PSA_ERROR_NOT_SUPPORTED ); in verify_hash()
254 status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_test_transparent_signature_sign_message()
285 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_signature_sign_message()
319 status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_test_transparent_signature_verify_message()
348 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_signature_verify_message()
395 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_signature_sign_hash()
430 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_signature_verify_hash()
Dtest_driver_key_management.c147 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_transparent_generate_key()
158 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_generate_key()
224 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_transparent_import_key()
235 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_export_key()
354 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_transparent_export_public_key()
365 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_test_opaque_export_public_key()
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dpsa_crypto_driver_wrappers.c141 if( status != PSA_ERROR_NOT_SUPPORTED ) in psa_driver_wrapper_sign_message()
161 if( status != PSA_ERROR_NOT_SUPPORTED ) in psa_driver_wrapper_sign_message()
214 if( status != PSA_ERROR_NOT_SUPPORTED ) in psa_driver_wrapper_verify_message()
233 if( status != PSA_ERROR_NOT_SUPPORTED ) in psa_driver_wrapper_verify_message()
271 return( PSA_ERROR_NOT_SUPPORTED ); in psa_driver_wrapper_sign_hash()
301 if( status != PSA_ERROR_NOT_SUPPORTED ) in psa_driver_wrapper_sign_hash()
355 return( PSA_ERROR_NOT_SUPPORTED ); in psa_driver_wrapper_verify_hash()
385 if( status != PSA_ERROR_NOT_SUPPORTED ) in psa_driver_wrapper_verify_hash()
460 PSA_SUCCESS : PSA_ERROR_NOT_SUPPORTED ); in psa_driver_wrapper_get_key_buffer_size()
466 return( PSA_ERROR_NOT_SUPPORTED ); in psa_driver_wrapper_get_key_buffer_size()
[all …]
Dpsa_crypto_aead.c94 return( PSA_ERROR_NOT_SUPPORTED ); in psa_aead_setup()
142 return( PSA_ERROR_NOT_SUPPORTED ); in psa_aead_setup()
156 return( PSA_ERROR_NOT_SUPPORTED ); in psa_aead_setup()
232 status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_psa_aead_encrypt()
240 status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_psa_aead_encrypt()
262 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_psa_aead_encrypt()
353 status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_psa_aead_decrypt()
361 status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_psa_aead_decrypt()
382 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_psa_aead_decrypt()
Dpsa_crypto_se.c129 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()
Dpsa_crypto_mac.c62 return( PSA_ERROR_NOT_SUPPORTED ); in psa_hmac_setup_internal()
64 return( PSA_ERROR_NOT_SUPPORTED ); in psa_hmac_setup_internal()
66 return( PSA_ERROR_NOT_SUPPORTED ); in psa_hmac_setup_internal()
167 return( PSA_ERROR_NOT_SUPPORTED ); in cmac_setup()
178 return( PSA_ERROR_NOT_SUPPORTED ); in cmac_setup()
224 status = PSA_ERROR_NOT_SUPPORTED; in mac_init()
315 status = PSA_ERROR_NOT_SUPPORTED; in psa_mac_setup()
Dpsa_crypto.c141 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_to_psa_error()
165 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_to_psa_error()
175 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_to_psa_error()
195 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_to_psa_error()
222 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_to_psa_error()
228 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_to_psa_error()
252 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_to_psa_error()
263 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_to_psa_error()
301 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_to_psa_error()
310 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_to_psa_error()
[all …]
Dpsa_crypto_rsa.c67 status = PSA_ERROR_NOT_SUPPORTED; in psa_check_rsa_key_byte_aligned()
106 status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_psa_rsa_load_representation()
220 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_psa_rsa_export_key()
270 return( PSA_ERROR_NOT_SUPPORTED ); in psa_rsa_read_exponent()
274 return( PSA_ERROR_NOT_SUPPORTED ); in psa_rsa_read_exponent()
342 return( PSA_ERROR_NOT_SUPPORTED ); in psa_rsa_decode_md_type()
Dpsa_crypto_ecp.c110 status = PSA_ERROR_NOT_SUPPORTED; in mbedtls_psa_ecp_load_representation()
303 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_psa_ecp_generate_key()
306 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_psa_ecp_generate_key()
Dpsa_crypto_hash.c218 PSA_ERROR_NOT_SUPPORTED : in mbedtls_psa_hash_setup()
293 return( PSA_ERROR_NOT_SUPPORTED ); in mbedtls_psa_hash_clone()
Dpsa_crypto_slot_management.c477 return( PSA_ERROR_NOT_SUPPORTED ); in psa_validate_key_persistence()
506 return( PSA_ERROR_NOT_SUPPORTED ); in psa_open_key()
Dpsa_crypto_cipher.c152 return( PSA_ERROR_NOT_SUPPORTED ); in psa_cipher_setup()
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.data6 ecdsa_sign_hash:PSA_ERROR_NOT_SUPPORTED:"ab45435712649cb30bbddac49197eebf2740ffc7f874d9244c3460f54f…
19 ecdsa_verify_hash:PSA_ERROR_NOT_SUPPORTED:0:"ab45435712649cb30bbddac49197eebf2740ffc7f874d9244c3460…
29 ecdsa_verify_hash:PSA_ERROR_NOT_SUPPORTED:1:"04dea5e45d0ea37fc566232a508f4ad20ea13d47e4bf5fa4d54a57…
39 ecdsa_sign_message:PSA_ERROR_NOT_SUPPORTED:"ab45435712649cb30bbddac49197eebf2740ffc7f874d9244c3460f…
52 ecdsa_verify_message:PSA_ERROR_NOT_SUPPORTED:0:"ab45435712649cb30bbddac49197eebf2740ffc7f874d9244c3…
62 ecdsa_verify_message:PSA_ERROR_NOT_SUPPORTED:1:"04dea5e45d0ea37fc566232a508f4ad20ea13d47e4bf5fa4d54…
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…
98 validate_key:PSA_ERROR_NOT_SUPPORTED:PSA_KEY_TYPE_ECC_PUBLIC_KEY(PSA_ECC_FAMILY_SECP_R1):"04dea5e45…
[all …]
Dtest_suite_psa_crypto_se_driver_hal_mocks.data11 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
Dtest_suite_psa_crypto_not_supported.function26 PSA_ERROR_NOT_SUPPORTED );
45 PSA_ERROR_NOT_SUPPORTED );
Dtest_suite_psa_crypto_se_driver_hal.data16 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
Dtest_suite_psa_crypto_driver_wrappers.function173 force_status == PSA_ERROR_NOT_SUPPORTED ? 2 : 1 );
231 force_status == PSA_ERROR_NOT_SUPPORTED ? 2 : 1 );
1115 TEST_EQUAL( status, ( forced_status == PSA_ERROR_NOT_SUPPORTED ) ?
1179 TEST_EQUAL( status, ( forced_status == PSA_ERROR_NOT_SUPPORTED ) ?
1243 forced_status == PSA_ERROR_NOT_SUPPORTED )
1262 forced_status == PSA_ERROR_NOT_SUPPORTED )
1276 forced_status == PSA_ERROR_NOT_SUPPORTED )
1292 forced_status == PSA_ERROR_NOT_SUPPORTED )
1361 forced_status == PSA_ERROR_NOT_SUPPORTED )
1378 forced_status == PSA_ERROR_NOT_SUPPORTED )
[all …]
Dtest_suite_psa_crypto.data126 …1020421fdd3c6974cc445a78dd134450230203010001":PSA_KEY_TYPE_RSA_PUBLIC_KEY:0:PSA_ERROR_NOT_SUPPORTED
130 …438e949a41e92bc9d9136c3e6563904151a578a2f4fc1b":PSA_KEY_TYPE_RSA_KEY_PAIR:0:PSA_ERROR_NOT_SUPPORTED
134 …4a41180a91e535bd5b55d4dce2c17419870203010001":PSA_KEY_TYPE_RSA_PUBLIC_KEY:0:PSA_ERROR_NOT_SUPPORTED
138 …8062fc8592ebf25b7950f918d39018e82b8acccc8f7e7a":PSA_KEY_TYPE_RSA_KEY_PAIR:0:PSA_ERROR_NOT_SUPPORTED
272 …fd43a0cab17db2f13eee":PSA_KEY_TYPE_ECC_KEY_PAIR(PSA_ECC_FAMILY_SECP_R1):255:PSA_ERROR_NOT_SUPPORTED
280 …6d19ff95df3ad9685aae":PSA_KEY_TYPE_ECC_KEY_PAIR(PSA_ECC_FAMILY_SECP_R1):528:PSA_ERROR_NOT_SUPPORTED
304 …abcdef0123456789abcdef":PSA_KEY_TYPE_ECC_KEY_PAIR(PSA_ECC_FAMILY_SECP_R1):0:PSA_ERROR_NOT_SUPPORTED
350 import_large_key:PSA_KEY_TYPE_RAW_DATA:8192:PSA_ERROR_NOT_SUPPORTED
354 import_rsa_made_up:PSA_VENDOR_RSA_MAX_KEY_BITS+8:1:PSA_ERROR_NOT_SUPPORTED
358 import_rsa_made_up:PSA_VENDOR_RSA_MAX_KEY_BITS+8:0:PSA_ERROR_NOT_SUPPORTED
[all …]
Dtest_suite_psa_crypto_slot_management.data164 open_fail:1:PSA_ERROR_NOT_SUPPORTED
168 create_fail:PSA_KEY_LIFETIME_PERSISTENT:1:PSA_ERROR_NOT_SUPPORTED
Dtest_suite_psa_crypto_persistent_key.data37 save_large_persistent_key:PSA_CRYPTO_MAX_STORAGE_SIZE + 1:PSA_ERROR_NOT_SUPPORTED
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/
Dpsa_util.h347 case PSA_ERROR_NOT_SUPPORTED: in mbedtls_psa_err_translate_pk()
/openthread-3.5.0/third_party/mbedtls/repo/docs/architecture/testing/
Ddriver-interface-test-strategy.md43 … 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…

12