Home
last modified time | relevance | path

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

/mbedtls-latest/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.data7169 # This test assumes that PSA_MAX_KEY_BITS (currently 65536-8 bits = 8191 bytes
7174 …02030405060708090a0b0c":"f0f1f2f3f4f5f6f7f8f9":PSA_KEY_TYPE_RAW_DATA:PSA_MAX_KEY_BITS:PSA_SUCCESS:1
7178 …2030405060708090a0b0c":"f0f1f2f3f4f5f6f7f8f9":PSA_KEY_TYPE_RAW_DATA:PSA_MAX_KEY_BITS + 1:PSA_ERROR…
7182 …A_ALG_SHA_256):"706173737764":"01":"73616c74":PSA_KEY_TYPE_RAW_DATA:PSA_MAX_KEY_BITS + 1:PSA_ERROR…
7186 …S_CMAC_PRF_128:"706173737764":"01":"73616c74":PSA_KEY_TYPE_RAW_DATA:PSA_MAX_KEY_BITS + 1:PSA_ERROR…
/mbedtls-latest/include/psa/
Dcrypto_struct.h293 #define PSA_MAX_KEY_BITS 0xfff8 macro
434 if (bits > PSA_MAX_KEY_BITS) { in psa_set_key_bits()
/mbedtls-latest/library/
Dpsa_crypto_storage.h31 #define PSA_CRYPTO_MAX_STORAGE_SIZE (PSA_BITS_TO_BYTES(PSA_MAX_KEY_BITS))
Dpsa_crypto_driver_wrappers.h981 *bits = PSA_MAX_KEY_BITS + 1; in psa_driver_wrapper_import_key()
990 if( (*bits) > PSA_MAX_KEY_BITS ) in psa_driver_wrapper_import_key()
Dpsa_crypto.c1754 if (psa_get_key_bits(attributes) > PSA_MAX_KEY_BITS) {
2158 if (bits > PSA_MAX_KEY_BITS) {
/mbedtls-latest/tests/src/
Dpsa_exercise_key.c95 TEST_ASSERT(bits <= PSA_MAX_KEY_BITS); in check_key_attributes_sanity()
/mbedtls-latest/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.h.jinja874 *bits = PSA_MAX_KEY_BITS + 1;
883 if( (*bits) > PSA_MAX_KEY_BITS )
/mbedtls-latest/docs/architecture/testing/
Dinvasive-testing.md48 > # This test assumes that PSA_MAX_KEY_BITS (currently 65536-8 bits = 8191 bytes