Home
last modified time | relevance | path

Searched refs:PSA_MAX_KEY_BITS (Results 1 – 8 of 8) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_se_driver_hal_mocks.data17 mock_import:PSA_SUCCESS:PSA_SUCCESS:PSA_MAX_KEY_BITS:PSA_SUCCESS
20 mock_import:PSA_SUCCESS:PSA_ERROR_NOT_SUPPORTED:PSA_MAX_KEY_BITS+1:PSA_ERROR_NOT_SUPPORTED
Dtest_suite_psa_crypto.data4913 # This test assumes that PSA_MAX_KEY_BITS (currently 65536-8 bits = 8191 bytes
4918 …02030405060708090a0b0c":"f0f1f2f3f4f5f6f7f8f9":PSA_KEY_TYPE_RAW_DATA:PSA_MAX_KEY_BITS:PSA_SUCCESS:1
4922 …2030405060708090a0b0c":"f0f1f2f3f4f5f6f7f8f9":PSA_KEY_TYPE_RAW_DATA:PSA_MAX_KEY_BITS + 1:PSA_ERROR…
/third_party/mbedtls/include/psa/
Dcrypto_struct.h297 #define PSA_MAX_KEY_BITS 0xfff8 macro
477 if( bits > PSA_MAX_KEY_BITS ) in psa_set_key_bits()
/third_party/mbedtls/library/
Dpsa_crypto_storage.h38 #define PSA_CRYPTO_MAX_STORAGE_SIZE ( PSA_BITS_TO_BYTES( PSA_MAX_KEY_BITS ) )
Dpsa_crypto_driver_wrappers.c611 *bits = PSA_MAX_KEY_BITS + 1; in psa_driver_wrapper_import_key()
620 if( (*bits) > PSA_MAX_KEY_BITS ) in psa_driver_wrapper_import_key()
Dpsa_crypto.c1524 if( psa_get_key_bits( attributes ) > PSA_MAX_KEY_BITS ) in psa_validate_key_attributes()
1946 if( bits > PSA_MAX_KEY_BITS ) in psa_import_key()
/third_party/mbedtls/tests/src/
Dpsa_exercise_key.c94 TEST_ASSERT( bits <= PSA_MAX_KEY_BITS ); in check_key_attributes_sanity()
/third_party/mbedtls/docs/architecture/testing/
Dinvasive-testing.md48 > # This test assumes that PSA_MAX_KEY_BITS (currently 65536-8 bits = 8191 bytes