Searched refs:PSA_MAX_KEY_BITS (Results 1 – 8 of 8) sorted by relevance
17 mock_import:PSA_SUCCESS:PSA_SUCCESS:PSA_MAX_KEY_BITS:PSA_SUCCESS20 mock_import:PSA_SUCCESS:PSA_ERROR_NOT_SUPPORTED:PSA_MAX_KEY_BITS+1:PSA_ERROR_NOT_SUPPORTED
4913 # This test assumes that PSA_MAX_KEY_BITS (currently 65536-8 bits = 8191 bytes4918 …02030405060708090a0b0c":"f0f1f2f3f4f5f6f7f8f9":PSA_KEY_TYPE_RAW_DATA:PSA_MAX_KEY_BITS:PSA_SUCCESS:14922 …2030405060708090a0b0c":"f0f1f2f3f4f5f6f7f8f9":PSA_KEY_TYPE_RAW_DATA:PSA_MAX_KEY_BITS + 1:PSA_ERROR…
297 #define PSA_MAX_KEY_BITS 0xfff8 macro477 if( bits > PSA_MAX_KEY_BITS ) in psa_set_key_bits()
38 #define PSA_CRYPTO_MAX_STORAGE_SIZE ( PSA_BITS_TO_BYTES( PSA_MAX_KEY_BITS ) )
611 *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()
1524 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()
94 TEST_ASSERT( bits <= PSA_MAX_KEY_BITS ); in check_key_attributes_sanity()
48 > # This test assumes that PSA_MAX_KEY_BITS (currently 65536-8 bits = 8191 bytes